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': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 ], | 270 ], |
271 }], | 271 }], |
272 ['use_glib == 1', { | 272 ['use_glib == 1', { |
273 'dependencies': [ | 273 'dependencies': [ |
274 '../build/linux/system.gyp:glib', | 274 '../build/linux/system.gyp:glib', |
275 ], | 275 ], |
276 }], | 276 }], |
277 ['use_aura==1', { | 277 ['use_aura==1', { |
278 'dependencies': [ | 278 'dependencies': [ |
279 '../ui/aura/aura.gyp:aura_test_support', | 279 '../ui/aura/aura.gyp:aura_test_support', |
| 280 '../ui/resources/ui_resources.gyp:ui_test_pak', |
| 281 ], |
| 282 }], |
| 283 ['use_aura==1 or OS=="mac"', { |
| 284 'dependencies': [ |
280 '../ui/compositor/compositor.gyp:compositor', | 285 '../ui/compositor/compositor.gyp:compositor', |
281 '../ui/resources/ui_resources.gyp:ui_test_pak', | |
282 ], | 286 ], |
283 }], | 287 }], |
284 ['OS=="win"', { | 288 ['OS=="win"', { |
285 'dependencies': [ | 289 'dependencies': [ |
286 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 290 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
287 ], | 291 ], |
288 }], | 292 }], |
289 ['OS!="android" and OS!="ios"', { | 293 ['OS!="android" and OS!="ios"', { |
290 'dependencies': [ | 294 'dependencies': [ |
291 '../third_party/libvpx/libvpx.gyp:libvpx', | 295 '../third_party/libvpx/libvpx.gyp:libvpx', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 ], | 327 ], |
324 'include_dirs': [ | 328 'include_dirs': [ |
325 '..', | 329 '..', |
326 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. | 330 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. |
327 ], | 331 ], |
328 'sources': [ | 332 'sources': [ |
329 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 333 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
330 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 334 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
331 'browser/accessibility/browser_accessibility_win_unittest.cc', | 335 'browser/accessibility/browser_accessibility_win_unittest.cc', |
332 'browser/appcache/chrome_appcache_service_unittest.cc', | 336 'browser/appcache/chrome_appcache_service_unittest.cc', |
333 'browser/aura/software_browser_compositor_output_surface_unittest.cc', | |
334 'browser/aura/software_output_device_ozone_unittest.cc', | |
335 'browser/browser_thread_unittest.cc', | 337 'browser/browser_thread_unittest.cc', |
336 'browser/browser_url_handler_impl_unittest.cc', | 338 'browser/browser_url_handler_impl_unittest.cc', |
337 'browser/byte_stream_unittest.cc', | 339 'browser/byte_stream_unittest.cc', |
338 'browser/child_process_security_policy_unittest.cc', | 340 'browser/child_process_security_policy_unittest.cc', |
| 341 'browser/compositor/software_browser_compositor_output_surface_unittest.
cc', |
| 342 'browser/compositor/software_output_device_ozone_unittest.cc', |
339 'browser/device_orientation/data_fetcher_impl_android_unittest.cc', | 343 'browser/device_orientation/data_fetcher_impl_android_unittest.cc', |
340 'browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc'
, | 344 'browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc'
, |
341 'browser/devtools/devtools_http_handler_unittest.cc', | 345 'browser/devtools/devtools_http_handler_unittest.cc', |
342 'browser/devtools/devtools_manager_unittest.cc', | 346 'browser/devtools/devtools_manager_unittest.cc', |
343 'browser/dom_storage/dom_storage_area_unittest.cc', | 347 'browser/dom_storage/dom_storage_area_unittest.cc', |
344 'browser/dom_storage/dom_storage_context_impl_unittest.cc', | 348 'browser/dom_storage/dom_storage_context_impl_unittest.cc', |
345 'browser/dom_storage/dom_storage_database_unittest.cc', | 349 'browser/dom_storage/dom_storage_database_unittest.cc', |
346 'browser/dom_storage/session_storage_database_unittest.cc', | 350 'browser/dom_storage/session_storage_database_unittest.cc', |
347 'browser/download/base_file_unittest.cc', | 351 'browser/download/base_file_unittest.cc', |
348 'browser/download/download_file_unittest.cc', | 352 'browser/download/download_file_unittest.cc', |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 ['use_aura==1', { | 781 ['use_aura==1', { |
778 'dependencies': [ | 782 'dependencies': [ |
779 '../ui/aura/aura.gyp:aura', | 783 '../ui/aura/aura.gyp:aura', |
780 ] | 784 ] |
781 }], | 785 }], |
782 ['use_aura==1 or toolkit_views==1', { | 786 ['use_aura==1 or toolkit_views==1', { |
783 'dependencies': [ | 787 'dependencies': [ |
784 '../ui/events/events.gyp:events_test_support', | 788 '../ui/events/events.gyp:events_test_support', |
785 ], | 789 ], |
786 }], | 790 }], |
| 791 ['use_aura!=1 and OS!="mac"', { |
| 792 'sources/': [ |
| 793 ['exclude', '^browser/compositor/'], |
| 794 ], |
| 795 }], |
787 ['OS == "android"', { | 796 ['OS == "android"', { |
788 'sources': [ | 797 'sources': [ |
789 'browser/renderer_host/java/jni_helper_unittest.cc', | 798 'browser/renderer_host/java/jni_helper_unittest.cc', |
790 ], | 799 ], |
791 'sources!': [ | 800 'sources!': [ |
792 'browser/geolocation/network_location_provider_unittest.cc', | 801 'browser/geolocation/network_location_provider_unittest.cc', |
793 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 802 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
794 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 803 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
795 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 804 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
796 ], | 805 ], |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 'includes': [ | 941 'includes': [ |
933 'browser/gpu/test_support_gpu.gypi', | 942 'browser/gpu/test_support_gpu.gypi', |
934 ], | 943 ], |
935 'defines': [ | 944 'defines': [ |
936 'HAS_OUT_OF_PROC_TEST_RUNNER', | 945 'HAS_OUT_OF_PROC_TEST_RUNNER', |
937 ], | 946 ], |
938 'sources': [ | 947 'sources': [ |
939 'browser/accessibility/accessibility_win_browsertest.cc', | 948 'browser/accessibility/accessibility_win_browsertest.cc', |
940 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 949 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
941 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 950 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
942 'browser/aura/image_transport_factory_browsertest.cc', | 951 'browser/compositor/image_transport_factory_browsertest.cc', |
943 'browser/bookmarklet_browsertest.cc', | 952 'browser/bookmarklet_browsertest.cc', |
944 'browser/browser_plugin/browser_plugin_host_browsertest.cc', | 953 'browser/browser_plugin/browser_plugin_host_browsertest.cc', |
945 'browser/browser_plugin/test_browser_plugin_embedder.cc', | 954 'browser/browser_plugin/test_browser_plugin_embedder.cc', |
946 'browser/browser_plugin/test_browser_plugin_embedder.h', | 955 'browser/browser_plugin/test_browser_plugin_embedder.h', |
947 'browser/browser_plugin/test_browser_plugin_guest.cc', | 956 'browser/browser_plugin/test_browser_plugin_guest.cc', |
948 'browser/browser_plugin/test_browser_plugin_guest.h', | 957 'browser/browser_plugin/test_browser_plugin_guest.h', |
949 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', | 958 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', |
950 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', | 959 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', |
951 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', | 960 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', |
952 'browser/browser_plugin/test_browser_plugin_guest_manager.h', | 961 'browser/browser_plugin/test_browser_plugin_guest_manager.h', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1089 'content_shell', # Needed for Content Shell.app's Helper. | 1098 'content_shell', # Needed for Content Shell.app's Helper. |
1090 ], | 1099 ], |
1091 'sources': [ | 1100 'sources': [ |
1092 'renderer/external_popup_menu_browsertest.cc', | 1101 'renderer/external_popup_menu_browsertest.cc', |
1093 ], | 1102 ], |
1094 }], | 1103 }], |
1095 ['use_aura==1', { | 1104 ['use_aura==1', { |
1096 'sources!': [ | 1105 'sources!': [ |
1097 'browser/accessibility/accessibility_win_browsertest.cc', | 1106 'browser/accessibility/accessibility_win_browsertest.cc', |
1098 ], | 1107 ], |
1099 }, { | |
1100 'sources/': [ | |
1101 ['exclude', '^browser/aura/'], | |
1102 ], | |
1103 }], | 1108 }], |
1104 ['use_aura==1 and OS!="win"', { | 1109 ['use_aura==1 and OS!="win"', { |
1105 'sources!': [ | 1110 'sources!': [ |
1106 'browser/plugin_browsertest.cc', | 1111 'browser/plugin_browsertest.cc', |
1107 ], | 1112 ], |
1108 }], | 1113 }], |
1109 ['use_aura==1 or toolkit_views==1', { | 1114 ['use_aura==1 or toolkit_views==1', { |
1110 'dependencies': [ | 1115 'dependencies': [ |
1111 '../ui/events/events.gyp:events_test_support', | 1116 '../ui/events/events.gyp:events_test_support', |
1112 ], | 1117 ], |
1113 }], | 1118 }], |
| 1119 ['use_aura!=1 and OS!="mac"', { |
| 1120 'sources/': [ |
| 1121 ['exclude', '^browser/compositor/'], |
| 1122 ], |
| 1123 }], |
1114 ['OS!="android" and OS!="ios"', { | 1124 ['OS!="android" and OS!="ios"', { |
1115 # npapi test plugin doesn't build on android or ios | 1125 # npapi test plugin doesn't build on android or ios |
1116 'dependencies': [ | 1126 'dependencies': [ |
1117 # Runtime dependencies | 1127 # Runtime dependencies |
1118 'copy_npapi_test_plugin', | 1128 'copy_npapi_test_plugin', |
1119 ], | 1129 ], |
1120 }], | 1130 }], |
1121 ['enable_webrtc==1', { | 1131 ['enable_webrtc==1', { |
1122 'sources': [ | 1132 'sources': [ |
1123 'browser/media/webrtc_aecdump_browsertest.cc', | 1133 'browser/media/webrtc_aecdump_browsertest.cc', |
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1623 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1624 }, | 1634 }, |
1625 ], | 1635 ], |
1626 }], | 1636 }], |
1627 ], | 1637 ], |
1628 }, | 1638 }, |
1629 ], | 1639 ], |
1630 }], | 1640 }], |
1631 ], | 1641 ], |
1632 } | 1642 } |
OLD | NEW |