| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index c5ca9d309f4b422ad2f048d5f2f51862893e6bc2..0913f3822154e793936edf991b7b6694a4d6df0a 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1230,6 +1230,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',
|
| @@ -1451,6 +1452,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'components_unittests_apk',
|
| + 'isolate_file': 'components_unittests.isolate',
|
| 'type': 'none',
|
| 'dependencies': [
|
| 'components_unittests',
|
|
|