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