| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 1e2390a026f594e324f1de29e696fbd1c205d63a..2f097abc49f9e7019ee9cf4b766b5ca5cb158a48 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1756,6 +1756,7 @@
|
| ],
|
| 'variables': {
|
| 'test_suite_name': 'content_unittests',
|
| + 'isolate_file': 'content_unittests.isolate',
|
| 'conditions': [
|
| ['v8_use_external_startup_data==1', {
|
| 'asset_location': '<(PRODUCT_DIR)/content_unittests_apk/assets',
|
| @@ -1796,6 +1797,7 @@
|
| ],
|
| 'variables': {
|
| 'apk_name': 'content_browsertests',
|
| + 'isolate_file': 'content_browsertests.isolate',
|
| 'java_in_dir': 'shell/android/browsertests_apk',
|
| 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_browsertests_manifest/AndroidManifest.xml',
|
| 'resource_dir': 'shell/android/browsertests_apk/res',
|
|
|