blob: 8ef4ce43cc4d2ad3c18662714f38483e465d6aef [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',
Stephen White3e45e122019-07-22 09:12:29 -040016 '../../build_overrides/dawn.gni',
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',
26 '../../experimental/svg/model',
27 '../../experimental/tools/coreGraphicsPdf2png.cpp',
28 '../../experimental/wasm-skp-debugger/debugger_bindings.cpp',
29 '../../experimental/xform',
Eric Boren58d1f762019-07-19 08:07:44 -040030 '../../fuzz',
31 '../../gm',
32 '../../gn',
33 '../../include',
34 '../../modules',
35 '../../platform_tools/android/apps/arcore/src/main/cpp',
36 '../../platform_tools/android/apps/skottie/src/main/cpp',
37 '../../platform_tools/android/launcher/skia_launcher.cpp',
38 '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
Jim Van Verthe784f752019-09-05 09:37:31 -040039 '../../platform_tools/ios/app/LaunchScreen.storyboard',
Eric Boren58d1f762019-07-19 08:07:44 -040040 '../../platform_tools/libraries/include/arcore_c_api.h',
41 '../../resources',
42 '../../samplecode',
43 '../../src',
44 '../../tests',
45 '../../third_party',
46 '../../tools',
47 '../canvaskit',
48 '../pathkit',
49 'assets/android_ndk_darwin/VERSION',
50 'assets/android_ndk_linux/VERSION',
51 'assets/android_ndk_windows/VERSION',
52 'assets/cast_toolchain/VERSION',
53 'assets/clang_linux/VERSION',
54 'assets/clang_win/VERSION',
Eric Boren58d1f762019-07-19 08:07:44 -040055 ],
56 },
57}