blob: ec94f1cbd1673f2d23a4151d68536f739cbf9518 [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',
Stephen White3e45e122019-07-22 09:12:29 -040015 '../../build_overrides/dawn.gni',
Eric Boren58d1f762019-07-19 08:07:44 -040016 '../../buildtools',
17 '../../dm',
18 '../../docs/examples',
19 '../../example',
Hal Canarya0b66fc2019-08-23 10:16:51 -040020 '../../experimental/Networking/SkSockets.cpp',
21 '../../experimental/Networking/SkSockets.h',
22 '../../experimental/c-api-example/skia-c-example.c',
23 '../../experimental/ffmpeg',
24 '../../experimental/svg/model',
25 '../../experimental/tools/coreGraphicsPdf2png.cpp',
26 '../../experimental/wasm-skp-debugger/debugger_bindings.cpp',
27 '../../experimental/xform',
Eric Boren58d1f762019-07-19 08:07:44 -040028 '../../fuzz',
29 '../../gm',
30 '../../gn',
31 '../../include',
32 '../../modules',
33 '../../platform_tools/android/apps/arcore/src/main/cpp',
34 '../../platform_tools/android/apps/skottie/src/main/cpp',
35 '../../platform_tools/android/launcher/skia_launcher.cpp',
36 '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
Jim Van Verthe784f752019-09-05 09:37:31 -040037 '../../platform_tools/ios/app/LaunchScreen.storyboard',
Eric Boren58d1f762019-07-19 08:07:44 -040038 '../../platform_tools/libraries/include/arcore_c_api.h',
39 '../../resources',
40 '../../samplecode',
41 '../../src',
42 '../../tests',
43 '../../third_party',
44 '../../tools',
45 '../canvaskit',
46 '../pathkit',
47 'assets/android_ndk_darwin/VERSION',
48 'assets/android_ndk_linux/VERSION',
49 'assets/android_ndk_windows/VERSION',
50 'assets/cast_toolchain/VERSION',
51 'assets/clang_linux/VERSION',
52 'assets/clang_win/VERSION',
53 'assets/mips64el_toolchain_linux/VERSION',
54 ],
55 },
56}