blob: 68df0d08e88ab7652412b0063cd4fe1897365f4c [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 III7676f4e2020-04-27 15:16:56 -040018 '../../client_utils/android/FrontBufferedStream.cpp',
19 '../../client_utils/android/FrontBufferedStream.h',
Eric Boren58d1f762019-07-19 08:07:44 -040020 '../../dm',
21 '../../docs/examples',
22 '../../example',
Hal Canaryefb4ed82019-12-11 10:32:59 -050023 '../../experimental/Networking/SkSockets.cpp',
24 '../../experimental/Networking/SkSockets.h',
25 '../../experimental/c-api-example/skia-c-example.c',
26 '../../experimental/ffmpeg',
27 '../../experimental/minimal_ios_mtl_skia_app/BUILD.gn',
Hal Canary5d8b1932019-12-16 13:51:49 -050028 '../../experimental/minimal_ios_mtl_skia_app/main.mm',
Kevin Lubick3088c692020-04-24 15:06:19 -040029 '../../experimental/skottiekit/skottiekit_bindings.cpp',
Hal Canaryefb4ed82019-12-11 10:32:59 -050030 '../../experimental/svg/model',
31 '../../experimental/tools/coreGraphicsPdf2png.cpp',
32 '../../experimental/wasm-skp-debugger/debugger_bindings.cpp',
33 '../../experimental/xform',
Eric Boren58d1f762019-07-19 08:07:44 -040034 '../../fuzz',
35 '../../gm',
36 '../../gn',
37 '../../include',
38 '../../modules',
39 '../../platform_tools/android/apps/arcore/src/main/cpp',
40 '../../platform_tools/android/apps/skottie/src/main/cpp',
41 '../../platform_tools/android/launcher/skia_launcher.cpp',
42 '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
Jim Van Verthe784f752019-09-05 09:37:31 -040043 '../../platform_tools/ios/app/LaunchScreen.storyboard',
Eric Boren58d1f762019-07-19 08:07:44 -040044 '../../platform_tools/libraries/include/arcore_c_api.h',
45 '../../resources',
46 '../../samplecode',
47 '../../src',
48 '../../tests',
49 '../../third_party',
50 '../../tools',
51 '../canvaskit',
52 '../pathkit',
53 'assets/android_ndk_darwin/VERSION',
54 'assets/android_ndk_linux/VERSION',
55 'assets/android_ndk_windows/VERSION',
56 'assets/cast_toolchain/VERSION',
57 'assets/clang_linux/VERSION',
58 'assets/clang_win/VERSION',
Eric Boren58d1f762019-07-19 08:07:44 -040059 ],
60 },
61}