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

Side by Side Diff: content/content_tests.gypi

Issue 156333002: Enable icu_use_data_file_flag on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 'variables': { 1415 'variables': {
1416 'test_suite_name': 'content_unittests', 1416 'test_suite_name': 'content_unittests',
1417 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)', 1417 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
1418 }, 1418 },
1419 'includes': [ '../build/apk_test.gypi' ], 1419 'includes': [ '../build/apk_test.gypi' ],
1420 }, 1420 },
1421 { 1421 {
1422 'target_name': 'content_browsertests_apk', 1422 'target_name': 'content_browsertests_apk',
1423 'type': 'none', 1423 'type': 'none',
1424 'dependencies': [ 1424 'dependencies': [
1425 'content.gyp:content_icudata',
1425 'content.gyp:content_java', 1426 'content.gyp:content_java',
1426 'content_browsertests', 1427 'content_browsertests',
1427 'content_java_test_support', 1428 'content_java_test_support',
1428 'content_shell_java', 1429 'content_shell_java',
1429 ], 1430 ],
1430 'variables': { 1431 'variables': {
1431 'apk_name': 'content_browsertests', 1432 'apk_name': 'content_browsertests',
1432 'java_in_dir': 'shell/android/browsertests_apk', 1433 'java_in_dir': 'shell/android/browsertests_apk',
1433 'resource_dir': 'shell/android/browsertests_apk/res', 1434 'resource_dir': 'shell/android/browsertests_apk/res',
1434 'native_lib_target': 'libcontent_browsertests', 1435 'native_lib_target': 'libcontent_browsertests',
1435 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1436 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1436 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1437 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1438 'conditions': [
1439 ['icu_use_data_file_flag==1', {
1440 'additional_input_paths': [
1441 '<(PRODUCT_DIR)/icudtl.dat',
1442 ],
1443 }],
1444 ],
1437 }, 1445 },
1438 'includes': [ '../build/java_apk.gypi' ], 1446 'includes': [ '../build/java_apk.gypi' ],
1439 }, 1447 },
1440 { 1448 {
1441 'target_name': 'content_perftests_apk', 1449 'target_name': 'content_perftests_apk',
1442 'type': 'none', 1450 'type': 'none',
1443 'dependencies': [ 1451 'dependencies': [
1444 'content.gyp:content_java', 1452 'content.gyp:content_java',
1445 'content_perftests', 1453 'content_perftests',
1446 ], 1454 ],
1447 'variables': { 1455 'variables': {
1448 'test_suite_name': 'content_perftests', 1456 'test_suite_name': 'content_perftests',
1449 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_p erftests<(SHARED_LIB_SUFFIX)', 1457 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_p erftests<(SHARED_LIB_SUFFIX)',
1450 }, 1458 },
1451 'includes': [ '../build/apk_test.gypi' ], 1459 'includes': [ '../build/apk_test.gypi' ],
1452 }, 1460 },
1453 { 1461 {
1454 'target_name': 'chromium_linker_test_apk', 1462 'target_name': 'chromium_linker_test_apk',
1455 'type': 'none', 1463 'type': 'none',
1456 'dependencies': [ 1464 'dependencies': [
1457 'chromium_android_linker_test', 1465 'chromium_android_linker_test',
1466 'content.gyp:content_icudata',
1458 'content.gyp:content_java', 1467 'content.gyp:content_java',
1459 'content_shell_java', 1468 'content_shell_java',
1460 ], 1469 ],
1461 'variables': { 1470 'variables': {
1462 'apk_name': 'ChromiumLinkerTest', 1471 'apk_name': 'ChromiumLinkerTest',
1463 'java_in_dir': 'shell/android/linker_test_apk', 1472 'java_in_dir': 'shell/android/linker_test_apk',
1464 'resource_dir': 'shell/android/linker_test_apk/res', 1473 'resource_dir': 'shell/android/linker_test_apk/res',
1465 'native_lib_target': 'libchromium_android_linker_test', 1474 'native_lib_target': 'libchromium_android_linker_test',
1466 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1475 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1467 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1476 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1468 'use_chromium_linker': '1', 1477 'use_chromium_linker': '1',
1469 'enable_chromium_linker_tests': '1', 1478 'enable_chromium_linker_tests': '1',
1479 'conditions': [
1480 ['icu_use_data_file_flag==1', {
1481 'additional_input_paths': [
1482 '<(PRODUCT_DIR)/icudtl.dat',
1483 ],
1484 }],
1485 ],
1470 }, 1486 },
1471 'includes': [ '../build/java_apk.gypi' ], 1487 'includes': [ '../build/java_apk.gypi' ],
1472 }, 1488 },
1473 { 1489 {
1474 'target_name': 'chromium_android_linker_test', 1490 'target_name': 'chromium_android_linker_test',
1475 'type': 'shared_library', 1491 'type': 'shared_library',
1476 'defines!': ['CONTENT_IMPLEMENTATION'], 1492 'defines!': ['CONTENT_IMPLEMENTATION'],
1477 'dependencies': [ 1493 'dependencies': [
1478 'chromium_android_linker_test_jni_headers', 1494 'chromium_android_linker_test_jni_headers',
1479 'content_shell_lib', 1495 'content_shell_lib',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1721 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1706 }, 1722 },
1707 ], 1723 ],
1708 }], 1724 }],
1709 ], 1725 ],
1710 }, 1726 },
1711 ], 1727 ],
1712 }], 1728 }],
1713 ], 1729 ],
1714 } 1730 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698