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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10384086: Moved url_utils from chrome/browser/net to chrome/common/net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/chrome_browser.gypi ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'message': 'Generating version information', 405 'message': 'Generating version information',
406 }, 406 },
407 ], 407 ],
408 }], 408 }],
409 ], 409 ],
410 }, 410 },
411 { 411 {
412 'target_name': 'common_net', 412 'target_name': 'common_net',
413 'type': 'static_library', 413 'type': 'static_library',
414 'sources': [ 414 'sources': [
415 'common/net/net_resource_provider.cc',
416 'common/net/net_resource_provider.h',
417 'common/net/predictor_common.h',
418 'common/net/gaia/gaia_auth_consumer.cc', 415 'common/net/gaia/gaia_auth_consumer.cc',
419 'common/net/gaia/gaia_auth_consumer.h', 416 'common/net/gaia/gaia_auth_consumer.h',
420 'common/net/gaia/gaia_auth_fetcher.cc', 417 'common/net/gaia/gaia_auth_fetcher.cc',
421 'common/net/gaia/gaia_auth_fetcher.h', 418 'common/net/gaia/gaia_auth_fetcher.h',
422 'common/net/gaia/gaia_authenticator.cc', 419 'common/net/gaia/gaia_authenticator.cc',
423 'common/net/gaia/gaia_authenticator.h', 420 'common/net/gaia/gaia_authenticator.h',
424 'common/net/gaia/gaia_oauth_client.cc', 421 'common/net/gaia/gaia_oauth_client.cc',
425 'common/net/gaia/gaia_oauth_client.h', 422 'common/net/gaia/gaia_oauth_client.h',
426 'common/net/gaia/gaia_urls.cc', 423 'common/net/gaia/gaia_urls.cc',
427 'common/net/gaia/gaia_urls.h', 424 'common/net/gaia/gaia_urls.h',
428 'common/net/gaia/google_service_auth_error.cc', 425 'common/net/gaia/google_service_auth_error.cc',
429 'common/net/gaia/google_service_auth_error.h', 426 'common/net/gaia/google_service_auth_error.h',
430 'common/net/gaia/oauth_request_signer.cc', 427 'common/net/gaia/oauth_request_signer.cc',
431 'common/net/gaia/oauth_request_signer.h', 428 'common/net/gaia/oauth_request_signer.h',
432 'common/net/gaia/oauth2_access_token_consumer.h', 429 'common/net/gaia/oauth2_access_token_consumer.h',
433 'common/net/gaia/oauth2_access_token_fetcher.cc', 430 'common/net/gaia/oauth2_access_token_fetcher.cc',
434 'common/net/gaia/oauth2_access_token_fetcher.h', 431 'common/net/gaia/oauth2_access_token_fetcher.h',
435 'common/net/gaia/oauth2_api_call_flow.cc', 432 'common/net/gaia/oauth2_api_call_flow.cc',
436 'common/net/gaia/oauth2_api_call_flow.h', 433 'common/net/gaia/oauth2_api_call_flow.h',
437 'common/net/gaia/oauth2_mint_token_consumer.h', 434 'common/net/gaia/oauth2_mint_token_consumer.h',
438 'common/net/gaia/oauth2_mint_token_fetcher.cc', 435 'common/net/gaia/oauth2_mint_token_fetcher.cc',
439 'common/net/gaia/oauth2_mint_token_fetcher.h', 436 'common/net/gaia/oauth2_mint_token_fetcher.h',
440 'common/net/gaia/oauth2_mint_token_flow.cc', 437 'common/net/gaia/oauth2_mint_token_flow.cc',
441 'common/net/gaia/oauth2_mint_token_flow.h', 438 'common/net/gaia/oauth2_mint_token_flow.h',
442 'common/net/gaia/oauth2_revocation_consumer.h', 439 'common/net/gaia/oauth2_revocation_consumer.h',
443 'common/net/gaia/oauth2_revocation_fetcher.cc', 440 'common/net/gaia/oauth2_revocation_fetcher.cc',
444 'common/net/gaia/oauth2_revocation_fetcher.h', 441 'common/net/gaia/oauth2_revocation_fetcher.h',
442 'common/net/net_resource_provider.cc',
443 'common/net/net_resource_provider.h',
444 'common/net/predictor_common.h',
445 'common/net/url_util.cc',
446 'common/net/url_util.h',
445 'common/net/x509_certificate_model.cc', 447 'common/net/x509_certificate_model.cc',
446 'common/net/x509_certificate_model_nss.cc', 448 'common/net/x509_certificate_model_nss.cc',
447 'common/net/x509_certificate_model_openssl.cc', 449 'common/net/x509_certificate_model_openssl.cc',
448 'common/net/x509_certificate_model.h', 450 'common/net/x509_certificate_model.h',
449 ], 451 ],
450 'dependencies': [ 452 'dependencies': [
451 '<(DEPTH)/base/base.gyp:base', 453 '<(DEPTH)/base/base.gyp:base',
452 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 454 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
453 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 455 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
454 '<(DEPTH)/crypto/crypto.gyp:crypto', 456 '<(DEPTH)/crypto/crypto.gyp:crypto',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'common/metrics/proto/user_action_event.proto', 523 'common/metrics/proto/user_action_event.proto',
522 ], 524 ],
523 'variables': { 525 'variables': {
524 'proto_in_dir': 'common/metrics/proto', 526 'proto_in_dir': 'common/metrics/proto',
525 'proto_out_dir': 'chrome/common/metrics/proto', 527 'proto_out_dir': 'chrome/common/metrics/proto',
526 }, 528 },
527 'includes': [ '../build/protoc.gypi' ], 529 'includes': [ '../build/protoc.gypi' ],
528 }, 530 },
529 ], 531 ],
530 } 532 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698