| 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 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 '../content/content.gyp:content_icudata', | 1223 '../content/content.gyp:content_icudata', |
| 1224 '../content/content.gyp:content_java', | 1224 '../content/content.gyp:content_java', |
| 1225 '../content/content.gyp:content_v8_external_data', | 1225 '../content/content.gyp:content_v8_external_data', |
| 1226 '../content/content_shell_and_tests.gyp:content_java_test_support', | 1226 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 1227 '../content/content_shell_and_tests.gyp:content_shell_java', | 1227 '../content/content_shell_and_tests.gyp:content_shell_java', |
| 1228 'components_browsertests_paks_copy', | 1228 'components_browsertests_paks_copy', |
| 1229 'components_browsertests', | 1229 'components_browsertests', |
| 1230 ], | 1230 ], |
| 1231 'variables': { | 1231 'variables': { |
| 1232 'apk_name': 'components_browsertests', | 1232 'apk_name': 'components_browsertests', |
| 1233 'isolate_file': 'components_browsertests.isolate', |
| 1233 'java_in_dir': 'test/android/browsertests_apk', | 1234 'java_in_dir': 'test/android/browsertests_apk', |
| 1234 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', | 1235 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', |
| 1235 'resource_dir': 'test/android/browsertests_apk/res', | 1236 'resource_dir': 'test/android/browsertests_apk/res', |
| 1236 'native_lib_target': 'libcomponents_browsertests', | 1237 'native_lib_target': 'libcomponents_browsertests', |
| 1237 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', | 1238 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', |
| 1238 }, | 1239 }, |
| 1239 'includes': [ '../build/java_apk.gypi' ], | 1240 'includes': [ '../build/java_apk.gypi' ], |
| 1240 }, | 1241 }, |
| 1241 ], | 1242 ], |
| 1242 }], | 1243 }], |
| (...skipping 201 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 |