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