| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 864c2f5a330b974e9d7221f94a34b814421616d0..88032c6c50774db0513d9bd90c3b51b36d7a1eea 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1220,6 +1220,7 @@
|
| ],
|
| 'variables': {
|
| 'test_suite_name': 'components_browsertests',
|
| + 'isolate_file': 'components_browsertests.isolate',
|
| 'java_in_dir': 'test/android/browsertests_apk',
|
| 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_manifest/AndroidManifest.xml',
|
| 'resource_dir': 'test/android/browsertests_apk/res',
|
| @@ -1437,6 +1438,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'components_unittests_apk',
|
| + 'isolate_file': 'components_unittests.isolate',
|
| 'type': 'none',
|
| 'dependencies': [
|
| 'components_unittests',
|
|
|