7676f4ecf3
Bug: skia:10154 Now that Android has moved to the new name (android::skia::FrontBufferedStream), there is no need for this redirect. Change-Id: I1f2203a1d50bb222b8c105d8393a3b11ad6ee462 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/285716 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
{
|
|
'includes': [
|
|
'run_recipe.isolate',
|
|
],
|
|
'variables': {
|
|
'files': [
|
|
'../../../.gclient',
|
|
'../../.clang-format',
|
|
'../../.clang-tidy',
|
|
'../../.gn',
|
|
'../../BUILD.gn',
|
|
'../../bench',
|
|
'../../bin/fetch-clang-format',
|
|
'../../bin/fetch-gn',
|
|
'../../build/fuchsia',
|
|
'../../build_overrides',
|
|
'../../buildtools',
|
|
'../../client_utils/android/FrontBufferedStream.cpp',
|
|
'../../client_utils/android/FrontBufferedStream.h',
|
|
'../../dm',
|
|
'../../docs/examples',
|
|
'../../example',
|
|
'../../experimental/Networking/SkSockets.cpp',
|
|
'../../experimental/Networking/SkSockets.h',
|
|
'../../experimental/c-api-example/skia-c-example.c',
|
|
'../../experimental/ffmpeg',
|
|
'../../experimental/minimal_ios_mtl_skia_app/BUILD.gn',
|
|
'../../experimental/minimal_ios_mtl_skia_app/main.mm',
|
|
'../../experimental/skottiekit/skottiekit_bindings.cpp',
|
|
'../../experimental/svg/model',
|
|
'../../experimental/tools/coreGraphicsPdf2png.cpp',
|
|
'../../experimental/wasm-skp-debugger/debugger_bindings.cpp',
|
|
'../../experimental/xform',
|
|
'../../fuzz',
|
|
'../../gm',
|
|
'../../gn',
|
|
'../../include',
|
|
'../../modules',
|
|
'../../platform_tools/android/apps/arcore/src/main/cpp',
|
|
'../../platform_tools/android/apps/skottie/src/main/cpp',
|
|
'../../platform_tools/android/launcher/skia_launcher.cpp',
|
|
'../../platform_tools/android/vulkan/Skia_Vulkan_Android.h',
|
|
'../../platform_tools/ios/app/LaunchScreen.storyboard',
|
|
'../../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',
|
|
],
|
|
},
|
|
}
|