Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Side by Side Diff: trunk/src/content/content_tests.gypi

Issue 183863005: Revert 253938 "Enable icu_use_data_file_flag on Android" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 'variables': { 1413 'variables': {
1414 'test_suite_name': 'content_unittests', 1414 'test_suite_name': 'content_unittests',
1415 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)', 1415 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
1416 }, 1416 },
1417 'includes': [ '../build/apk_test.gypi' ], 1417 'includes': [ '../build/apk_test.gypi' ],
1418 }, 1418 },
1419 { 1419 {
1420 'target_name': 'content_browsertests_apk', 1420 'target_name': 'content_browsertests_apk',
1421 'type': 'none', 1421 'type': 'none',
1422 'dependencies': [ 1422 'dependencies': [
1423 'content.gyp:content_icudata',
1424 'content.gyp:content_java', 1423 'content.gyp:content_java',
1425 'content_browsertests', 1424 'content_browsertests',
1426 'content_java_test_support', 1425 'content_java_test_support',
1427 'content_shell_java', 1426 'content_shell_java',
1428 ], 1427 ],
1429 'variables': { 1428 'variables': {
1430 'apk_name': 'content_browsertests', 1429 'apk_name': 'content_browsertests',
1431 'java_in_dir': 'shell/android/browsertests_apk', 1430 'java_in_dir': 'shell/android/browsertests_apk',
1432 'resource_dir': 'shell/android/browsertests_apk/res', 1431 'resource_dir': 'shell/android/browsertests_apk/res',
1433 'native_lib_target': 'libcontent_browsertests', 1432 'native_lib_target': 'libcontent_browsertests',
1434 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1433 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1435 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1434 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1436 'conditions': [
1437 ['icu_use_data_file_flag==1', {
1438 'additional_input_paths': [
1439 '<(PRODUCT_DIR)/icudtl.dat',
1440 ],
1441 }],
1442 ],
1443 }, 1435 },
1444 'includes': [ '../build/java_apk.gypi' ], 1436 'includes': [ '../build/java_apk.gypi' ],
1445 }, 1437 },
1446 { 1438 {
1447 'target_name': 'content_perftests_apk', 1439 'target_name': 'content_perftests_apk',
1448 'type': 'none', 1440 'type': 'none',
1449 'dependencies': [ 1441 'dependencies': [
1450 'content.gyp:content_java', 1442 'content.gyp:content_java',
1451 'content_perftests', 1443 'content_perftests',
1452 ], 1444 ],
1453 'variables': { 1445 'variables': {
1454 'test_suite_name': 'content_perftests', 1446 'test_suite_name': 'content_perftests',
1455 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_p erftests<(SHARED_LIB_SUFFIX)', 1447 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_p erftests<(SHARED_LIB_SUFFIX)',
1456 }, 1448 },
1457 'includes': [ '../build/apk_test.gypi' ], 1449 'includes': [ '../build/apk_test.gypi' ],
1458 }, 1450 },
1459 { 1451 {
1460 'target_name': 'chromium_linker_test_apk', 1452 'target_name': 'chromium_linker_test_apk',
1461 'type': 'none', 1453 'type': 'none',
1462 'dependencies': [ 1454 'dependencies': [
1463 'chromium_android_linker_test', 1455 'chromium_android_linker_test',
1464 'content.gyp:content_icudata',
1465 'content.gyp:content_java', 1456 'content.gyp:content_java',
1466 'content_shell_java', 1457 'content_shell_java',
1467 ], 1458 ],
1468 'variables': { 1459 'variables': {
1469 'apk_name': 'ChromiumLinkerTest', 1460 'apk_name': 'ChromiumLinkerTest',
1470 'java_in_dir': 'shell/android/linker_test_apk', 1461 'java_in_dir': 'shell/android/linker_test_apk',
1471 'resource_dir': 'shell/android/linker_test_apk/res', 1462 'resource_dir': 'shell/android/linker_test_apk/res',
1472 'native_lib_target': 'libchromium_android_linker_test', 1463 'native_lib_target': 'libchromium_android_linker_test',
1473 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1464 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1474 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1465 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1475 'use_chromium_linker': '1', 1466 'use_chromium_linker': '1',
1476 'enable_chromium_linker_tests': '1', 1467 'enable_chromium_linker_tests': '1',
1477 'conditions': [
1478 ['icu_use_data_file_flag==1', {
1479 'additional_input_paths': [
1480 '<(PRODUCT_DIR)/icudtl.dat',
1481 ],
1482 }],
1483 ],
1484 }, 1468 },
1485 'includes': [ '../build/java_apk.gypi' ], 1469 'includes': [ '../build/java_apk.gypi' ],
1486 }, 1470 },
1487 { 1471 {
1488 'target_name': 'chromium_android_linker_test', 1472 'target_name': 'chromium_android_linker_test',
1489 'type': 'shared_library', 1473 'type': 'shared_library',
1490 'defines!': ['CONTENT_IMPLEMENTATION'], 1474 'defines!': ['CONTENT_IMPLEMENTATION'],
1491 'dependencies': [ 1475 'dependencies': [
1492 'chromium_android_linker_test_jni_headers', 1476 'chromium_android_linker_test_jni_headers',
1493 'content_shell_lib', 1477 'content_shell_lib',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1703 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1720 }, 1704 },
1721 ], 1705 ],
1722 }], 1706 }],
1723 ], 1707 ],
1724 }, 1708 },
1725 ], 1709 ],
1726 }], 1710 }],
1727 ], 1711 ],
1728 } 1712 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698