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', |
Stephen White | 3e45e12 | 2019-07-22 09:12:29 -0400 | [diff] [blame] | 16 | '../../build_overrides/dawn.gni', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 17 | '../../buildtools', |
| 18 | '../../dm', |
| 19 | '../../docs/examples', |
| 20 | '../../example', |
Hal Canary | efb4ed8 | 2019-12-11 10:32:59 -0500 | [diff] [blame^] | 21 | '../../experimental/Networking/SkSockets.cpp', |
| 22 | '../../experimental/Networking/SkSockets.h', |
| 23 | '../../experimental/c-api-example/skia-c-example.c', |
| 24 | '../../experimental/ffmpeg', |
| 25 | '../../experimental/minimal_ios_mtl_skia_app/BUILD.gn', |
| 26 | '../../experimental/svg/model', |
| 27 | '../../experimental/tools/coreGraphicsPdf2png.cpp', |
| 28 | '../../experimental/wasm-skp-debugger/debugger_bindings.cpp', |
| 29 | '../../experimental/xform', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 30 | '../../fuzz', |
| 31 | '../../gm', |
| 32 | '../../gn', |
| 33 | '../../include', |
| 34 | '../../modules', |
| 35 | '../../platform_tools/android/apps/arcore/src/main/cpp', |
| 36 | '../../platform_tools/android/apps/skottie/src/main/cpp', |
| 37 | '../../platform_tools/android/launcher/skia_launcher.cpp', |
| 38 | '../../platform_tools/android/vulkan/Skia_Vulkan_Android.h', |
Jim Van Verth | e784f75 | 2019-09-05 09:37:31 -0400 | [diff] [blame] | 39 | '../../platform_tools/ios/app/LaunchScreen.storyboard', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 40 | '../../platform_tools/libraries/include/arcore_c_api.h', |
| 41 | '../../resources', |
| 42 | '../../samplecode', |
| 43 | '../../src', |
| 44 | '../../tests', |
| 45 | '../../third_party', |
| 46 | '../../tools', |
| 47 | '../canvaskit', |
| 48 | '../pathkit', |
| 49 | 'assets/android_ndk_darwin/VERSION', |
| 50 | 'assets/android_ndk_linux/VERSION', |
| 51 | 'assets/android_ndk_windows/VERSION', |
| 52 | 'assets/cast_toolchain/VERSION', |
| 53 | 'assets/clang_linux/VERSION', |
| 54 | 'assets/clang_win/VERSION', |
Eric Boren | 58d1f76 | 2019-07-19 08:07:44 -0400 | [diff] [blame] | 55 | ], |
| 56 | }, |
| 57 | } |