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