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

Side by Side Diff: content/content_common.gypi

Issue 7006005: Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux 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 | « content/common/url_fetcher_unittest.cc ('k') | no next file » | 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': 'content_common', 8 'target_name': 'content_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'common/socket_stream_dispatcher.h', 220 'common/socket_stream_dispatcher.h',
221 'common/socket_stream_messages.h', 221 'common/socket_stream_messages.h',
222 'common/speech_input_messages.h', 222 'common/speech_input_messages.h',
223 'common/speech_input_result.h', 223 'common/speech_input_result.h',
224 'common/swapped_out_messages.cc', 224 'common/swapped_out_messages.cc',
225 'common/swapped_out_messages.h', 225 'common/swapped_out_messages.h',
226 'common/unix_domain_socket_posix.cc', 226 'common/unix_domain_socket_posix.cc',
227 'common/unix_domain_socket_posix.h', 227 'common/unix_domain_socket_posix.h',
228 'common/url_constants.cc', 228 'common/url_constants.cc',
229 'common/url_constants.h', 229 'common/url_constants.h',
230 'common/url_fetcher.cc',
231 'common/url_fetcher.h',
230 'common/video_capture_messages.h', 232 'common/video_capture_messages.h',
231 'common/view_messages.h', 233 'common/view_messages.h',
232 'common/view_types.cc', 234 'common/view_types.cc',
233 'common/view_types.h', 235 'common/view_types.h',
234 'common/web_database_observer_impl.cc', 236 'common/web_database_observer_impl.cc',
235 'common/web_database_observer_impl.h', 237 'common/web_database_observer_impl.h',
236 'common/webblobregistry_impl.cc', 238 'common/webblobregistry_impl.cc',
237 'common/webblobregistry_impl.h', 239 'common/webblobregistry_impl.h',
238 'common/webblob_messages.h', 240 'common/webblob_messages.h',
239 'common/webkit_param_traits.cc', 241 'common/webkit_param_traits.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'libraries': [ 315 'libraries': [
314 '-lEGL', 316 '-lEGL',
315 '-lGLESv2', 317 '-lGLESv2',
316 ], 318 ],
317 }, 319 },
318 }], 320 }],
319 ], 321 ],
320 }, 322 },
321 ], 323 ],
322 } 324 }
OLDNEW
« no previous file with comments | « content/common/url_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698