blob: c2238933473d1c59277ee60fe80ed9c7e89c8e3b [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 III87caae62020-05-04 10:02:45 -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',
Kevin Lubick3088c692020-04-24 15:06:19 -040028 '../../experimental/skottiekit/skottiekit_bindings.cpp',
Hal Canaryefb4ed82019-12-11 10:32:59 -050029 '../../experimental/svg/model',
30 '../../experimental/tools/coreGraphicsPdf2png.cpp',
31 '../../experimental/wasm-skp-debugger/debugger_bindings.cpp',
32 '../../experimental/xform',
Eric Boren58d1f762019-07-19 08:07:44 -040033 '../../fuzz',
34 '../../gm',
35 '../../gn',
36 '../../include',
37 '../../modules',
38 '../../platform_tools/android/apps/arcore/src/main/cpp',
39 '../../platform_tools/android/apps/skottie/src/main/cpp',
40 '../../platform_tools/android/launcher/skia_launcher.cpp',
41 '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
Jim Van Verthe784f752019-09-05 09:37:31 -040042 '../../platform_tools/ios/app/LaunchScreen.storyboard',
Eric Boren58d1f762019-07-19 08:07:44 -040043 '../../platform_tools/libraries/include/arcore_c_api.h',
44 '../../resources',
45 '../../samplecode',
46 '../../src',
47 '../../tests',
48 '../../third_party',
49 '../../tools',
50 '../canvaskit',
51 '../pathkit',
52 'assets/android_ndk_darwin/VERSION',
53 'assets/android_ndk_linux/VERSION',
54 'assets/android_ndk_windows/VERSION',
55 'assets/cast_toolchain/VERSION',
56 'assets/clang_linux/VERSION',
57 'assets/clang_win/VERSION',
Eric Boren58d1f762019-07-19 08:07:44 -040058 ],
59 },
60}