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