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 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1222 '../content/content.gyp:content_icudata', | 1222 '../content/content.gyp:content_icudata', |
1223 '../content/content.gyp:content_java', | 1223 '../content/content.gyp:content_java', |
1224 '../content/content.gyp:content_v8_external_data', | 1224 '../content/content.gyp:content_v8_external_data', |
1225 '../content/content_shell_and_tests.gyp:content_java_test_support', | 1225 '../content/content_shell_and_tests.gyp:content_java_test_support', |
1226 '../content/content_shell_and_tests.gyp:content_shell_java', | 1226 '../content/content_shell_and_tests.gyp:content_shell_java', |
1227 'components_browsertests_paks_copy', | 1227 'components_browsertests_paks_copy', |
1228 'components_browsertests', | 1228 'components_browsertests', |
1229 ], | 1229 ], |
1230 'variables': { | 1230 'variables': { |
1231 'apk_name': 'components_browsertests', | 1231 'apk_name': 'components_browsertests', |
| 1232 'isolate_file': 'components_browsertests.isolate', |
1232 'java_in_dir': 'test/android/browsertests_apk', | 1233 'java_in_dir': 'test/android/browsertests_apk', |
1233 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', | 1234 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', |
1234 'resource_dir': 'test/android/browsertests_apk/res', | 1235 'resource_dir': 'test/android/browsertests_apk/res', |
1235 'native_lib_target': 'libcomponents_browsertests', | 1236 'native_lib_target': 'libcomponents_browsertests', |
1236 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', | 1237 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', |
1237 }, | 1238 }, |
1238 'includes': [ '../build/java_apk.gypi' ], | 1239 'includes': [ '../build/java_apk.gypi' ], |
1239 }, | 1240 }, |
1240 ], | 1241 ], |
1241 }], | 1242 }], |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1443 ], | 1444 ], |
1444 }], | 1445 }], |
1445 ], | 1446 ], |
1446 }, | 1447 }, |
1447 ], | 1448 ], |
1448 }], | 1449 }], |
1449 ['OS == "android"', { | 1450 ['OS == "android"', { |
1450 'targets': [ | 1451 'targets': [ |
1451 { | 1452 { |
1452 'target_name': 'components_unittests_apk', | 1453 'target_name': 'components_unittests_apk', |
| 1454 'isolate_file': 'components_unittests.isolate', |
1453 'type': 'none', | 1455 'type': 'none', |
1454 'dependencies': [ | 1456 'dependencies': [ |
1455 'components_unittests', | 1457 'components_unittests', |
1456 'components.gyp:invalidation_java', | 1458 'components.gyp:invalidation_java', |
1457 ], | 1459 ], |
1458 'variables': { | 1460 'variables': { |
1459 'test_suite_name': 'components_unittests', | 1461 'test_suite_name': 'components_unittests', |
1460 }, | 1462 }, |
1461 'includes': [ '../build/apk_test.gypi' ], | 1463 'includes': [ '../build/apk_test.gypi' ], |
1462 }, | 1464 }, |
1463 ], | 1465 ], |
1464 }], | 1466 }], |
1465 ], | 1467 ], |
1466 } | 1468 } |
OLD | NEW |