Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7708010: Add more files to content_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: virtual dtor Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/appcache/chrome_appcache_service_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'test/base/thread_observer_helper.h', 188 'test/base/thread_observer_helper.h',
189 'test/base/ui_test_utils.cc', 189 'test/base/ui_test_utils.cc',
190 'test/base/ui_test_utils.h', 190 'test/base/ui_test_utils.h',
191 'test/base/ui_test_utils_linux.cc', 191 'test/base/ui_test_utils_linux.cc',
192 'test/base/ui_test_utils_mac.mm', 192 'test/base/ui_test_utils_mac.mm',
193 'test/base/ui_test_utils_win.cc', 193 'test/base/ui_test_utils_win.cc',
194 'test/base/values_test_util.cc', 194 'test/base/values_test_util.cc',
195 'test/base/values_test_util.h', 195 'test/base/values_test_util.h',
196 'test/test_navigation_observer.cc', 196 'test/test_navigation_observer.cc',
197 'test/test_navigation_observer.h', 197 'test/test_navigation_observer.h',
198 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc',
199 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h',
200 '../content/browser/geolocation/mock_location_provider.cc',
201 '../content/browser/geolocation/mock_location_provider.h',
202 '../content/browser/mock_content_browser_client.cc',
203 '../content/browser/mock_resource_context.cc',
204 '../content/browser/mock_resource_context.h',
205 # TODO: these should live here but are currently used by 198 # TODO: these should live here but are currently used by
206 # production code code in libbrowser (in chrome.gyp). 199 # production code code in libbrowser (in chrome.gyp).
207 #'../content/browser/net/url_request_mock_http_job.cc', 200 #'../content/browser/net/url_request_mock_http_job.cc',
208 #'../content/browser/net/url_request_mock_http_job.h', 201 #'../content/browser/net/url_request_mock_http_job.h',
209 '../content/browser/renderer_host/media/mock_media_observer.cc',
210 '../content/browser/renderer_host/media/mock_media_observer.h',
211 '../content/browser/renderer_host/mock_render_process_host.cc', 202 '../content/browser/renderer_host/mock_render_process_host.cc',
212 '../content/browser/renderer_host/mock_render_process_host.h', 203 '../content/browser/renderer_host/mock_render_process_host.h',
213 '../content/browser/renderer_host/test_backing_store.cc', 204 '../content/browser/renderer_host/test_backing_store.cc',
214 '../content/browser/renderer_host/test_backing_store.h', 205 '../content/browser/renderer_host/test_backing_store.h',
215 '../content/browser/renderer_host/test_render_view_host.cc', 206 '../content/browser/renderer_host/test_render_view_host.cc',
216 '../content/browser/renderer_host/test_render_view_host.h', 207 '../content/browser/renderer_host/test_render_view_host.h',
217 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 208 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
218 '../content/browser/tab_contents/test_tab_contents.cc', 209 '../content/browser/tab_contents/test_tab_contents.cc',
219 '../content/browser/tab_contents/test_tab_contents.h', 210 '../content/browser/tab_contents/test_tab_contents.h',
220 '../content/common/notification_observer_mock.cc', 211 '../content/common/notification_observer_mock.cc',
221 '../content/common/notification_observer_mock.h', 212 '../content/common/notification_observer_mock.h',
222 '../ui/gfx/image/image_unittest_util.h', 213 '../ui/gfx/image/image_unittest_util.h',
223 '../ui/gfx/image/image_unittest_util.cc', 214 '../ui/gfx/image/image_unittest_util.cc',
224 '../webkit/appcache/appcache_test_helper.cc',
225 '../webkit/appcache/appcache_test_helper.h',
226 '../webkit/quota/mock_quota_manager.cc', 215 '../webkit/quota/mock_quota_manager.cc',
227 '../webkit/quota/mock_quota_manager.h', 216 '../webkit/quota/mock_quota_manager.h',
228 '../webkit/quota/mock_special_storage_policy.cc',
229 '../webkit/quota/mock_special_storage_policy.h',
230 ], 217 ],
231 'conditions': [ 218 'conditions': [
232 ['chromeos==0', { 219 ['chromeos==0', {
233 'sources/': [ 220 'sources/': [
234 ['exclude', '^browser/chromeos'], 221 ['exclude', '^browser/chromeos'],
235 ], 222 ],
236 }], 223 }],
237 ['toolkit_uses_gtk == 1', { 224 ['toolkit_uses_gtk == 1', {
238 'dependencies': [ 225 'dependencies': [
239 '../build/linux/system.gyp:gtk', 226 '../build/linux/system.gyp:gtk',
(...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'test/base/render_view_test.cc', 1994 'test/base/render_view_test.cc',
2008 'test/base/render_view_test.h', 1995 'test/base/render_view_test.h',
2009 'test/base/test_notification_tracker.cc', 1996 'test/base/test_notification_tracker.cc',
2010 'test/base/test_notification_tracker.h', 1997 'test/base/test_notification_tracker.h',
2011 'test/base/v8_unit_test.cc', 1998 'test/base/v8_unit_test.cc',
2012 'test/base/v8_unit_test.h', 1999 'test/base/v8_unit_test.h',
2013 'test/data/resource.rc', 2000 'test/data/resource.rc',
2014 'test/sync/test_http_bridge_factory.cc', 2001 'test/sync/test_http_bridge_factory.cc',
2015 'test/sync/test_http_bridge_factory.h', 2002 'test/sync/test_http_bridge_factory.h',
2016 'tools/convert_dict/convert_dict_unittest.cc', 2003 'tools/convert_dict/convert_dict_unittest.cc',
2017 '../content/browser/appcache/chrome_appcache_service_unittest.cc',
2018 '../content/browser/browser_url_handler_unittest.cc',
2019 '../content/browser/debugger/devtools_manager_unittest.cc', 2004 '../content/browser/debugger/devtools_manager_unittest.cc',
2020 '../content/browser/device_orientation/provider_unittest.cc',
2021 '../content/browser/download/base_file_unittest.cc',
2022 '../content/browser/download/download_file_unittest.cc', 2005 '../content/browser/download/download_file_unittest.cc',
2023 '../content/browser/download/download_status_updater_unittest.cc',
2024 '../content/browser/download/mock_download_manager.h', 2006 '../content/browser/download/mock_download_manager.h',
2025 '../content/browser/download/save_package_unittest.cc', 2007 '../content/browser/download/save_package_unittest.cc',
2026 '../content/browser/geolocation/device_data_provider_unittest.cc',
2027 '../content/browser/geolocation/fake_access_token_store.cc',
2028 '../content/browser/geolocation/fake_access_token_store.h',
2029 '../content/browser/geolocation/gateway_data_provider_common_unittest.cc ',
2030 '../content/browser/geolocation/geolocation_provider_unittest.cc', 2008 '../content/browser/geolocation/geolocation_provider_unittest.cc',
2031 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' , 2009 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' ,
2032 '../content/browser/geolocation/location_arbitrator_unittest.cc', 2010 '../content/browser/geolocation/location_arbitrator_unittest.cc',
2033 '../content/browser/geolocation/network_location_provider_unittest.cc', 2011 '../content/browser/geolocation/network_location_provider_unittest.cc',
2034 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', 2012 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc',
2035 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', 2013 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc',
2036 '../content/browser/geolocation/win7_location_api_unittest_win.cc', 2014 '../content/browser/geolocation/win7_location_api_unittest_win.cc',
2037 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', 2015 '../content/browser/geolocation/win7_location_provider_unittest_win.cc',
2038 '../content/browser/gpu/gpu_blacklist_unittest.cc',
2039 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 2016 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
2040 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 2017 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
2041 '../content/browser/in_process_webkit/webkit_context_unittest.cc', 2018 '../content/browser/in_process_webkit/webkit_context_unittest.cc',
2042 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', 2019 '../content/browser/in_process_webkit/webkit_thread_unittest.cc',
2043 '../content/browser/mach_broker_mac_unittest.cc', 2020 '../content/browser/mach_broker_mac_unittest.cc',
2044 '../content/browser/plugin_service_unittest.cc', 2021 '../content/browser/plugin_service_unittest.cc',
2045 '../content/browser/renderer_host/media/audio_input_device_manager_unitt est.cc',
2046 '../content/browser/renderer_host/media/audio_renderer_host_unittest.cc' ,
2047 '../content/browser/renderer_host/media/media_stream_dispatcher_host_uni ttest.cc',
2048 '../content/browser/renderer_host/media/video_capture_host_unittest.cc',
2049 '../content/browser/renderer_host/media/video_capture_manager_unittest.c c',
2050 '../content/browser/renderer_host/render_view_host_unittest.cc', 2022 '../content/browser/renderer_host/render_view_host_unittest.cc',
2051 '../content/browser/renderer_host/render_widget_host_unittest.cc', 2023 '../content/browser/renderer_host/render_widget_host_unittest.cc',
2052 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', 2024 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc',
2053 '../content/browser/renderer_host/resource_queue_unittest.cc', 2025 '../content/browser/renderer_host/resource_queue_unittest.cc',
2054 '../content/browser/resolve_proxy_msg_helper_unittest.cc', 2026 '../content/browser/resolve_proxy_msg_helper_unittest.cc',
2055 '../content/browser/site_instance_unittest.cc', 2027 '../content/browser/site_instance_unittest.cc',
2056 '../content/browser/speech/endpointer/endpointer_unittest.cc', 2028 '../content/browser/speech/endpointer/endpointer_unittest.cc',
2057 '../content/browser/speech/speech_recognition_request_unittest.cc', 2029 '../content/browser/speech/speech_recognition_request_unittest.cc',
2058 '../content/browser/speech/speech_recognizer_unittest.cc', 2030 '../content/browser/speech/speech_recognizer_unittest.cc',
2059 '../content/browser/tab_contents/navigation_controller_unittest.cc', 2031 '../content/browser/tab_contents/navigation_controller_unittest.cc',
(...skipping 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after
4154 # Use outputs of this action as inputs for the main target build. 4126 # Use outputs of this action as inputs for the main target build.
4155 # Seems as a misnomer but makes this happy on Linux (scons). 4127 # Seems as a misnomer but makes this happy on Linux (scons).
4156 'process_outputs_as_sources': 1, 4128 'process_outputs_as_sources': 1,
4157 }, 4129 },
4158 ], # 'actions' 4130 ], # 'actions'
4159 }, 4131 },
4160 ] 4132 ]
4161 }], # 'coverage!=0' 4133 }], # 'coverage!=0'
4162 ], # 'conditions' 4134 ], # 'conditions'
4163 } 4135 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/appcache/chrome_appcache_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698