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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9384014: Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback is given to the embed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments+sync Created 8 years, 10 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/common/chrome_notification_types.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'browser/prefs/testing_pref_store.cc', 151 'browser/prefs/testing_pref_store.cc',
152 'browser/prefs/testing_pref_store.h', 152 'browser/prefs/testing_pref_store.h',
153 'browser/protector/mock_protector_service.cc', 153 'browser/protector/mock_protector_service.cc',
154 'browser/protector/mock_protector_service.h', 154 'browser/protector/mock_protector_service.h',
155 'browser/protector/mock_setting_change.cc', 155 'browser/protector/mock_setting_change.cc',
156 'browser/protector/mock_setting_change.h', 156 'browser/protector/mock_setting_change.h',
157 'browser/search_engines/template_url_service_test_util.cc', 157 'browser/search_engines/template_url_service_test_util.cc',
158 'browser/search_engines/template_url_service_test_util.h', 158 'browser/search_engines/template_url_service_test_util.h',
159 'browser/sessions/session_service_test_helper.cc', 159 'browser/sessions/session_service_test_helper.cc',
160 'browser/sessions/session_service_test_helper.h', 160 'browser/sessions/session_service_test_helper.h',
161 'browser/ssl/ssl_client_auth_requestor_mock.h',
161 'browser/sync/profile_sync_service_mock.cc', 162 'browser/sync/profile_sync_service_mock.cc',
162 'browser/sync/profile_sync_service_mock.h', 163 'browser/sync/profile_sync_service_mock.h',
163 'browser/sync/syncable/syncable_mock.cc', 164 'browser/sync/syncable/syncable_mock.cc',
164 'browser/sync/syncable/syncable_mock.h', 165 'browser/sync/syncable/syncable_mock.h',
165 'browser/ui/browser.h', 166 'browser/ui/browser.h',
166 'browser/ui/panels/base_panel_browser_test.cc', 167 'browser/ui/panels/base_panel_browser_test.cc',
167 'browser/ui/panels/base_panel_browser_test.h', 168 'browser/ui/panels/base_panel_browser_test.h',
168 'browser/ui/panels/test_panel_mouse_watcher.cc', 169 'browser/ui/panels/test_panel_mouse_watcher.cc',
169 'browser/ui/panels/test_panel_mouse_watcher.h', 170 'browser/ui/panels/test_panel_mouse_watcher.h',
170 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', 171 'browser/ui/tab_contents/test_tab_contents_wrapper.cc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'test/base/ui_test_utils_mac.mm', 247 'test/base/ui_test_utils_mac.mm',
247 'test/base/ui_test_utils_win.cc', 248 'test/base/ui_test_utils_win.cc',
248 'test/base/values_test_util.cc', 249 'test/base/values_test_util.cc',
249 'test/base/values_test_util.h', 250 'test/base/values_test_util.h',
250 'test/perf/perf_test.cc', 251 'test/perf/perf_test.cc',
251 'test/perf/perf_test.h', 252 'test/perf/perf_test.h',
252 # TODO: these should live here but are currently used by 253 # TODO: these should live here but are currently used by
253 # production code code in libbrowser (in chrome.gyp). 254 # production code code in libbrowser (in chrome.gyp).
254 #'../content/browser/net/url_request_mock_http_job.cc', 255 #'../content/browser/net/url_request_mock_http_job.cc',
255 #'../content/browser/net/url_request_mock_http_job.h', 256 #'../content/browser/net/url_request_mock_http_job.h',
256 '../content/browser/ssl/ssl_client_auth_handler_mock.cc',
257 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
258 '../content/test/notification_observer_mock.cc', 257 '../content/test/notification_observer_mock.cc',
259 '../content/test/notification_observer_mock.h', 258 '../content/test/notification_observer_mock.h',
260 '../ui/gfx/image/image_unittest_util.h', 259 '../ui/gfx/image/image_unittest_util.h',
261 '../ui/gfx/image/image_unittest_util.cc', 260 '../ui/gfx/image/image_unittest_util.cc',
262 '../webkit/fileapi/mock_file_system_options.cc', 261 '../webkit/fileapi/mock_file_system_options.cc',
263 '../webkit/fileapi/mock_file_system_options.h', 262 '../webkit/fileapi/mock_file_system_options.h',
264 '../webkit/quota/mock_quota_manager.cc', 263 '../webkit/quota/mock_quota_manager.cc',
265 '../webkit/quota/mock_quota_manager.h', 264 '../webkit/quota/mock_quota_manager.h',
266 ], 265 ],
267 'conditions': [ 266 'conditions': [
(...skipping 4384 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 # Use outputs of this action as inputs for the main target build. 4651 # Use outputs of this action as inputs for the main target build.
4653 # Seems as a misnomer but makes this happy on Linux (scons). 4652 # Seems as a misnomer but makes this happy on Linux (scons).
4654 'process_outputs_as_sources': 1, 4653 'process_outputs_as_sources': 1,
4655 }, 4654 },
4656 ], # 'actions' 4655 ], # 'actions'
4657 }, 4656 },
4658 ] 4657 ]
4659 }], # 'coverage!=0' 4658 }], # 'coverage!=0'
4660 ], # 'conditions' 4659 ], # 'conditions'
4661 } 4660 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698