OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2003 '../content/browser/download/mock_download_manager.h', | 2003 '../content/browser/download/mock_download_manager.h', |
2004 '../content/browser/download/mock_download_manager_delegate.cc', | 2004 '../content/browser/download/mock_download_manager_delegate.cc', |
2005 '../content/browser/download/mock_download_manager_delegate.h', | 2005 '../content/browser/download/mock_download_manager_delegate.h', |
2006 '../content/browser/download/save_package_unittest.cc', | 2006 '../content/browser/download/save_package_unittest.cc', |
2007 '../content/browser/geolocation/device_data_provider_unittest.cc', | 2007 '../content/browser/geolocation/device_data_provider_unittest.cc', |
2008 '../content/browser/geolocation/geolocation_provider_unittest.cc', | 2008 '../content/browser/geolocation/geolocation_provider_unittest.cc', |
2009 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc'
, | 2009 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc'
, |
2010 '../content/browser/geolocation/location_arbitrator_unittest.cc', | 2010 '../content/browser/geolocation/location_arbitrator_unittest.cc', |
2011 '../content/browser/geolocation/network_location_provider_unittest.cc', | 2011 '../content/browser/geolocation/network_location_provider_unittest.cc', |
2012 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', | 2012 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 2013 '../content/browser/geolocation/wifi_data_provider_linux_unittest.cc', |
2013 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', | 2014 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', |
2014 '../content/browser/geolocation/win7_location_api_unittest_win.cc', | 2015 '../content/browser/geolocation/win7_location_api_unittest_win.cc', |
2015 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', | 2016 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', |
2016 '../content/browser/in_process_webkit/dom_storage_unittest.cc', | 2017 '../content/browser/in_process_webkit/dom_storage_unittest.cc', |
2017 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', | 2018 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', |
2018 '../content/browser/in_process_webkit/webkit_context_unittest.cc', | 2019 '../content/browser/in_process_webkit/webkit_context_unittest.cc', |
2019 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', | 2020 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', |
2020 '../content/browser/mach_broker_mac_unittest.cc', | 2021 '../content/browser/mach_broker_mac_unittest.cc', |
2021 '../content/browser/plugin_service_unittest.cc', | 2022 '../content/browser/plugin_service_unittest.cc', |
2022 '../content/browser/renderer_host/render_view_host_unittest.cc', | 2023 '../content/browser/renderer_host/render_view_host_unittest.cc', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2090 'browser/download/download_safe_browsing_client_unittest.cc', | 2091 'browser/download/download_safe_browsing_client_unittest.cc', |
2091 ], | 2092 ], |
2092 'sources/': [ | 2093 'sources/': [ |
2093 ['exclude', '^browser/safe_browsing/'], | 2094 ['exclude', '^browser/safe_browsing/'], |
2094 ['exclude', '^renderer/safe_browsing/'], | 2095 ['exclude', '^renderer/safe_browsing/'], |
2095 ], | 2096 ], |
2096 }], | 2097 }], |
2097 ['chromeos==1', { | 2098 ['chromeos==1', { |
2098 'sources/': [ | 2099 'sources/': [ |
2099 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte
st.cc'], | 2100 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte
st.cc'], |
| 2101 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu
x_unittest.cc'], |
2100 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when | 2102 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when |
2101 # print preview is enabled on CrOS. | 2103 # print preview is enabled on CrOS. |
2102 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], | 2104 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], |
2103 ], | 2105 ], |
2104 }, { # else: chromeos == 0 | 2106 }, { # else: chromeos == 0 |
2105 'sources/': [ | 2107 'sources/': [ |
2106 ['exclude', '^browser/chromeos/'], | 2108 ['exclude', '^browser/chromeos/'], |
2107 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 2109 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
2108 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 2110 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
2109 ['exclude', '^browser/ui/webui/chromeos/login'], | 2111 ['exclude', '^browser/ui/webui/chromeos/login'], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2141 }, { | 2143 }, { |
2142 # Disable the GNOME Keyring tests if we are not using it. | 2144 # Disable the GNOME Keyring tests if we are not using it. |
2143 'sources!': [ | 2145 'sources!': [ |
2144 'browser/password_manager/native_backend_gnome_x_unittest.cc
', | 2146 'browser/password_manager/native_backend_gnome_x_unittest.cc
', |
2145 ], | 2147 ], |
2146 }], | 2148 }], |
2147 ], | 2149 ], |
2148 }], | 2150 }], |
2149 ], | 2151 ], |
2150 'dependencies': [ | 2152 'dependencies': [ |
| 2153 '../build/linux/system.gyp:dbus', |
2151 '../build/linux/system.gyp:gtk', | 2154 '../build/linux/system.gyp:gtk', |
2152 '../build/linux/system.gyp:ssl', | 2155 '../build/linux/system.gyp:ssl', |
| 2156 '../dbus/dbus.gyp:dbus_test_support', |
2153 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2157 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2154 ], | 2158 ], |
2155 'sources!': [ | 2159 'sources!': [ |
2156 'browser/printing/print_job_unittest.cc', | 2160 'browser/printing/print_job_unittest.cc', |
2157 ], | 2161 ], |
2158 }, { # else: toolkit_uses_gtk != 1 | 2162 }, { # else: toolkit_uses_gtk != 1 |
2159 'sources!': [ | 2163 'sources!': [ |
2160 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', | 2164 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', |
2161 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 2165 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
2162 '../views/focus/accelerator_handler_gtk_unittest.cc', | 2166 '../views/focus/accelerator_handler_gtk_unittest.cc', |
(...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4127 # Use outputs of this action as inputs for the main target build. | 4131 # Use outputs of this action as inputs for the main target build. |
4128 # Seems as a misnomer but makes this happy on Linux (scons). | 4132 # Seems as a misnomer but makes this happy on Linux (scons). |
4129 'process_outputs_as_sources': 1, | 4133 'process_outputs_as_sources': 1, |
4130 }, | 4134 }, |
4131 ], # 'actions' | 4135 ], # 'actions' |
4132 }, | 4136 }, |
4133 ] | 4137 ] |
4134 }], # 'coverage!=0' | 4138 }], # 'coverage!=0' |
4135 ], # 'conditions' | 4139 ], # 'conditions' |
4136 } | 4140 } |
OLD | NEW |