| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 51783292f8a61de97bd466fc55137914c7b1c46c..2b39fd5a5f5c2bb9692fcb518b20a1c3a32c5cd8 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1229,6 +1229,7 @@
|
| ],
|
| 'variables': {
|
| 'apk_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',
|
| @@ -1450,6 +1451,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'components_unittests_apk',
|
| + 'isolate_file': 'components_unittests.isolate',
|
| 'type': 'none',
|
| 'dependencies': [
|
| 'components_unittests',
|
|
|