| 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 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 }, | 860 }, |
| 861 ], | 861 ], |
| 862 }], | 862 }], |
| 863 ['OS!="ios"', { | 863 ['OS!="ios"', { |
| 864 'targets': [ | 864 'targets': [ |
| 865 { | 865 { |
| 866 'target_name': 'content_perftests', | 866 'target_name': 'content_perftests', |
| 867 'type': '<(gtest_target_type)', | 867 'type': '<(gtest_target_type)', |
| 868 'defines!': ['CONTENT_IMPLEMENTATION'], | 868 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 869 'dependencies': [ | 869 'dependencies': [ |
| 870 'content.gyp:content_browser', |
| 870 'content.gyp:content_common', | 871 'content.gyp:content_common', |
| 871 'test_support_content', | 872 'test_support_content', |
| 872 '../base/base.gyp:test_support_base', | 873 '../base/base.gyp:test_support_base', |
| 873 '../cc/cc.gyp:cc', | 874 '../cc/cc.gyp:cc', |
| 874 '../skia/skia.gyp:skia', | 875 '../skia/skia.gyp:skia', |
| 875 '../testing/gtest.gyp:gtest', | 876 '../testing/gtest.gyp:gtest', |
| 876 '../testing/perf/perf_test.gyp:*', | 877 '../testing/perf/perf_test.gyp:*', |
| 877 '../ui/gfx/gfx.gyp:gfx', | 878 '../ui/gfx/gfx.gyp:gfx', |
| 878 '../ui/gfx/gfx.gyp:gfx_geometry', | 879 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 879 ], | 880 ], |
| 880 'include_dirs': [ | 881 'include_dirs': [ |
| 881 '..', | 882 '..', |
| 882 ], | 883 ], |
| 883 'sources': [ | 884 'sources': [ |
| 885 'browser/renderer_host/input/input_router_impl_perftest.cc', |
| 884 'common/cc_messages_perftest.cc', | 886 'common/cc_messages_perftest.cc', |
| 885 'test/run_all_perftests.cc', | 887 'test/run_all_perftests.cc', |
| 886 ], | 888 ], |
| 889 'conditions': [ |
| 890 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 891 'dependencies': [ |
| 892 '../testing/android/native_test.gyp:native_test_native_code', |
| 893 ], |
| 894 }], |
| 895 ], |
| 887 }, | 896 }, |
| 888 { | 897 { |
| 889 'target_name': 'content_browser_test_support', | 898 'target_name': 'content_browser_test_support', |
| 890 'type': 'static_library', | 899 'type': 'static_library', |
| 891 'dependencies': [ | 900 'dependencies': [ |
| 892 'content_shell_lib', | 901 'content_shell_lib', |
| 893 '../skia/skia.gyp:skia', | 902 '../skia/skia.gyp:skia', |
| 894 '../testing/gtest.gyp:gtest', | 903 '../testing/gtest.gyp:gtest', |
| 895 '../ui/accessibility/accessibility.gyp:ax_gen', | 904 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 896 ], | 905 ], |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1417 'apk_name': 'content_browsertests', | 1426 'apk_name': 'content_browsertests', |
| 1418 'java_in_dir': 'shell/android/browsertests_apk', | 1427 'java_in_dir': 'shell/android/browsertests_apk', |
| 1419 'resource_dir': 'shell/android/browsertests_apk/res', | 1428 'resource_dir': 'shell/android/browsertests_apk/res', |
| 1420 'native_lib_target': 'libcontent_browsertests', | 1429 'native_lib_target': 'libcontent_browsertests', |
| 1421 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1430 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 1422 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', | 1431 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
| 1423 }, | 1432 }, |
| 1424 'includes': [ '../build/java_apk.gypi' ], | 1433 'includes': [ '../build/java_apk.gypi' ], |
| 1425 }, | 1434 }, |
| 1426 { | 1435 { |
| 1436 'target_name': 'content_perftests_apk', |
| 1437 'type': 'none', |
| 1438 'dependencies': [ |
| 1439 'content.gyp:content_java', |
| 1440 'content_perftests', |
| 1441 ], |
| 1442 'variables': { |
| 1443 'test_suite_name': 'content_perftests', |
| 1444 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_p
erftests<(SHARED_LIB_SUFFIX)', |
| 1445 }, |
| 1446 'includes': [ '../build/apk_test.gypi' ], |
| 1447 }, |
| 1448 { |
| 1427 'target_name': 'chromium_linker_test_apk', | 1449 'target_name': 'chromium_linker_test_apk', |
| 1428 'type': 'none', | 1450 'type': 'none', |
| 1429 'dependencies': [ | 1451 'dependencies': [ |
| 1430 'chromium_android_linker_test', | 1452 'chromium_android_linker_test', |
| 1431 'content.gyp:content_java', | 1453 'content.gyp:content_java', |
| 1432 'content_shell_java', | 1454 'content_shell_java', |
| 1433 ], | 1455 ], |
| 1434 'variables': { | 1456 'variables': { |
| 1435 'apk_name': 'ChromiumLinkerTest', | 1457 'apk_name': 'ChromiumLinkerTest', |
| 1436 'java_in_dir': 'shell/android/linker_test_apk', | 1458 'java_in_dir': 'shell/android/linker_test_apk', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1678 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1700 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1679 }, | 1701 }, |
| 1680 ], | 1702 ], |
| 1681 }], | 1703 }], |
| 1682 ], | 1704 ], |
| 1683 }, | 1705 }, |
| 1684 ], | 1706 ], |
| 1685 }], | 1707 }], |
| 1686 ], | 1708 ], |
| 1687 } | 1709 } |
| OLD | NEW |