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

Side by Side Diff: content/content_tests.gypi

Issue 8403017: Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetcher interface. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « content/content_common.gypi ('k') | content/test/test_url_fetcher_factory.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'browser/speech/speech_recognizer_unittest.cc', 176 'browser/speech/speech_recognizer_unittest.cc',
177 'browser/ssl/ssl_host_state_unittest.cc', 177 'browser/ssl/ssl_host_state_unittest.cc',
178 'browser/tab_contents/navigation_entry_unittest.cc', 178 'browser/tab_contents/navigation_entry_unittest.cc',
179 'browser/tab_contents/tab_contents_delegate_unittest.cc', 179 'browser/tab_contents/tab_contents_delegate_unittest.cc',
180 'browser/trace_subscriber_stdio_unittest.cc', 180 'browser/trace_subscriber_stdio_unittest.cc',
181 'common/mac/attributed_string_coder_unittest.mm', 181 'common/mac/attributed_string_coder_unittest.mm',
182 'common/mac/font_descriptor_unittest.mm', 182 'common/mac/font_descriptor_unittest.mm',
183 'common/gpu/gpu_feature_flags_unittest.cc', 183 'common/gpu/gpu_feature_flags_unittest.cc',
184 'common/gpu/gpu_info_unittest.cc', 184 'common/gpu/gpu_info_unittest.cc',
185 'common/hi_res_timer_manager_unittest.cc', 185 'common/hi_res_timer_manager_unittest.cc',
186 'common/net/url_fetcher_unittest.cc', 186 'common/net/url_fetcher_impl_unittest.cc',
187 'common/process_watcher_unittest.cc', 187 'common/process_watcher_unittest.cc',
188 'common/property_bag_unittest.cc', 188 'common/property_bag_unittest.cc',
189 'common/resource_dispatcher_unittest.cc', 189 'common/resource_dispatcher_unittest.cc',
190 'gpu/gpu_info_collector_unittest.cc', 190 'gpu/gpu_info_collector_unittest.cc',
191 'gpu/gpu_info_collector_unittest_win.cc', 191 'gpu/gpu_info_collector_unittest_win.cc',
192 'renderer/active_notification_tracker_unittest.cc', 192 'renderer/active_notification_tracker_unittest.cc',
193 'renderer/gpu/input_event_filter_unittest.cc', 193 'renderer/gpu/input_event_filter_unittest.cc',
194 'renderer/media/audio_message_filter_unittest.cc', 194 'renderer/media/audio_message_filter_unittest.cc',
195 'renderer/media/audio_renderer_impl_unittest.cc', 195 'renderer/media/audio_renderer_impl_unittest.cc',
196 'renderer/media/capture_video_decoder_unittest.cc', 196 'renderer/media/capture_video_decoder_unittest.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], 338 ],
339 'sources': [ 339 'sources': [
340 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 340 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
341 ], 341 ],
342 } 342 }
343 ], 343 ],
344 }, 344 },
345 ], 345 ],
346 ], 346 ],
347 } 347 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/test/test_url_fetcher_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698