429d9d7981
This reverts commit eac2d518bd
.
Reason for revert: google3 roll broke
Original change's description:
> Move JavaInputStreamAdaptor into third_party and add a LICENSE file.
>
> Change-Id: I723b15fbcf3343559fb5a3fe3015cf3db96e2841
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294696
> Reviewed-by: Heather Miller <hcm@google.com>
> Commit-Queue: John Stiles <johnstiles@google.com>
TBR=djsollen@google.com,hcm@google.com,johnstiles@google.com
Change-Id: Ia2e23547ad39a0e3d069d9a9807f581b5c73c199
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294710
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
61 lines
1.9 KiB
Plaintext
61 lines
1.9 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',
|
|
'../../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',
|
|
],
|
|
},
|
|
}
|