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

Unified Diff: android_webview/test/BUILD.gn

Issue 2203073002: [Android] Switch instrumentation tests to generated device isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-isolate-generation
Patch Set: rebase 2 Created 4 years, 4 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 5a660f837bb3e0c4ce9ab27874f2c7ae4ecaa646..bf88fd5a90696d6026ea415e7b647853382fc33b 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -205,7 +205,9 @@ instrumentation_test_apk("android_webview_test_apk") {
"../javatests/src/org/chromium/android_webview/test/util/VideoTestUtil.java",
"../javatests/src/org/chromium/android_webview/test/util/VideoTestWebServer.java",
]
- isolate_file = "../android_webview_test_data.isolate"
+ data = [
+ "data/",
+ ]
additional_apks = [ "//net/android:net_test_support_apk" ]
}
« no previous file with comments | « android_webview/system_webview_shell_test_apk.isolate ('k') | android_webview/tools/system_webview_shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698