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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'common/net/gaia/gaia_authenticator.cc', | 368 'common/net/gaia/gaia_authenticator.cc', |
369 'common/net/gaia/gaia_authenticator.h', | 369 'common/net/gaia/gaia_authenticator.h', |
370 'common/net/gaia/gaia_oauth_client.cc', | 370 'common/net/gaia/gaia_oauth_client.cc', |
371 'common/net/gaia/gaia_oauth_client.h', | 371 'common/net/gaia/gaia_oauth_client.h', |
372 'common/net/gaia/gaia_urls.cc', | 372 'common/net/gaia/gaia_urls.cc', |
373 'common/net/gaia/gaia_urls.h', | 373 'common/net/gaia/gaia_urls.h', |
374 'common/net/gaia/google_service_auth_error.cc', | 374 'common/net/gaia/google_service_auth_error.cc', |
375 'common/net/gaia/google_service_auth_error.h', | 375 'common/net/gaia/google_service_auth_error.h', |
376 'common/net/gaia/oauth_request_signer.cc', | 376 'common/net/gaia/oauth_request_signer.cc', |
377 'common/net/gaia/oauth_request_signer.h', | 377 'common/net/gaia/oauth_request_signer.h', |
| 378 'common/net/gaia/oauth2_access_token_consumer.h', |
| 379 'common/net/gaia/oauth2_access_token_fetcher.cc', |
| 380 'common/net/gaia/oauth2_access_token_fetcher.h', |
378 'common/net/x509_certificate_model.cc', | 381 'common/net/x509_certificate_model.cc', |
379 'common/net/x509_certificate_model_nss.cc', | 382 'common/net/x509_certificate_model_nss.cc', |
380 'common/net/x509_certificate_model_openssl.cc', | 383 'common/net/x509_certificate_model_openssl.cc', |
381 'common/net/x509_certificate_model.h', | 384 'common/net/x509_certificate_model.h', |
382 ], | 385 ], |
383 'dependencies': [ | 386 'dependencies': [ |
384 'chrome_resources.gyp:chrome_resources', | 387 'chrome_resources.gyp:chrome_resources', |
385 'chrome_resources.gyp:chrome_strings', | 388 'chrome_resources.gyp:chrome_strings', |
386 '../base/base.gyp:base', | 389 '../base/base.gyp:base', |
387 '../crypto/crypto.gyp:crypto', | 390 '../crypto/crypto.gyp:crypto', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'common/safe_browsing/csd.proto' | 431 'common/safe_browsing/csd.proto' |
429 ], | 432 ], |
430 'variables': { | 433 'variables': { |
431 'proto_in_dir': 'common/safe_browsing', | 434 'proto_in_dir': 'common/safe_browsing', |
432 'proto_out_dir': 'chrome/common/safe_browsing', | 435 'proto_out_dir': 'chrome/common/safe_browsing', |
433 }, | 436 }, |
434 'includes': [ '../build/protoc.gypi' ], | 437 'includes': [ '../build/protoc.gypi' ], |
435 }, | 438 }, |
436 ], | 439 ], |
437 } | 440 } |
OLD | NEW |