| 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',
|
|
|