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

Unified Diff: android_webview/tools/system_webview_shell/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
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | build/android/gn/generate_isolate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/system_webview_shell/BUILD.gn
diff --git a/android_webview/tools/system_webview_shell/BUILD.gn b/android_webview/tools/system_webview_shell/BUILD.gn
index 51d0484c2247c9e093172ea3cfd83efa0b31103f..bba8c479ab3d9d9fbf29d64f8db52fc8039fb651 100644
--- a/android_webview/tools/system_webview_shell/BUILD.gn
+++ b/android_webview/tools/system_webview_shell/BUILD.gn
@@ -70,10 +70,16 @@ instrumentation_test_apk("system_webview_shell_layout_test_apk") {
"layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTestRunner.java",
"layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java",
]
- isolate_file = "../../system_webview_shell_test_apk.isolate"
deps = [
"//base:base_java",
"//base:base_java_test_support",
"//testing/android/reporter:reporter_java",
]
+ data = [
+ "test/data/",
+ "//third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt",
+ "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html",
+ "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt",
+ "//third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js",
+ ]
}
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | build/android/gn/generate_isolate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698