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

Unified Diff: components/cronet/android/BUILD.gn

Issue 1826313003: [cronet] Add an isolate file for cronet_test_instrumentation_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct key locations 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
« no previous file with comments | « components/cronet.gypi ('k') | components/cronet/android/cronet_test_instrumentation_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 7e0b86322fb91122c242ff78ca7e3123357131ab..89088101ee5592b1912fac50cd395cd0f6f3197d 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -629,6 +629,16 @@ 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",
+ ]
+
+ # TODO(jbudorick): Remove this once GN uses the generated .isolate files.
+ isolate_file = "cronet_test_instrumentation_apk.isolate"
+
run_findbugs = true
}
« no previous file with comments | « components/cronet.gypi ('k') | components/cronet/android/cronet_test_instrumentation_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698