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_revocation_consumer.h', | 402 'common/net/gaia/oauth2_revocation_consumer.h', |
403 'common/net/gaia/oauth2_revocation_fetcher.cc', | 403 'common/net/gaia/oauth2_revocation_fetcher.cc', |
404 'common/net/gaia/oauth2_revocation_fetcher.h', | 404 'common/net/gaia/oauth2_revocation_fetcher.h', |
| 405 'common/net/gaia/oauth2_token_mint_consumer.h', |
| 406 'common/net/gaia/oauth2_token_mint_fetcher.cc', |
| 407 'common/net/gaia/oauth2_token_mint_fetcher.h', |
405 'common/net/x509_certificate_model.cc', | 408 'common/net/x509_certificate_model.cc', |
406 'common/net/x509_certificate_model_nss.cc', | 409 'common/net/x509_certificate_model_nss.cc', |
407 'common/net/x509_certificate_model_openssl.cc', | 410 'common/net/x509_certificate_model_openssl.cc', |
408 'common/net/x509_certificate_model.h', | 411 'common/net/x509_certificate_model.h', |
409 ], | 412 ], |
410 'dependencies': [ | 413 'dependencies': [ |
411 '<(DEPTH)/base/base.gyp:base', | 414 '<(DEPTH)/base/base.gyp:base', |
412 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 415 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
413 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 416 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
414 '<(DEPTH)/crypto/crypto.gyp:crypto', | 417 '<(DEPTH)/crypto/crypto.gyp:crypto', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 'common/metrics/proto/user_action_event.proto', | 476 'common/metrics/proto/user_action_event.proto', |
474 ], | 477 ], |
475 'variables': { | 478 'variables': { |
476 'proto_in_dir': 'common/metrics/proto', | 479 'proto_in_dir': 'common/metrics/proto', |
477 'proto_out_dir': 'chrome/common/metrics/proto', | 480 'proto_out_dir': 'chrome/common/metrics/proto', |
478 }, | 481 }, |
479 'includes': [ '../build/protoc.gypi' ], | 482 'includes': [ '../build/protoc.gypi' ], |
480 }, | 483 }, |
481 ], | 484 ], |
482 } | 485 } |
OLD | NEW |