| 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 ['use_aura==1', { | 783 ['use_aura==1', { |
| 780 'dependencies': [ | 784 'dependencies': [ |
| 781 '../ui/aura/aura.gyp:aura', | 785 '../ui/aura/aura.gyp:aura', |
| 782 ] | 786 ] |
| 783 }], | 787 }], |
| 784 ['use_aura==1 or toolkit_views==1', { | 788 ['use_aura==1 or toolkit_views==1', { |
| 785 'dependencies': [ | 789 'dependencies': [ |
| 786 '../ui/events/events.gyp:events_test_support', | 790 '../ui/events/events.gyp:events_test_support', |
| 787 ], | 791 ], |
| 788 }], | 792 }], |
| 793 ['use_aura!=1 and OS!="mac"', { |
| 794 'sources/': [ |
| 795 ['exclude', '^browser/compositor/'], |
| 796 ], |
| 797 }], |
| 789 ['OS == "android"', { | 798 ['OS == "android"', { |
| 790 'sources': [ | 799 'sources': [ |
| 791 'browser/renderer_host/java/jni_helper_unittest.cc', | 800 'browser/renderer_host/java/jni_helper_unittest.cc', |
| 792 ], | 801 ], |
| 793 'sources!': [ | 802 'sources!': [ |
| 794 'browser/geolocation/network_location_provider_unittest.cc', | 803 'browser/geolocation/network_location_provider_unittest.cc', |
| 795 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 804 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 796 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 805 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 797 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 806 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 798 ], | 807 ], |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 'includes': [ | 943 'includes': [ |
| 935 'browser/gpu/test_support_gpu.gypi', | 944 'browser/gpu/test_support_gpu.gypi', |
| 936 ], | 945 ], |
| 937 'defines': [ | 946 'defines': [ |
| 938 'HAS_OUT_OF_PROC_TEST_RUNNER', | 947 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 939 ], | 948 ], |
| 940 'sources': [ | 949 'sources': [ |
| 941 'browser/accessibility/accessibility_win_browsertest.cc', | 950 'browser/accessibility/accessibility_win_browsertest.cc', |
| 942 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 951 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
| 943 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 952 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 944 'browser/aura/image_transport_factory_browsertest.cc', | 953 'browser/compositor/image_transport_factory_browsertest.cc', |
| 945 'browser/bookmarklet_browsertest.cc', | 954 'browser/bookmarklet_browsertest.cc', |
| 946 'browser/browser_plugin/browser_plugin_host_browsertest.cc', | 955 'browser/browser_plugin/browser_plugin_host_browsertest.cc', |
| 947 'browser/browser_plugin/test_browser_plugin_embedder.cc', | 956 'browser/browser_plugin/test_browser_plugin_embedder.cc', |
| 948 'browser/browser_plugin/test_browser_plugin_embedder.h', | 957 'browser/browser_plugin/test_browser_plugin_embedder.h', |
| 949 'browser/browser_plugin/test_browser_plugin_guest.cc', | 958 'browser/browser_plugin/test_browser_plugin_guest.cc', |
| 950 'browser/browser_plugin/test_browser_plugin_guest.h', | 959 'browser/browser_plugin/test_browser_plugin_guest.h', |
| 951 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', | 960 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', |
| 952 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', | 961 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', |
| 953 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', | 962 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', |
| 954 'browser/browser_plugin/test_browser_plugin_guest_manager.h', | 963 'browser/browser_plugin/test_browser_plugin_guest_manager.h', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 'content_shell', # Needed for Content Shell.app's Helper. | 1100 'content_shell', # Needed for Content Shell.app's Helper. |
| 1092 ], | 1101 ], |
| 1093 'sources': [ | 1102 'sources': [ |
| 1094 'renderer/external_popup_menu_browsertest.cc', | 1103 'renderer/external_popup_menu_browsertest.cc', |
| 1095 ], | 1104 ], |
| 1096 }], | 1105 }], |
| 1097 ['use_aura==1', { | 1106 ['use_aura==1', { |
| 1098 'sources!': [ | 1107 'sources!': [ |
| 1099 'browser/accessibility/accessibility_win_browsertest.cc', | 1108 'browser/accessibility/accessibility_win_browsertest.cc', |
| 1100 ], | 1109 ], |
| 1101 }, { | |
| 1102 'sources/': [ | |
| 1103 ['exclude', '^browser/aura/'], | |
| 1104 ], | |
| 1105 }], | 1110 }], |
| 1106 ['use_aura==1 and OS!="win"', { | 1111 ['use_aura==1 and OS!="win"', { |
| 1107 'sources!': [ | 1112 'sources!': [ |
| 1108 'browser/plugin_browsertest.cc', | 1113 'browser/plugin_browsertest.cc', |
| 1109 ], | 1114 ], |
| 1110 }], | 1115 }], |
| 1111 ['use_aura==1 or toolkit_views==1', { | 1116 ['use_aura==1 or toolkit_views==1', { |
| 1112 'dependencies': [ | 1117 'dependencies': [ |
| 1113 '../ui/events/events.gyp:events_test_support', | 1118 '../ui/events/events.gyp:events_test_support', |
| 1114 ], | 1119 ], |
| 1115 }], | 1120 }], |
| 1121 ['use_aura!=1 and OS!="mac"', { |
| 1122 'sources/': [ |
| 1123 ['exclude', '^browser/compositor/'], |
| 1124 ], |
| 1125 }], |
| 1116 ['OS!="android" and OS!="ios"', { | 1126 ['OS!="android" and OS!="ios"', { |
| 1117 # npapi test plugin doesn't build on android or ios | 1127 # npapi test plugin doesn't build on android or ios |
| 1118 'dependencies': [ | 1128 'dependencies': [ |
| 1119 # Runtime dependencies | 1129 # Runtime dependencies |
| 1120 'copy_npapi_test_plugin', | 1130 'copy_npapi_test_plugin', |
| 1121 ], | 1131 ], |
| 1122 }], | 1132 }], |
| 1123 ['enable_webrtc==1', { | 1133 ['enable_webrtc==1', { |
| 1124 'sources': [ | 1134 'sources': [ |
| 1125 'browser/media/webrtc_aecdump_browsertest.cc', | 1135 'browser/media/webrtc_aecdump_browsertest.cc', |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1625 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1635 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1626 }, | 1636 }, |
| 1627 ], | 1637 ], |
| 1628 }], | 1638 }], |
| 1629 ], | 1639 ], |
| 1630 }, | 1640 }, |
| 1631 ], | 1641 ], |
| 1632 }], | 1642 }], |
| 1633 ], | 1643 ], |
| 1634 } | 1644 } |
| OLD | NEW |