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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7149013: Remove most of the remaining test dependencies (other than chrome/test). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « chrome/chrome_browser.gypi ('k') | chrome/test/automation/automation_proxy_uitest.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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'browser/mock_browsing_data_appcache_helper.cc', 75 'browser/mock_browsing_data_appcache_helper.cc',
76 'browser/mock_browsing_data_appcache_helper.h', 76 'browser/mock_browsing_data_appcache_helper.h',
77 'browser/mock_browsing_data_database_helper.cc', 77 'browser/mock_browsing_data_database_helper.cc',
78 'browser/mock_browsing_data_database_helper.h', 78 'browser/mock_browsing_data_database_helper.h',
79 'browser/mock_browsing_data_file_system_helper.cc', 79 'browser/mock_browsing_data_file_system_helper.cc',
80 'browser/mock_browsing_data_file_system_helper.h', 80 'browser/mock_browsing_data_file_system_helper.h',
81 'browser/mock_browsing_data_indexed_db_helper.cc', 81 'browser/mock_browsing_data_indexed_db_helper.cc',
82 'browser/mock_browsing_data_indexed_db_helper.h', 82 'browser/mock_browsing_data_indexed_db_helper.h',
83 'browser/mock_browsing_data_local_storage_helper.cc', 83 'browser/mock_browsing_data_local_storage_helper.cc',
84 'browser/mock_browsing_data_local_storage_helper.h', 84 'browser/mock_browsing_data_local_storage_helper.h',
85 # TODO: these should live here but are currently used by
86 # production code code in libbrowser (in chrome.gyp).
87 #'browser/net/url_request_mock_http_job.cc',
88 #'browser/net/url_request_mock_http_job.h',
89 'browser/net/url_request_mock_net_error_job.cc',
90 'browser/net/url_request_mock_net_error_job.h',
91 'browser/notifications/notification_test_util.cc', 85 'browser/notifications/notification_test_util.cc',
92 'browser/notifications/notification_test_util.h', 86 'browser/notifications/notification_test_util.h',
93 'browser/prefs/pref_observer_mock.cc', 87 'browser/prefs/pref_observer_mock.cc',
94 'browser/prefs/pref_observer_mock.h', 88 'browser/prefs/pref_observer_mock.h',
95 'browser/prefs/pref_service_mock_builder.cc', 89 'browser/prefs/pref_service_mock_builder.cc',
96 'browser/prefs/pref_service_mock_builder.h', 90 'browser/prefs/pref_service_mock_builder.h',
97 'browser/prefs/testing_pref_store.cc', 91 'browser/prefs/testing_pref_store.cc',
98 'browser/prefs/testing_pref_store.h', 92 'browser/prefs/testing_pref_store.h',
99 'browser/sessions/session_service_test_helper.cc', 93 'browser/sessions/session_service_test_helper.cc',
100 'browser/sessions/session_service_test_helper.h', 94 'browser/sessions/session_service_test_helper.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'test/unit/chrome_test_suite.cc', 175 'test/unit/chrome_test_suite.cc',
182 'test/unit/chrome_test_suite.h', 176 'test/unit/chrome_test_suite.h',
183 'test/values_test_util.cc', 177 'test/values_test_util.cc',
184 'test/values_test_util.h', 178 'test/values_test_util.h',
185 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc', 179 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc',
186 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h', 180 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h',
187 '../content/browser/geolocation/mock_location_provider.cc', 181 '../content/browser/geolocation/mock_location_provider.cc',
188 '../content/browser/geolocation/mock_location_provider.h', 182 '../content/browser/geolocation/mock_location_provider.h',
189 '../content/browser/mock_resource_context.cc', 183 '../content/browser/mock_resource_context.cc',
190 '../content/browser/mock_resource_context.h', 184 '../content/browser/mock_resource_context.h',
185 # TODO: these should live here but are currently used by
186 # production code code in libbrowser (in chrome.gyp).
187 #'../content/browser/net/url_request_mock_http_job.cc',
188 #'../content/browser/net/url_request_mock_http_job.h',
189 '../content/browser/net/url_request_mock_net_error_job.cc',
190 '../content/browser/net/url_request_mock_net_error_job.h',
191 '../content/browser/renderer_host/mock_render_process_host.cc', 191 '../content/browser/renderer_host/mock_render_process_host.cc',
192 '../content/browser/renderer_host/mock_render_process_host.h', 192 '../content/browser/renderer_host/mock_render_process_host.h',
193 '../content/browser/renderer_host/test_backing_store.cc', 193 '../content/browser/renderer_host/test_backing_store.cc',
194 '../content/browser/renderer_host/test_backing_store.h', 194 '../content/browser/renderer_host/test_backing_store.h',
195 '../content/browser/renderer_host/test_render_view_host.cc', 195 '../content/browser/renderer_host/test_render_view_host.cc',
196 '../content/browser/renderer_host/test_render_view_host.h', 196 '../content/browser/renderer_host/test_render_view_host.h',
197 '../content/browser/tab_contents/test_tab_contents.cc', 197 '../content/browser/tab_contents/test_tab_contents.cc',
198 '../content/browser/tab_contents/test_tab_contents.h', 198 '../content/browser/tab_contents/test_tab_contents.h',
199 '../content/common/notification_observer_mock.cc', 199 '../content/common/notification_observer_mock.cc',
200 '../content/common/notification_observer_mock.h', 200 '../content/common/notification_observer_mock.h',
(...skipping 3904 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 ] 4105 ]
4106 }], # 'coverage!=0' 4106 }], # 'coverage!=0'
4107 ], # 'conditions' 4107 ], # 'conditions'
4108 } 4108 }
4109 4109
4110 # Local Variables: 4110 # Local Variables:
4111 # tab-width:2 4111 # tab-width:2
4112 # indent-tabs-mode:nil 4112 # indent-tabs-mode:nil
4113 # End: 4113 # End:
4114 # vim: set expandtab tabstop=2 shiftwidth=2: 4114 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/automation/automation_proxy_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698