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

Unified Diff: components/cronet/android/cronet_test_instrumentation_apk.isolate

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/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/cronet_test_instrumentation_apk.isolate
diff --git a/components/cronet/android/cronet_test_instrumentation_apk.isolate b/components/cronet/android/cronet_test_instrumentation_apk.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..be1003932ffcd4e87bef01c07377e2a9f8f558c2
--- /dev/null
+++ b/components/cronet/android/cronet_test_instrumentation_apk.isolate
@@ -0,0 +1,18 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'conditions': [
+ ['OS=="android"', {
+ 'variables': {
+ 'files': [
+ '<(DEPTH)/net/data/ssl/certificates/quic_test.example.com.crt',
+ '<(DEPTH)/net/data/ssl/certificates/quic_test.example.com.key',
+ '<(DEPTH)/net/data/ssl/certificates/quic_test.example.com.key.pkcs8',
+ '<(DEPTH)/net/data/ssl/certificates/quic_test.example.com.key.sct',
+ ],
+ },
+ }],
+ ],
+}
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698