blob: d1e5ffa5e49e0cebbf4e6aacdc20666c2872b47c [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',
Florin Malita45cd2002020-06-09 14:00:54 -040022 '../../experimental',
Eric Boren58d1f762019-07-19 08:07:44 -040023 '../../fuzz',
24 '../../gm',
25 '../../gn',
26 '../../include',
27 '../../modules',
Jorge Betancourt1fcdcaa2020-06-22 14:14:32 +000028 '../../platform_tools/android/apps/skottie/skottielib/src/main/cpp/native-lib.cpp',
Eric Boren58d1f762019-07-19 08:07:44 -040029 '../../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}