summaryrefslogtreecommitdiffstats
path: root/android_webview/tools
diff options
context:
space:
mode:
authormikecase <mikecase@chromium.org>2016-03-17 11:11:11 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 18:12:51 +0000
commitbcb3c5ce9f2ce6c51250848a4b1dbb462896a1fb (patch)
tree89adc183930e761f98d21e1c4a6284de85f3a317 /android_webview/tools
parent41b8690712fc10cd4c23778346083910dd3e9104 (diff)
downloadchromium_src-bcb3c5ce9f2ce6c51250848a4b1dbb462896a1fb.zip
chromium_src-bcb3c5ce9f2ce6c51250848a4b1dbb462896a1fb.tar.gz
chromium_src-bcb3c5ce9f2ce6c51250848a4b1dbb462896a1fb.tar.bz2
[WebView] Fix GN builds that use "use_webview_internal_framework".
system_webview_apk target only exists when use_webview_internal_framework is false. Removing this additional_apk to fix the build. BUG=595605 TBR=sgurun@chromium.org Review URL: https://codereview.chromium.org/1811033002 Cr-Commit-Position: refs/heads/master@{#381747}
Diffstat (limited to 'android_webview/tools')
-rw-r--r--android_webview/tools/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/android_webview/tools/BUILD.gn b/android_webview/tools/BUILD.gn
index 6d542cb..f10f66e 100644
--- a/android_webview/tools/BUILD.gn
+++ b/android_webview/tools/BUILD.gn
@@ -45,7 +45,6 @@ instrumentation_test_apk("system_webview_shell_page_cycler_apk") {
"//content/public/test/android:content_java_test_support",
"//testing/android/reporter:reporter_java",
]
- additional_apks = [ "//android_webview:system_webview_apk" ]
}
# GYP: //android_webview/android_webview_shell.gypi:system_webview_shell_layout_test_apk
@@ -60,5 +59,4 @@ instrumentation_test_apk("system_webview_shell_layout_test_apk") {
"//base:base_java_test_support",
"//testing/android/reporter:reporter_java",
]
- additional_apks = [ "//android_webview:system_webview_apk" ]
}