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

Side by Side Diff: content/content_common.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/common/net/url_fetcher_unittest.cc ('k') | content/content_tests.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'common/media/audio_messages.h', 160 'common/media/audio_messages.h',
161 'common/media/audio_stream_state.h', 161 'common/media/audio_stream_state.h',
162 'common/media/media_stream_messages.h', 162 'common/media/media_stream_messages.h',
163 'common/media/media_stream_options.cc', 163 'common/media/media_stream_options.cc',
164 'common/media/media_stream_options.h', 164 'common/media/media_stream_options.h',
165 'common/media/video_capture_messages.h', 165 'common/media/video_capture_messages.h',
166 'common/message_router.cc', 166 'common/message_router.cc',
167 'common/message_router.h', 167 'common/message_router.h',
168 'common/mime_registry_messages.h', 168 'common/mime_registry_messages.h',
169 'common/navigation_gesture.h', 169 'common/navigation_gesture.h',
170 'common/net/url_fetcher.cc', 170 'common/net/url_fetcher_impl.cc',
171 'common/net/url_fetcher.h', 171 'common/net/url_fetcher_impl.h',
172 'common/np_channel_base.cc', 172 'common/np_channel_base.cc',
173 'common/np_channel_base.h', 173 'common/np_channel_base.h',
174 'common/npobject_base.h', 174 'common/npobject_base.h',
175 'common/npobject_proxy.cc', 175 'common/npobject_proxy.cc',
176 'common/npobject_proxy.h', 176 'common/npobject_proxy.h',
177 'common/npobject_stub.cc', 177 'common/npobject_stub.cc',
178 'common/npobject_stub.h', 178 'common/npobject_stub.h',
179 'common/npobject_util.cc', 179 'common/npobject_util.cc',
180 'common/npobject_util.h', 180 'common/npobject_util.h',
181 'common/p2p_messages.h', 181 'common/p2p_messages.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 ], 328 ],
329 'link_settings': { 329 'link_settings': {
330 'libraries': [ 330 'libraries': [
331 '-lEGL', 331 '-lEGL',
332 '-lGLESv2', 332 '-lGLESv2',
333 ], 333 ],
334 }, 334 },
335 }], 335 }],
336 ], 336 ],
337 } 337 }
OLDNEW
« no previous file with comments | « content/common/net/url_fetcher_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698