Commit 19f9a541 authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

Prepare for new sdk

Put webview_cts_tests behind public_android_sdk since
system_webview_apk dependency is behind public_android_sdk.

Remove override on Picture.writeToStream which has been removed.

Bug: 904912
Change-Id: Idcda7dbcb31d5bb02926e2b6743f369f988426d6
Reviewed-on: https://chromium-review.googlesource.com/c/1335955Reviewed-by: default avatarShimi Zhang <ctzsm@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608104}
parent 9df6f870
...@@ -68,7 +68,6 @@ class AwPicture extends Picture { ...@@ -68,7 +68,6 @@ class AwPicture extends Picture {
nativeDraw(mNativeAwPicture, canvas); nativeDraw(mNativeAwPicture, canvas);
} }
@Override
@SuppressWarnings("deprecation") @SuppressWarnings("deprecation")
public void writeToStream(OutputStream stream) { public void writeToStream(OutputStream stream) {
unsupportedOperation(); unsupportedOperation();
......
...@@ -17,8 +17,10 @@ group("test") { ...@@ -17,8 +17,10 @@ group("test") {
] ]
} }
group("webview_cts_tests") { if (public_android_sdk) {
_py_files = read_file("//android_webview/tools/run_cts.pydeps", "list lines") group("webview_cts_tests") {
_py_files =
read_file("//android_webview/tools/run_cts.pydeps", "list lines")
deps = [ deps = [
"//android_webview:system_webview_apk", "//android_webview:system_webview_apk",
] ]
...@@ -34,6 +36,7 @@ group("webview_cts_tests") { ...@@ -34,6 +36,7 @@ group("webview_cts_tests") {
data = sources data = sources
data += [ "//android_webview/tools/cts_config/" ] data += [ "//android_webview/tools/cts_config/" ]
}
} }
android_apk("webview_instrumentation_apk") { android_apk("webview_instrumentation_apk") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment