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

Unified Diff: android_webview/tools/BUILD.gn

Issue 1790633004: [WebView] Add an isolate file to run the WebView Layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a bunch of unneccesary arguments to the test runner scripts. Created 4 years, 9 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/tools/BUILD.gn
diff --git a/android_webview/tools/BUILD.gn b/android_webview/tools/BUILD.gn
index f10f66e455390323011d2b05d13dcfc0e10f9e38..6d542cbe3faf56324688ee8446a98ca3f729a108 100644
--- a/android_webview/tools/BUILD.gn
+++ b/android_webview/tools/BUILD.gn
@@ -45,6 +45,7 @@ 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
@@ -59,4 +60,5 @@ 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" ]
}
« no previous file with comments | « android_webview/system_webview_shell_layout_test_apk_run.isolate ('k') | chrome/android/chrome_public_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698