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

Unified Diff: components/cronet.gypi

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 | « build/config/android/rules.gni ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index 0b64e6520953f6294841502521812223dbf865ef..7f433a2625bc597b1b903aedfd4665245f1a3851 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -508,11 +508,16 @@
'resource_dir': 'cronet/android/test/res',
'is_test_apk': 1,
'run_findbugs': 1,
+ 'test_type': 'instrumentation',
+ 'isolate_file': 'cronet/android/cronet_test_instrumentation_apk.isolate',
'additional_apks': [
'<(PRODUCT_DIR)/apks/ChromiumNetTestSupport.apk',
],
},
- 'includes': [ '../build/java_apk.gypi' ],
+ 'includes': [
+ '../build/java_apk.gypi',
+ '../build/android/test_runner.gypi',
+ ],
},
{
'target_name': 'cronet_perf_test_apk',
« no previous file with comments | « build/config/android/rules.gni ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698