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

Side by Side Diff: chrome/chrome_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 | « chrome/browser/web_resource/web_resource_service.cc ('k') | chrome/chrome_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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ], 340 ],
341 }, 341 },
342 { 342 {
343 'target_name': 'common_net', 343 'target_name': 'common_net',
344 'type': 'static_library', 344 'type': 'static_library',
345 'sources': [ 345 'sources': [
346 'common/net/http_return.h', 346 'common/net/http_return.h',
347 'common/net/net_resource_provider.cc', 347 'common/net/net_resource_provider.cc',
348 'common/net/net_resource_provider.h', 348 'common/net/net_resource_provider.h',
349 'common/net/predictor_common.h', 349 'common/net/predictor_common.h',
350 'common/net/url_fetcher.cc',
351 'common/net/url_fetcher.h',
352 'common/net/gaia/gaia_auth_consumer.cc', 350 'common/net/gaia/gaia_auth_consumer.cc',
353 'common/net/gaia/gaia_auth_consumer.h', 351 'common/net/gaia/gaia_auth_consumer.h',
354 'common/net/gaia/gaia_auth_fetcher.cc', 352 'common/net/gaia/gaia_auth_fetcher.cc',
355 'common/net/gaia/gaia_auth_fetcher.h', 353 'common/net/gaia/gaia_auth_fetcher.h',
356 'common/net/gaia/gaia_authenticator.cc', 354 'common/net/gaia/gaia_authenticator.cc',
357 'common/net/gaia/gaia_authenticator.h', 355 'common/net/gaia/gaia_authenticator.h',
358 'common/net/gaia/gaia_oauth_client.cc', 356 'common/net/gaia/gaia_oauth_client.cc',
359 'common/net/gaia/gaia_oauth_client.h', 357 'common/net/gaia/gaia_oauth_client.h',
360 'common/net/gaia/google_service_auth_error.cc', 358 'common/net/gaia/google_service_auth_error.cc',
361 'common/net/gaia/google_service_auth_error.h', 359 'common/net/gaia/google_service_auth_error.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'configurations': { 511 'configurations': {
514 'Common_Base': { 512 'Common_Base': {
515 'msvs_target_platform': 'x64', 513 'msvs_target_platform': 'x64',
516 }, 514 },
517 }, 515 },
518 }, 516 },
519 ], 517 ],
520 }], 518 }],
521 ], 519 ],
522 } 520 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/web_resource_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698