| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'common/net/gaia/gaia_authenticator.cc', | 371 'common/net/gaia/gaia_authenticator.cc', |
| 372 'common/net/gaia/gaia_authenticator.h', | 372 'common/net/gaia/gaia_authenticator.h', |
| 373 'common/net/gaia/gaia_oauth_client.cc', | 373 'common/net/gaia/gaia_oauth_client.cc', |
| 374 'common/net/gaia/gaia_oauth_client.h', | 374 'common/net/gaia/gaia_oauth_client.h', |
| 375 'common/net/gaia/gaia_urls.cc', | 375 'common/net/gaia/gaia_urls.cc', |
| 376 'common/net/gaia/gaia_urls.h', | 376 'common/net/gaia/gaia_urls.h', |
| 377 'common/net/gaia/google_service_auth_error.cc', | 377 'common/net/gaia/google_service_auth_error.cc', |
| 378 'common/net/gaia/google_service_auth_error.h', | 378 'common/net/gaia/google_service_auth_error.h', |
| 379 'common/net/gaia/oauth_request_signer.cc', | 379 'common/net/gaia/oauth_request_signer.cc', |
| 380 'common/net/gaia/oauth_request_signer.h', | 380 'common/net/gaia/oauth_request_signer.h', |
| 381 'common/net/gaia/oauth2_access_token_consumer.h', |
| 382 'common/net/gaia/oauth2_access_token_fetcher.cc', |
| 383 'common/net/gaia/oauth2_access_token_fetcher.h', |
| 381 'common/net/x509_certificate_model.cc', | 384 'common/net/x509_certificate_model.cc', |
| 382 'common/net/x509_certificate_model_nss.cc', | 385 'common/net/x509_certificate_model_nss.cc', |
| 383 'common/net/x509_certificate_model_openssl.cc', | 386 'common/net/x509_certificate_model_openssl.cc', |
| 384 'common/net/x509_certificate_model.h', | 387 'common/net/x509_certificate_model.h', |
| 385 ], | 388 ], |
| 386 'dependencies': [ | 389 'dependencies': [ |
| 387 'chrome_resources.gyp:chrome_resources', | 390 'chrome_resources.gyp:chrome_resources', |
| 388 'chrome_resources.gyp:chrome_strings', | 391 'chrome_resources.gyp:chrome_strings', |
| 389 '../base/base.gyp:base', | 392 '../base/base.gyp:base', |
| 390 '../crypto/crypto.gyp:crypto', | 393 '../crypto/crypto.gyp:crypto', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'common/safe_browsing/csd.proto' | 434 'common/safe_browsing/csd.proto' |
| 432 ], | 435 ], |
| 433 'variables': { | 436 'variables': { |
| 434 'proto_in_dir': 'common/safe_browsing', | 437 'proto_in_dir': 'common/safe_browsing', |
| 435 'proto_out_dir': 'chrome/common/safe_browsing', | 438 'proto_out_dir': 'chrome/common/safe_browsing', |
| 436 }, | 439 }, |
| 437 'includes': [ '../build/protoc.gypi' ], | 440 'includes': [ '../build/protoc.gypi' ], |
| 438 }, | 441 }, |
| 439 ], | 442 ], |
| 440 } | 443 } |
| OLD | NEW |