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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7491100: Delete url_request_mock_net_error_job.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/net/url_request_mock_net_error_job.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) 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h', 191 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h',
192 '../content/browser/geolocation/mock_location_provider.cc', 192 '../content/browser/geolocation/mock_location_provider.cc',
193 '../content/browser/geolocation/mock_location_provider.h', 193 '../content/browser/geolocation/mock_location_provider.h',
194 '../content/browser/mock_content_browser_client.cc', 194 '../content/browser/mock_content_browser_client.cc',
195 '../content/browser/mock_resource_context.cc', 195 '../content/browser/mock_resource_context.cc',
196 '../content/browser/mock_resource_context.h', 196 '../content/browser/mock_resource_context.h',
197 # TODO: these should live here but are currently used by 197 # TODO: these should live here but are currently used by
198 # production code code in libbrowser (in chrome.gyp). 198 # production code code in libbrowser (in chrome.gyp).
199 #'../content/browser/net/url_request_mock_http_job.cc', 199 #'../content/browser/net/url_request_mock_http_job.cc',
200 #'../content/browser/net/url_request_mock_http_job.h', 200 #'../content/browser/net/url_request_mock_http_job.h',
201 '../content/browser/net/url_request_mock_net_error_job.cc',
202 '../content/browser/net/url_request_mock_net_error_job.h',
203 '../content/browser/renderer_host/media/mock_media_observer.cc', 201 '../content/browser/renderer_host/media/mock_media_observer.cc',
204 '../content/browser/renderer_host/media/mock_media_observer.h', 202 '../content/browser/renderer_host/media/mock_media_observer.h',
205 '../content/browser/renderer_host/mock_render_process_host.cc', 203 '../content/browser/renderer_host/mock_render_process_host.cc',
206 '../content/browser/renderer_host/mock_render_process_host.h', 204 '../content/browser/renderer_host/mock_render_process_host.h',
207 '../content/browser/renderer_host/test_backing_store.cc', 205 '../content/browser/renderer_host/test_backing_store.cc',
208 '../content/browser/renderer_host/test_backing_store.h', 206 '../content/browser/renderer_host/test_backing_store.h',
209 '../content/browser/renderer_host/test_render_view_host.cc', 207 '../content/browser/renderer_host/test_render_view_host.cc',
210 '../content/browser/renderer_host/test_render_view_host.h', 208 '../content/browser/renderer_host/test_render_view_host.h',
211 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 209 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
212 '../content/browser/tab_contents/test_tab_contents.cc', 210 '../content/browser/tab_contents/test_tab_contents.cc',
(...skipping 3932 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 # Use outputs of this action as inputs for the main target build. 4143 # Use outputs of this action as inputs for the main target build.
4146 # Seems as a misnomer but makes this happy on Linux (scons). 4144 # Seems as a misnomer but makes this happy on Linux (scons).
4147 'process_outputs_as_sources': 1, 4145 'process_outputs_as_sources': 1,
4148 }, 4146 },
4149 ], # 'actions' 4147 ], # 'actions'
4150 }, 4148 },
4151 ] 4149 ]
4152 }], # 'coverage!=0' 4150 }], # 'coverage!=0'
4153 ], # 'conditions' 4151 ], # 'conditions'
4154 } 4152 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/net/url_request_mock_net_error_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698