blob: 7457f36312c4ca22de7db9cd0dc02af5385e46fb [file] [log] [blame]
Eric Boren58d1f762019-07-19 08:07:44 -04001{
2 'includes': [
3 'run_recipe.isolate',
4 ],
5 'variables': {
6 'files': [
7 '../../../.gclient',
8 '../../.clang-format',
9 '../../.clang-tidy',
10 '../../.gn',
11 '../../BUILD.gn',
12 '../../bench',
13 '../../bin/fetch-clang-format',
14 '../../bin/fetch-gn',
John Rosasco24cbdab2019-09-25 14:14:35 -070015 '../../build/fuchsia',
Sean Gilhuly695f57d2020-03-30 13:23:00 -040016 '../../build_overrides',
Eric Boren58d1f762019-07-19 08:07:44 -040017 '../../buildtools',
18 '../../dm',
19 '../../docs/examples',
20 '../../example',
Hal Canaryefb4ed82019-12-11 10:32:59 -050021 '../../experimental/Networking/SkSockets.cpp',
22 '../../experimental/Networking/SkSockets.h',
23 '../../experimental/c-api-example/skia-c-example.c',
24 '../../experimental/ffmpeg',
25 '../../experimental/minimal_ios_mtl_skia_app/BUILD.gn',
Hal Canary5d8b1932019-12-16 13:51:49 -050026 '../../experimental/minimal_ios_mtl_skia_app/main.mm',
Hal Canaryefb4ed82019-12-11 10:32:59 -050027 '../../experimental/svg/model',
28 '../../experimental/tools/coreGraphicsPdf2png.cpp',
29 '../../experimental/wasm-skp-debugger/debugger_bindings.cpp',
30 '../../experimental/xform',
Eric Boren58d1f762019-07-19 08:07:44 -040031 '../../fuzz',
32 '../../gm',
33 '../../gn',
34 '../../include',
35 '../../modules',
36 '../../platform_tools/android/apps/arcore/src/main/cpp',
37 '../../platform_tools/android/apps/skottie/src/main/cpp',
38 '../../platform_tools/android/launcher/skia_launcher.cpp',
39 '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
Jim Van Verthe784f752019-09-05 09:37:31 -040040 '../../platform_tools/ios/app/LaunchScreen.storyboard',
Eric Boren58d1f762019-07-19 08:07:44 -040041 '../../platform_tools/libraries/include/arcore_c_api.h',
42 '../../resources',
43 '../../samplecode',
44 '../../src',
45 '../../tests',
46 '../../third_party',
47 '../../tools',
48 '../canvaskit',
49 '../pathkit',
50 'assets/android_ndk_darwin/VERSION',
51 'assets/android_ndk_linux/VERSION',
52 'assets/android_ndk_windows/VERSION',
53 'assets/cast_toolchain/VERSION',
54 'assets/clang_linux/VERSION',
55 'assets/clang_win/VERSION',
Eric Boren58d1f762019-07-19 08:07:44 -040056 ],
57 },
58}