2019-07-19 12:07:44 +00:00
|
|
|
{
|
|
|
|
'includes': [
|
|
|
|
'run_recipe.isolate',
|
|
|
|
],
|
|
|
|
'variables': {
|
|
|
|
'files': [
|
|
|
|
'../../../.gclient',
|
|
|
|
'../../.clang-format',
|
|
|
|
'../../.clang-tidy',
|
|
|
|
'../../.gn',
|
|
|
|
'../../BUILD.gn',
|
|
|
|
'../../bench',
|
|
|
|
'../../bin/fetch-clang-format',
|
|
|
|
'../../bin/fetch-gn',
|
2019-09-25 21:14:35 +00:00
|
|
|
'../../build/fuchsia',
|
2020-03-30 17:23:00 +00:00
|
|
|
'../../build_overrides',
|
2019-07-19 12:07:44 +00:00
|
|
|
'../../buildtools',
|
2020-05-04 14:02:45 +00:00
|
|
|
'../../client_utils/android',
|
2019-07-19 12:07:44 +00:00
|
|
|
'../../dm',
|
|
|
|
'../../docs/examples',
|
|
|
|
'../../example',
|
2020-06-09 18:00:54 +00:00
|
|
|
'../../experimental',
|
2019-07-19 12:07:44 +00:00
|
|
|
'../../fuzz',
|
|
|
|
'../../gm',
|
|
|
|
'../../gn',
|
|
|
|
'../../include',
|
|
|
|
'../../modules',
|
2020-06-22 14:14:32 +00:00
|
|
|
'../../platform_tools/android/apps/skottie/skottielib/src/main/cpp/native-lib.cpp',
|
2019-07-19 12:07:44 +00:00
|
|
|
'../../platform_tools/android/launcher/skia_launcher.cpp',
|
|
|
|
'../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
|
2019-09-05 13:37:31 +00:00
|
|
|
'../../platform_tools/ios/app/LaunchScreen.storyboard',
|
2019-07-19 12:07:44 +00:00
|
|
|
'../../platform_tools/libraries/include/arcore_c_api.h',
|
|
|
|
'../../resources',
|
|
|
|
'../../samplecode',
|
|
|
|
'../../src',
|
|
|
|
'../../tests',
|
|
|
|
'../../third_party',
|
|
|
|
'../../tools',
|
|
|
|
'../canvaskit',
|
|
|
|
'../pathkit',
|
|
|
|
'assets/android_ndk_darwin/VERSION',
|
|
|
|
'assets/android_ndk_linux/VERSION',
|
|
|
|
'assets/android_ndk_windows/VERSION',
|
|
|
|
'assets/cast_toolchain/VERSION',
|
|
|
|
'assets/clang_linux/VERSION',
|
|
|
|
'assets/clang_win/VERSION',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|