Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 1 | { |
| 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 Rosasco | 24cbdab | 2019-09-25 14:14:35 -0700 | [diff] [blame] | 15 | '../../build/fuchsia', |
Sean Gilhuly | 695f57d | 2020-03-30 13:23:00 -0400 | [diff] [blame] | 16 | '../../build_overrides', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 17 | '../../buildtools', |
Leon Scroggins III | 87caae6 | 2020-05-04 10:02:45 -0400 | [diff] [blame^] | 18 | '../../client_utils/android', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 19 | '../../dm', |
| 20 | '../../docs/examples', |
| 21 | '../../example', |
Hal Canary | efb4ed8 | 2019-12-11 10:32:59 -0500 | [diff] [blame] | 22 | '../../experimental/Networking/SkSockets.cpp', |
| 23 | '../../experimental/Networking/SkSockets.h', |
| 24 | '../../experimental/c-api-example/skia-c-example.c', |
| 25 | '../../experimental/ffmpeg', |
| 26 | '../../experimental/minimal_ios_mtl_skia_app/BUILD.gn', |
Hal Canary | 5d8b193 | 2019-12-16 13:51:49 -0500 | [diff] [blame] | 27 | '../../experimental/minimal_ios_mtl_skia_app/main.mm', |
Kevin Lubick | 3088c69 | 2020-04-24 15:06:19 -0400 | [diff] [blame] | 28 | '../../experimental/skottiekit/skottiekit_bindings.cpp', |
Hal Canary | efb4ed8 | 2019-12-11 10:32:59 -0500 | [diff] [blame] | 29 | '../../experimental/svg/model', |
| 30 | '../../experimental/tools/coreGraphicsPdf2png.cpp', |
| 31 | '../../experimental/wasm-skp-debugger/debugger_bindings.cpp', |
| 32 | '../../experimental/xform', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 33 | '../../fuzz', |
| 34 | '../../gm', |
| 35 | '../../gn', |
| 36 | '../../include', |
| 37 | '../../modules', |
| 38 | '../../platform_tools/android/apps/arcore/src/main/cpp', |
| 39 | '../../platform_tools/android/apps/skottie/src/main/cpp', |
| 40 | '../../platform_tools/android/launcher/skia_launcher.cpp', |
| 41 | '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h', |
Jim Van Verth | e784f75 | 2019-09-05 09:37:31 -0400 | [diff] [blame] | 42 | '../../platform_tools/ios/app/LaunchScreen.storyboard', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 43 | '../../platform_tools/libraries/include/arcore_c_api.h', |
| 44 | '../../resources', |
| 45 | '../../samplecode', |
| 46 | '../../src', |
| 47 | '../../tests', |
| 48 | '../../third_party', |
| 49 | '../../tools', |
| 50 | '../canvaskit', |
| 51 | '../pathkit', |
| 52 | 'assets/android_ndk_darwin/VERSION', |
| 53 | 'assets/android_ndk_linux/VERSION', |
| 54 | 'assets/android_ndk_windows/VERSION', |
| 55 | 'assets/cast_toolchain/VERSION', |
| 56 | 'assets/clang_linux/VERSION', |
| 57 | 'assets/clang_win/VERSION', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 58 | ], |
| 59 | }, |
| 60 | } |