OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1227 '../content/content.gyp:content_icudata', | 1227 '../content/content.gyp:content_icudata', |
1228 '../content/content.gyp:content_java', | 1228 '../content/content.gyp:content_java', |
1229 '../content/content.gyp:content_v8_external_data', | 1229 '../content/content.gyp:content_v8_external_data', |
1230 '../content/content_shell_and_tests.gyp:content_java_test_support', | 1230 '../content/content_shell_and_tests.gyp:content_java_test_support', |
1231 '../content/content_shell_and_tests.gyp:content_shell_java', | 1231 '../content/content_shell_and_tests.gyp:content_shell_java', |
1232 'components_browsertests_paks_copy', | 1232 'components_browsertests_paks_copy', |
1233 'components_browsertests', | 1233 'components_browsertests', |
1234 ], | 1234 ], |
1235 'variables': { | 1235 'variables': { |
1236 'test_suite_name': 'components_browsertests', | 1236 'test_suite_name': 'components_browsertests', |
| 1237 'isolate_file': 'components_browsertests.isolate', |
1237 'java_in_dir': 'test/android/browsertests_apk', | 1238 'java_in_dir': 'test/android/browsertests_apk', |
1238 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', | 1239 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', |
1239 'resource_dir': 'test/android/browsertests_apk/res', | 1240 'resource_dir': 'test/android/browsertests_apk/res', |
1240 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', | 1241 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', |
1241 }, | 1242 }, |
1242 'includes': [ '../build/apk_browsertest.gypi' ], | 1243 'includes': [ '../build/apk_browsertest.gypi' ], |
1243 }, | 1244 }, |
1244 ], | 1245 ], |
1245 }], | 1246 }], |
1246 ['OS != "ios"', { | 1247 ['OS != "ios"', { |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1444 ], | 1445 ], |
1445 }], | 1446 }], |
1446 ], | 1447 ], |
1447 }, | 1448 }, |
1448 ], | 1449 ], |
1449 }], | 1450 }], |
1450 ['OS == "android"', { | 1451 ['OS == "android"', { |
1451 'targets': [ | 1452 'targets': [ |
1452 { | 1453 { |
1453 'target_name': 'components_unittests_apk', | 1454 'target_name': 'components_unittests_apk', |
| 1455 'isolate_file': 'components_unittests.isolate', |
1454 'type': 'none', | 1456 'type': 'none', |
1455 'dependencies': [ | 1457 'dependencies': [ |
1456 'components_unittests', | 1458 'components_unittests', |
1457 'components.gyp:invalidation_java', | 1459 'components.gyp:invalidation_java', |
1458 ], | 1460 ], |
1459 'variables': { | 1461 'variables': { |
1460 'test_suite_name': 'components_unittests', | 1462 'test_suite_name': 'components_unittests', |
1461 }, | 1463 }, |
1462 'includes': [ '../build/apk_test.gypi' ], | 1464 'includes': [ '../build/apk_test.gypi' ], |
1463 }, | 1465 }, |
1464 ], | 1466 ], |
1465 }], | 1467 }], |
1466 ], | 1468 ], |
1467 } | 1469 } |
OLD | NEW |