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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 'common/net/gaia/gaia_oauth_client.h', | 402 'common/net/gaia/gaia_oauth_client.h', |
403 'common/net/gaia/gaia_urls.cc', | 403 'common/net/gaia/gaia_urls.cc', |
404 'common/net/gaia/gaia_urls.h', | 404 'common/net/gaia/gaia_urls.h', |
405 'common/net/gaia/google_service_auth_error.cc', | 405 'common/net/gaia/google_service_auth_error.cc', |
406 'common/net/gaia/google_service_auth_error.h', | 406 'common/net/gaia/google_service_auth_error.h', |
407 'common/net/gaia/oauth_request_signer.cc', | 407 'common/net/gaia/oauth_request_signer.cc', |
408 'common/net/gaia/oauth_request_signer.h', | 408 'common/net/gaia/oauth_request_signer.h', |
409 'common/net/gaia/oauth2_access_token_consumer.h', | 409 'common/net/gaia/oauth2_access_token_consumer.h', |
410 'common/net/gaia/oauth2_access_token_fetcher.cc', | 410 'common/net/gaia/oauth2_access_token_fetcher.cc', |
411 'common/net/gaia/oauth2_access_token_fetcher.h', | 411 'common/net/gaia/oauth2_access_token_fetcher.h', |
| 412 'common/net/gaia/oauth2_api_call_flow.cc', |
| 413 'common/net/gaia/oauth2_api_call_flow.h', |
412 'common/net/gaia/oauth2_mint_token_consumer.h', | 414 'common/net/gaia/oauth2_mint_token_consumer.h', |
413 'common/net/gaia/oauth2_mint_token_fetcher.cc', | 415 'common/net/gaia/oauth2_mint_token_fetcher.cc', |
414 'common/net/gaia/oauth2_mint_token_fetcher.h', | 416 'common/net/gaia/oauth2_mint_token_fetcher.h', |
415 'common/net/gaia/oauth2_mint_token_flow.cc', | 417 'common/net/gaia/oauth2_mint_token_flow.cc', |
416 'common/net/gaia/oauth2_mint_token_flow.h', | 418 'common/net/gaia/oauth2_mint_token_flow.h', |
417 'common/net/gaia/oauth2_revocation_consumer.h', | 419 'common/net/gaia/oauth2_revocation_consumer.h', |
418 'common/net/gaia/oauth2_revocation_fetcher.cc', | 420 'common/net/gaia/oauth2_revocation_fetcher.cc', |
419 'common/net/gaia/oauth2_revocation_fetcher.h', | 421 'common/net/gaia/oauth2_revocation_fetcher.h', |
420 'common/net/x509_certificate_model.cc', | 422 'common/net/x509_certificate_model.cc', |
421 'common/net/x509_certificate_model_nss.cc', | 423 'common/net/x509_certificate_model_nss.cc', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 'common/metrics/proto/user_action_event.proto', | 490 'common/metrics/proto/user_action_event.proto', |
489 ], | 491 ], |
490 'variables': { | 492 'variables': { |
491 'proto_in_dir': 'common/metrics/proto', | 493 'proto_in_dir': 'common/metrics/proto', |
492 'proto_out_dir': 'chrome/common/metrics/proto', | 494 'proto_out_dir': 'chrome/common/metrics/proto', |
493 }, | 495 }, |
494 'includes': [ '../build/protoc.gypi' ], | 496 'includes': [ '../build/protoc.gypi' ], |
495 }, | 497 }, |
496 ], | 498 ], |
497 } | 499 } |
OLD | NEW |