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 'variables': { | 6 'variables': { |
7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'test/accessibility_browser_test_utils.cc', | 261 'test/accessibility_browser_test_utils.cc', |
262 'test/accessibility_browser_test_utils.h', | 262 'test/accessibility_browser_test_utils.h', |
263 'test/browser_test_utils_browsertest.cc', | 263 'test/browser_test_utils_browsertest.cc', |
264 'test/content_browser_test_test.cc', | 264 'test/content_browser_test_test.cc', |
265 'test/webui_resource_browsertest.cc', | 265 'test/webui_resource_browsertest.cc', |
266 | 266 |
267 ], | 267 ], |
268 'content_browsertests_android_sources': [ | 268 'content_browsertests_android_sources': [ |
269 'browser/accessibility/android_granularity_movement_browsertest.cc', | 269 'browser/accessibility/android_granularity_movement_browsertest.cc', |
270 'browser/accessibility/android_hit_testing_browsertest.cc', | 270 'browser/accessibility/android_hit_testing_browsertest.cc', |
| 271 'shell/android/browsertests_apk/content_browser_tests_android.cc', |
| 272 'shell/android/browsertests_apk/content_browser_tests_android.h', |
271 'shell/android/browsertests_apk/content_browser_tests_jni_onload.cc', | 273 'shell/android/browsertests_apk/content_browser_tests_jni_onload.cc', |
272 ], | 274 ], |
273 'content_browsertests_webrtc_sources': [ | 275 'content_browsertests_webrtc_sources': [ |
274 'browser/media/webrtc_aecdump_browsertest.cc', | 276 'browser/media/webrtc_aecdump_browsertest.cc', |
275 'browser/media/webrtc_browsertest.cc', | 277 'browser/media/webrtc_browsertest.cc', |
276 'browser/media/webrtc_getusermedia_browsertest.cc', | 278 'browser/media/webrtc_getusermedia_browsertest.cc', |
277 'browser/media/webrtc_internals_browsertest.cc', | 279 'browser/media/webrtc_internals_browsertest.cc', |
278 'browser/media/webrtc_webcam_browsertest.cc', | 280 'browser/media/webrtc_webcam_browsertest.cc', |
279 'test/webrtc_content_browsertest_base.cc', | 281 'test/webrtc_content_browsertest_base.cc', |
280 'test/webrtc_content_browsertest_base.h', | 282 'test/webrtc_content_browsertest_base.h', |
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1432 ], | 1434 ], |
1433 }], | 1435 }], |
1434 ['OS=="android"', { | 1436 ['OS=="android"', { |
1435 'sources': [ '<@(content_browsertests_android_sources)' ], | 1437 'sources': [ '<@(content_browsertests_android_sources)' ], |
1436 'sources!': [ | 1438 'sources!': [ |
1437 'browser/battery_status/battery_monitor_impl_browsertest.cc', | 1439 'browser/battery_status/battery_monitor_impl_browsertest.cc', |
1438 ], | 1440 ], |
1439 'dependencies': [ | 1441 'dependencies': [ |
1440 'content_shell_jni_headers', | 1442 'content_shell_jni_headers', |
1441 'content_shell_lib', | 1443 'content_shell_lib', |
1442 '../testing/android/native_test.gyp:native_test_support', | 1444 '../testing/android/native_test.gyp:native_test_util', |
1443 ], | 1445 ], |
1444 }], | 1446 }], |
1445 ['OS=="mac"', { | 1447 ['OS=="mac"', { |
1446 'dependencies': [ | 1448 'dependencies': [ |
1447 'content_shell', # Needed for Content Shell.app's Helper. | 1449 'content_shell', # Needed for Content Shell.app's Helper. |
1448 ], | 1450 ], |
1449 'sources': [ | 1451 'sources': [ |
1450 'renderer/external_popup_menu_browsertest.cc', | 1452 'renderer/external_popup_menu_browsertest.cc', |
1451 ], | 1453 ], |
1452 }], | 1454 }], |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1794 'type': 'none', | 1796 'type': 'none', |
1795 'dependencies': [ | 1797 'dependencies': [ |
1796 'content.gyp:content_icudata', | 1798 'content.gyp:content_icudata', |
1797 'content.gyp:content_java', | 1799 'content.gyp:content_java', |
1798 'content.gyp:content_v8_external_data', | 1800 'content.gyp:content_v8_external_data', |
1799 'content_browsertests', | 1801 'content_browsertests', |
1800 'content_java_test_support', | 1802 'content_java_test_support', |
1801 'content_shell_java', | 1803 'content_shell_java', |
1802 ], | 1804 ], |
1803 'variables': { | 1805 'variables': { |
1804 'test_suite_name': 'content_browsertests', | 1806 'apk_name': 'content_browsertests', |
1805 'java_in_dir': 'shell/android/browsertests_apk', | 1807 'java_in_dir': 'shell/android/browsertests_apk', |
1806 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_browser
tests_manifest/AndroidManifest.xml', | 1808 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_browser
tests_manifest/AndroidManifest.xml', |
1807 'resource_dir': 'shell/android/browsertests_apk/res', | 1809 'resource_dir': 'shell/android/browsertests_apk/res', |
| 1810 'native_lib_target': 'libcontent_browsertests', |
1808 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1811 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
1809 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', | 1812 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
1810 'conditions': [ | 1813 'conditions': [ |
1811 ['icu_use_data_file_flag==1', { | 1814 ['icu_use_data_file_flag==1', { |
1812 'additional_input_paths': [ | 1815 'additional_input_paths': [ |
1813 '<(PRODUCT_DIR)/icudtl.dat', | 1816 '<(PRODUCT_DIR)/icudtl.dat', |
1814 ], | 1817 ], |
1815 }], | 1818 }], |
1816 ['v8_use_external_startup_data==1', { | 1819 ['v8_use_external_startup_data==1', { |
1817 'additional_input_paths': [ | 1820 'additional_input_paths': [ |
1818 '<(PRODUCT_DIR)/natives_blob.bin', | 1821 '<(PRODUCT_DIR)/natives_blob.bin', |
1819 '<(PRODUCT_DIR)/snapshot_blob.bin', | 1822 '<(PRODUCT_DIR)/snapshot_blob.bin', |
1820 ], | 1823 ], |
1821 }], | 1824 }], |
1822 ], | 1825 ], |
1823 }, | 1826 }, |
1824 'includes': [ '../build/apk_browsertest.gypi' ], | 1827 'includes': [ '../build/java_apk.gypi' ], |
1825 }, | 1828 }, |
1826 { | 1829 { |
1827 # TODO(GN) | 1830 # TODO(GN) |
1828 'target_name': 'content_perftests_apk', | 1831 'target_name': 'content_perftests_apk', |
1829 'type': 'none', | 1832 'type': 'none', |
1830 'dependencies': [ | 1833 'dependencies': [ |
1831 'content.gyp:content_java', | 1834 'content.gyp:content_java', |
1832 'content_perftests', | 1835 'content_perftests', |
1833 ], | 1836 ], |
1834 'variables': { | 1837 'variables': { |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2150 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2148 }, | 2151 }, |
2149 ], | 2152 ], |
2150 }], | 2153 }], |
2151 ], | 2154 ], |
2152 }, | 2155 }, |
2153 ], | 2156 ], |
2154 }], | 2157 }], |
2155 ], | 2158 ], |
2156 } | 2159 } |
OLD | NEW |