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

Unified Diff: chrome/android/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 | « build/config/android/rules.gni ('k') | chrome/android/chrome_public_test_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 0c94d1fb520449d52c5c6bbeb3ad24779c2c2cb7..f4363175e032d5753a0b9f273b141fe6f91b2a63 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -400,6 +400,26 @@ android_library("chrome_test_java") {
"//ui/android:ui_javatests",
google_play_services_library,
]
+
+ data = [
+ "//chrome/test/data/android/",
+ "//chrome/test/data/banners/",
+ "//chrome/test/data/encoding_tests/auto_detect/Big5_with_no_encoding_specified.html",
+ "//chrome/test/data/geolocation/",
+ "//chrome/test/data/google/",
+ "//chrome/test/data/image_search/valid.png",
+ "//chrome/test/data/navigation_interception/",
+ "//chrome/test/data/notifications/",
+ "//chrome/test/data/popup_blocker/",
+ "//chrome/test/data/push_messaging/",
+ "//chrome/test/data/translate/",
+ "//chrome/test/data/webapps/",
+ "//chrome/test/media_router/resources/",
+ "//content/test/data/android/geolocation.html",
+ "//content/test/data/media/getusermedia.html",
+ "//content/test/data/media/session/",
+ "//content/test/data/media/webrtc_test_utilities.js",
+ ]
}
# Overrides icon / name defined in chrome_java_resources.
@@ -588,7 +608,6 @@ instrumentation_test_apk("chrome_public_test_apk") {
"//chrome/test/android/chrome_public_test_support:chrome_public_test_support_apk",
"//net/android:net_test_support_apk",
]
- isolate_file = "../chrome_public_test_apk.isolate"
proguard_enabled = !is_java_debug
}
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/chrome_public_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698