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

Unified Diff: content/content_shell_test_apk.isolate

Issue 794923003: [Android] Implement instrumentation tests in platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chrome/chrome_shell_test_apk.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell_test_apk.isolate
diff --git a/content/content_shell_test_apk.isolate b/content/content_shell_test_apk.isolate
index 98b33a4a071dd7e240cf1ed7f55f03f8e994bb14..a30a015a456eb34f68d0f9075d40f348d7f1a9b3 100644
--- a/content/content_shell_test_apk.isolate
+++ b/content/content_shell_test_apk.isolate
@@ -7,6 +7,12 @@
'variables': {
'files': [
'<(DEPTH)/content/test/data/android/device_files/',
+ '<(DEPTH)/net/data/ssl/certificates/crit-codeSigning-chain.pem',
+ '<(DEPTH)/net/data/ssl/certificates/eku-test-root.pem',
+ '<(DEPTH)/net/data/ssl/certificates/invalid_key_usage_cert.der',
+ '<(DEPTH)/net/data/ssl/certificates/non-crit-codeSigning-chain.pem',
+ '<(DEPTH)/net/data/ssl/certificates/ok_cert.pem',
+ '<(DEPTH)/net/data/ssl/certificates/root_ca_cert.pem',
],
},
}],
« no previous file with comments | « chrome/chrome_shell_test_apk.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698