| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'common/net/gaia/gaia_oauth_client.h', | 392 'common/net/gaia/gaia_oauth_client.h', |
| 393 'common/net/gaia/gaia_urls.cc', | 393 'common/net/gaia/gaia_urls.cc', |
| 394 'common/net/gaia/gaia_urls.h', | 394 'common/net/gaia/gaia_urls.h', |
| 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', |
| 403 'common/net/gaia/oauth2_mint_token_fetcher.cc', |
| 404 'common/net/gaia/oauth2_mint_token_fetcher.h', |
| 402 'common/net/gaia/oauth2_revocation_consumer.h', | 405 'common/net/gaia/oauth2_revocation_consumer.h', |
| 403 'common/net/gaia/oauth2_revocation_fetcher.cc', | 406 'common/net/gaia/oauth2_revocation_fetcher.cc', |
| 404 'common/net/gaia/oauth2_revocation_fetcher.h', | 407 'common/net/gaia/oauth2_revocation_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', |
| (...skipping 61 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 |