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