| 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': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 'includes': [ | 1071 'includes': [ |
| 1072 'browser/gpu/test_support_gpu.gypi', | 1072 'browser/gpu/test_support_gpu.gypi', |
| 1073 ], | 1073 ], |
| 1074 'defines': [ | 1074 'defines': [ |
| 1075 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1075 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 1076 ], | 1076 ], |
| 1077 'sources': [ | 1077 'sources': [ |
| 1078 'app/mojo/mojo_browsertest.cc', | 1078 'app/mojo/mojo_browsertest.cc', |
| 1079 'browser/accessibility/accessibility_mode_browsertest.cc', | 1079 'browser/accessibility/accessibility_mode_browsertest.cc', |
| 1080 'browser/accessibility/accessibility_win_browsertest.cc', | 1080 'browser/accessibility/accessibility_win_browsertest.cc', |
| 1081 'browser/accessibility/android_hit_testing_browsertest.cc', |
| 1081 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 1082 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
| 1082 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 1083 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 1083 'browser/compositor/image_transport_factory_browsertest.cc', | 1084 'browser/compositor/image_transport_factory_browsertest.cc', |
| 1084 'browser/bookmarklet_browsertest.cc', | 1085 'browser/bookmarklet_browsertest.cc', |
| 1085 'browser/browser_plugin/browser_plugin_host_browsertest.cc', | 1086 'browser/browser_plugin/browser_plugin_host_browsertest.cc', |
| 1086 'browser/browser_plugin/test_browser_plugin_guest.cc', | 1087 'browser/browser_plugin/test_browser_plugin_guest.cc', |
| 1087 'browser/browser_plugin/test_browser_plugin_guest.h', | 1088 'browser/browser_plugin/test_browser_plugin_guest.h', |
| 1088 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', | 1089 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', |
| 1089 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', | 1090 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', |
| 1090 'browser/browser_plugin/test_guest_manager.cc', | 1091 'browser/browser_plugin/test_guest_manager.cc', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 ['OS=="win" and win_use_allocator_shim==1', { | 1213 ['OS=="win" and win_use_allocator_shim==1', { |
| 1213 'dependencies': [ | 1214 'dependencies': [ |
| 1214 '../base/allocator/allocator.gyp:allocator', | 1215 '../base/allocator/allocator.gyp:allocator', |
| 1215 ], | 1216 ], |
| 1216 }], | 1217 }], |
| 1217 ['OS=="linux"', { | 1218 ['OS=="linux"', { |
| 1218 'sources!': [ | 1219 'sources!': [ |
| 1219 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 1220 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 1220 ], | 1221 ], |
| 1221 }], | 1222 }], |
| 1223 ['OS!="android"', { |
| 1224 'sources!': [ |
| 1225 'browser/accessibility/android_hit_testing_browsertest.cc', |
| 1226 ] |
| 1227 }], |
| 1222 ['OS=="android"', { | 1228 ['OS=="android"', { |
| 1223 'sources': [ | 1229 'sources': [ |
| 1224 'shell/android/browsertests_apk/content_browser_tests_android.cc
', | 1230 'shell/android/browsertests_apk/content_browser_tests_android.cc
', |
| 1225 ], | 1231 ], |
| 1226 'dependencies': [ | 1232 'dependencies': [ |
| 1227 'content_shell_jni_headers', | 1233 'content_shell_jni_headers', |
| 1228 'content_shell_lib', | 1234 'content_shell_lib', |
| 1229 '../testing/android/native_test.gyp:native_test_util', | 1235 '../testing/android/native_test.gyp:native_test_util', |
| 1230 ], | 1236 ], |
| 1231 }], | 1237 }], |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1832 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1827 }, | 1833 }, |
| 1828 ], | 1834 ], |
| 1829 }], | 1835 }], |
| 1830 ], | 1836 ], |
| 1831 }, | 1837 }, |
| 1832 ], | 1838 ], |
| 1833 }], | 1839 }], |
| 1834 ], | 1840 ], |
| 1835 } | 1841 } |
| OLD | NEW |