Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: android_webview/test/BUILD.gn

Issue 2687573002: [Android Webview] Refactor LoadUrlTest and work on embedded_test_server custom handler (Closed)
Patch Set: sgurun comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/test/BUILD.gn
diff --git a/android_webview/test/BUILD.gn b/android_webview/test/BUILD.gn
index 40c94260a5bd27da7a209583064004f8f3c1c424..64511d9b15b3e13736dc1b9cc1e074b4ee604fea 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -106,6 +106,7 @@ instrumentation_test_apk("android_webview_test_apk") {
"//android_webview:android_webview_crash_services_java",
"//android_webview:android_webview_java",
"//android_webview:android_webview_platform_services_java",
+ "//android_webview/test/embedded_test_server:aw_net_java_test_support",
"//base:base_java",
"//base:base_java_test_support",
"//components/minidump_uploader:minidump_uploader_java",
@@ -219,7 +220,8 @@ instrumentation_test_apk("android_webview_test_apk") {
data = [
"data/",
]
- additional_apks = [ "//net/android:net_test_support_apk" ]
+ additional_apks =
+ [ "//android_webview/test/embedded_test_server:aw_net_test_support_apk" ]
}
test("android_webview_unittests") {

Powered by Google App Engine
This is Rietveld 408576698