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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'common/net/gaia/google_service_auth_error.cc', | 395 'common/net/gaia/google_service_auth_error.cc', |
396 'common/net/gaia/google_service_auth_error.h', | 396 'common/net/gaia/google_service_auth_error.h', |
397 'common/net/gaia/oauth_request_signer.cc', | 397 'common/net/gaia/oauth_request_signer.cc', |
398 'common/net/gaia/oauth_request_signer.h', | 398 'common/net/gaia/oauth_request_signer.h', |
399 'common/net/gaia/oauth2_access_token_consumer.h', | 399 'common/net/gaia/oauth2_access_token_consumer.h', |
400 'common/net/gaia/oauth2_access_token_fetcher.cc', | 400 'common/net/gaia/oauth2_access_token_fetcher.cc', |
401 'common/net/gaia/oauth2_access_token_fetcher.h', | 401 'common/net/gaia/oauth2_access_token_fetcher.h', |
402 'common/net/gaia/oauth2_mint_token_consumer.h', | 402 'common/net/gaia/oauth2_mint_token_consumer.h', |
403 'common/net/gaia/oauth2_mint_token_fetcher.cc', | 403 'common/net/gaia/oauth2_mint_token_fetcher.cc', |
404 'common/net/gaia/oauth2_mint_token_fetcher.h', | 404 'common/net/gaia/oauth2_mint_token_fetcher.h', |
| 405 'common/net/gaia/oauth2_mint_token_flow.cc', |
| 406 'common/net/gaia/oauth2_mint_token_flow.h', |
405 'common/net/gaia/oauth2_revocation_consumer.h', | 407 'common/net/gaia/oauth2_revocation_consumer.h', |
406 'common/net/gaia/oauth2_revocation_fetcher.cc', | 408 'common/net/gaia/oauth2_revocation_fetcher.cc', |
407 'common/net/gaia/oauth2_revocation_fetcher.h', | 409 'common/net/gaia/oauth2_revocation_fetcher.h', |
408 'common/net/x509_certificate_model.cc', | 410 'common/net/x509_certificate_model.cc', |
409 'common/net/x509_certificate_model_nss.cc', | 411 'common/net/x509_certificate_model_nss.cc', |
410 'common/net/x509_certificate_model_openssl.cc', | 412 'common/net/x509_certificate_model_openssl.cc', |
411 'common/net/x509_certificate_model.h', | 413 'common/net/x509_certificate_model.h', |
412 ], | 414 ], |
413 'dependencies': [ | 415 'dependencies': [ |
414 '<(DEPTH)/base/base.gyp:base', | 416 '<(DEPTH)/base/base.gyp:base', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 'common/metrics/proto/user_action_event.proto', | 478 'common/metrics/proto/user_action_event.proto', |
477 ], | 479 ], |
478 'variables': { | 480 'variables': { |
479 'proto_in_dir': 'common/metrics/proto', | 481 'proto_in_dir': 'common/metrics/proto', |
480 'proto_out_dir': 'chrome/common/metrics/proto', | 482 'proto_out_dir': 'chrome/common/metrics/proto', |
481 }, | 483 }, |
482 'includes': [ '../build/protoc.gypi' ], | 484 'includes': [ '../build/protoc.gypi' ], |
483 }, | 485 }, |
484 ], | 486 ], |
485 } | 487 } |
OLD | NEW |