OLD | NEW |
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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 'message': 'Generating version information', | 434 'message': 'Generating version information', |
435 }, | 435 }, |
436 ], | 436 ], |
437 }], | 437 }], |
438 ], | 438 ], |
439 }, | 439 }, |
440 { | 440 { |
441 'target_name': 'common_net', | 441 'target_name': 'common_net', |
442 'type': 'static_library', | 442 'type': 'static_library', |
443 'sources': [ | 443 'sources': [ |
444 'common/net/gaia/gaia_auth_consumer.cc', | |
445 'common/net/gaia/gaia_auth_consumer.h', | |
446 'common/net/gaia/gaia_auth_fetcher.cc', | |
447 'common/net/gaia/gaia_auth_fetcher.h', | |
448 'common/net/gaia/gaia_auth_util.cc', | |
449 'common/net/gaia/gaia_auth_util.h', | |
450 'common/net/gaia/gaia_authenticator.cc', | |
451 'common/net/gaia/gaia_authenticator.h', | |
452 'common/net/gaia/gaia_oauth_client.cc', | |
453 'common/net/gaia/gaia_oauth_client.h', | |
454 'common/net/gaia/gaia_switches.cc', | |
455 'common/net/gaia/gaia_switches.h', | |
456 'common/net/gaia/gaia_urls.cc', | |
457 'common/net/gaia/gaia_urls.h', | |
458 'common/net/gaia/google_service_auth_error.cc', | |
459 'common/net/gaia/google_service_auth_error.h', | |
460 'common/net/gaia/oauth_request_signer.cc', | |
461 'common/net/gaia/oauth_request_signer.h', | |
462 'common/net/gaia/oauth2_access_token_consumer.h', | |
463 'common/net/gaia/oauth2_access_token_fetcher.cc', | |
464 'common/net/gaia/oauth2_access_token_fetcher.h', | |
465 'common/net/gaia/oauth2_api_call_flow.cc', | |
466 'common/net/gaia/oauth2_api_call_flow.h', | |
467 'common/net/gaia/oauth2_mint_token_consumer.h', | |
468 'common/net/gaia/oauth2_mint_token_fetcher.cc', | |
469 'common/net/gaia/oauth2_mint_token_fetcher.h', | |
470 'common/net/gaia/oauth2_mint_token_flow.cc', | |
471 'common/net/gaia/oauth2_mint_token_flow.h', | |
472 'common/net/gaia/oauth2_revocation_consumer.h', | |
473 'common/net/gaia/oauth2_revocation_fetcher.cc', | |
474 'common/net/gaia/oauth2_revocation_fetcher.h', | |
475 'common/net/google_apis/google_api_keys.cc', | |
476 'common/net/google_apis/google_api_keys.h', | |
477 'common/net/net_resource_provider.cc', | 444 'common/net/net_resource_provider.cc', |
478 'common/net/net_resource_provider.h', | 445 'common/net/net_resource_provider.h', |
479 'common/net/predictor_common.h', | 446 'common/net/predictor_common.h', |
480 'common/net/url_util.cc', | 447 'common/net/url_util.cc', |
481 'common/net/url_util.h', | 448 'common/net/url_util.h', |
482 'common/net/x509_certificate_model.cc', | 449 'common/net/x509_certificate_model.cc', |
483 'common/net/x509_certificate_model_nss.cc', | 450 'common/net/x509_certificate_model_nss.cc', |
484 'common/net/x509_certificate_model_openssl.cc', | 451 'common/net/x509_certificate_model_openssl.cc', |
485 'common/net/x509_certificate_model.h', | 452 'common/net/x509_certificate_model.h', |
486 ], | 453 ], |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 'common/metrics/proto/user_action_event.proto', | 525 'common/metrics/proto/user_action_event.proto', |
559 ], | 526 ], |
560 'variables': { | 527 'variables': { |
561 'proto_in_dir': 'common/metrics/proto', | 528 'proto_in_dir': 'common/metrics/proto', |
562 'proto_out_dir': 'chrome/common/metrics/proto', | 529 'proto_out_dir': 'chrome/common/metrics/proto', |
563 }, | 530 }, |
564 'includes': [ '../build/protoc.gypi' ], | 531 'includes': [ '../build/protoc.gypi' ], |
565 }, | 532 }, |
566 ], | 533 ], |
567 } | 534 } |
OLD | NEW |