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

Unified Diff: components/cronet/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
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 3f3ed4bc60ded282e7664689ec509f2f87ac808a..57891896f3160c52d75d5764065ed5f6147ceb94 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -666,16 +666,10 @@ instrumentation_test_apk("cronet_test_instrumentation_apk") {
]
additional_apks = [ "//net/android:net_test_support_apk" ]
- data = [
- "//net/data/ssl/certificates/quic_test.example.com.crt",
- "//net/data/ssl/certificates/quic_test.example.com.key",
- "//net/data/ssl/certificates/quic_test.example.com.key.pkcs8",
- "//net/data/ssl/certificates/quic_test.example.com.key.sct",
+ data_deps = [
+ "//net:test_support",
]
- # TODO(jbudorick): Remove this once GN uses the generated .isolate files.
- isolate_file = "cronet_test_instrumentation_apk.isolate"
-
run_findbugs_override = true
}
« no previous file with comments | « chrome/chrome_public_test_apk.isolate ('k') | components/cronet/android/cronet_test_instrumentation_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698