OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1401 'variables': { | 1401 'variables': { |
1402 'test_suite_name': 'content_unittests', | 1402 'test_suite_name': 'content_unittests', |
1403 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u
nittests<(SHARED_LIB_SUFFIX)', | 1403 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u
nittests<(SHARED_LIB_SUFFIX)', |
1404 }, | 1404 }, |
1405 'includes': [ '../build/apk_test.gypi' ], | 1405 'includes': [ '../build/apk_test.gypi' ], |
1406 }, | 1406 }, |
1407 { | 1407 { |
1408 'target_name': 'content_browsertests_apk', | 1408 'target_name': 'content_browsertests_apk', |
1409 'type': 'none', | 1409 'type': 'none', |
1410 'dependencies': [ | 1410 'dependencies': [ |
| 1411 'content.gyp:content_icudata', |
1411 'content.gyp:content_java', | 1412 'content.gyp:content_java', |
1412 'content_browsertests', | 1413 'content_browsertests', |
1413 'content_java_test_support', | 1414 'content_java_test_support', |
1414 'content_shell_java', | 1415 'content_shell_java', |
1415 ], | 1416 ], |
1416 'variables': { | 1417 'variables': { |
1417 'apk_name': 'content_browsertests', | 1418 'apk_name': 'content_browsertests', |
1418 'java_in_dir': 'shell/android/browsertests_apk', | 1419 'java_in_dir': 'shell/android/browsertests_apk', |
1419 'resource_dir': 'shell/android/browsertests_apk/res', | 1420 'resource_dir': 'shell/android/browsertests_apk/res', |
1420 'native_lib_target': 'libcontent_browsertests', | 1421 'native_lib_target': 'libcontent_browsertests', |
1421 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1422 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
1422 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', | 1423 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
| 1424 'conditions': [ |
| 1425 ['icu_use_data_file_flag==1', { |
| 1426 'additional_input_paths': [ |
| 1427 '<(PRODUCT_DIR)/icudtl.dat', |
| 1428 ], |
| 1429 }], |
| 1430 ], |
1423 }, | 1431 }, |
1424 'includes': [ '../build/java_apk.gypi' ], | 1432 'includes': [ '../build/java_apk.gypi' ], |
1425 }, | 1433 }, |
1426 { | 1434 { |
1427 'target_name': 'chromium_linker_test_apk', | 1435 'target_name': 'chromium_linker_test_apk', |
1428 'type': 'none', | 1436 'type': 'none', |
1429 'dependencies': [ | 1437 'dependencies': [ |
1430 'chromium_android_linker_test', | 1438 'chromium_android_linker_test', |
| 1439 'content.gyp:content_icudata', |
1431 'content.gyp:content_java', | 1440 'content.gyp:content_java', |
1432 'content_shell_java', | 1441 'content_shell_java', |
1433 ], | 1442 ], |
1434 'variables': { | 1443 'variables': { |
1435 'apk_name': 'ChromiumLinkerTest', | 1444 'apk_name': 'ChromiumLinkerTest', |
1436 'java_in_dir': 'shell/android/linker_test_apk', | 1445 'java_in_dir': 'shell/android/linker_test_apk', |
1437 'resource_dir': 'shell/android/linker_test_apk/res', | 1446 'resource_dir': 'shell/android/linker_test_apk/res', |
1438 'native_lib_target': 'libchromium_android_linker_test', | 1447 'native_lib_target': 'libchromium_android_linker_test', |
1439 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1448 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
1440 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', | 1449 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
1441 'use_chromium_linker': '1', | 1450 'use_chromium_linker': '1', |
1442 'enable_chromium_linker_tests': '1', | 1451 'enable_chromium_linker_tests': '1', |
| 1452 'conditions': [ |
| 1453 ['icu_use_data_file_flag==1', { |
| 1454 'additional_input_paths': [ |
| 1455 '<(PRODUCT_DIR)/icudtl.dat', |
| 1456 ], |
| 1457 }], |
| 1458 ], |
1443 }, | 1459 }, |
1444 'includes': [ '../build/java_apk.gypi' ], | 1460 'includes': [ '../build/java_apk.gypi' ], |
1445 }, | 1461 }, |
1446 { | 1462 { |
1447 'target_name': 'chromium_android_linker_test', | 1463 'target_name': 'chromium_android_linker_test', |
1448 'type': 'shared_library', | 1464 'type': 'shared_library', |
1449 'defines!': ['CONTENT_IMPLEMENTATION'], | 1465 'defines!': ['CONTENT_IMPLEMENTATION'], |
1450 'dependencies': [ | 1466 'dependencies': [ |
1451 'chromium_android_linker_test_jni_headers', | 1467 'chromium_android_linker_test_jni_headers', |
1452 'content_shell_lib', | 1468 'content_shell_lib', |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1678 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1694 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1679 }, | 1695 }, |
1680 ], | 1696 ], |
1681 }], | 1697 }], |
1682 ], | 1698 ], |
1683 }, | 1699 }, |
1684 ], | 1700 ], |
1685 }], | 1701 }], |
1686 ], | 1702 ], |
1687 } | 1703 } |
OLD | NEW |