blob: 8b9f55abfdfd6fc095891b9e061fcb21cb450b32 [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 Canary41194432019-09-09 17:03:38 -040021 '../../experimental',
Eric Boren58d1f762019-07-19 08:07:44 -040022 '../../fuzz',
23 '../../gm',
24 '../../gn',
25 '../../include',
26 '../../modules',
27 '../../platform_tools/android/apps/arcore/src/main/cpp',
28 '../../platform_tools/android/apps/skottie/src/main/cpp',
29 '../../platform_tools/android/launcher/skia_launcher.cpp',
30 '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
Jim Van Verthe784f752019-09-05 09:37:31 -040031 '../../platform_tools/ios/app/LaunchScreen.storyboard',
Eric Boren58d1f762019-07-19 08:07:44 -040032 '../../platform_tools/libraries/include/arcore_c_api.h',
33 '../../resources',
34 '../../samplecode',
35 '../../src',
36 '../../tests',
37 '../../third_party',
38 '../../tools',
39 '../canvaskit',
40 '../pathkit',
41 'assets/android_ndk_darwin/VERSION',
42 'assets/android_ndk_linux/VERSION',
43 'assets/android_ndk_windows/VERSION',
44 'assets/cast_toolchain/VERSION',
45 'assets/clang_linux/VERSION',
46 'assets/clang_win/VERSION',
Eric Boren58d1f762019-07-19 08:07:44 -040047 ],
48 },
49}