blob: c7f8dda0fa25196c170e4c5931abe09f09cb008c [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',
Leon Scroggins III63cfb362020-04-24 13:00:48 -040018 '../../client_utils/android',
Eric Boren58d1f762019-07-19 08:07:44 -040019 '../../dm',
20 '../../docs/examples',
21 '../../example',
Hal Canaryefb4ed82019-12-11 10:32:59 -050022 '../../experimental/Networking/SkSockets.cpp',
23 '../../experimental/Networking/SkSockets.h',
24 '../../experimental/c-api-example/skia-c-example.c',
25 '../../experimental/ffmpeg',
26 '../../experimental/minimal_ios_mtl_skia_app/BUILD.gn',
Hal Canary5d8b1932019-12-16 13:51:49 -050027 '../../experimental/minimal_ios_mtl_skia_app/main.mm',
Hal Canaryefb4ed82019-12-11 10:32:59 -050028 '../../experimental/svg/model',
29 '../../experimental/tools/coreGraphicsPdf2png.cpp',
30 '../../experimental/wasm-skp-debugger/debugger_bindings.cpp',
31 '../../experimental/xform',
Eric Boren58d1f762019-07-19 08:07:44 -040032 '../../fuzz',
33 '../../gm',
34 '../../gn',
35 '../../include',
36 '../../modules',
37 '../../platform_tools/android/apps/arcore/src/main/cpp',
38 '../../platform_tools/android/apps/skottie/src/main/cpp',
39 '../../platform_tools/android/launcher/skia_launcher.cpp',
40 '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
Jim Van Verthe784f752019-09-05 09:37:31 -040041 '../../platform_tools/ios/app/LaunchScreen.storyboard',
Eric Boren58d1f762019-07-19 08:07:44 -040042 '../../platform_tools/libraries/include/arcore_c_api.h',
43 '../../resources',
44 '../../samplecode',
45 '../../src',
46 '../../tests',
47 '../../third_party',
48 '../../tools',
49 '../canvaskit',
50 '../pathkit',
51 'assets/android_ndk_darwin/VERSION',
52 'assets/android_ndk_linux/VERSION',
53 'assets/android_ndk_windows/VERSION',
54 'assets/cast_toolchain/VERSION',
55 'assets/clang_linux/VERSION',
56 'assets/clang_win/VERSION',
Eric Boren58d1f762019-07-19 08:07:44 -040057 ],
58 },
59}