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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 'common/net/gaia/gaia_oauth_client.h', | 377 'common/net/gaia/gaia_oauth_client.h', |
378 'common/net/gaia/gaia_urls.cc', | 378 'common/net/gaia/gaia_urls.cc', |
379 'common/net/gaia/gaia_urls.h', | 379 'common/net/gaia/gaia_urls.h', |
380 'common/net/gaia/google_service_auth_error.cc', | 380 'common/net/gaia/google_service_auth_error.cc', |
381 'common/net/gaia/google_service_auth_error.h', | 381 'common/net/gaia/google_service_auth_error.h', |
382 'common/net/gaia/oauth_request_signer.cc', | 382 'common/net/gaia/oauth_request_signer.cc', |
383 'common/net/gaia/oauth_request_signer.h', | 383 'common/net/gaia/oauth_request_signer.h', |
384 'common/net/gaia/oauth2_access_token_consumer.h', | 384 'common/net/gaia/oauth2_access_token_consumer.h', |
385 'common/net/gaia/oauth2_access_token_fetcher.cc', | 385 'common/net/gaia/oauth2_access_token_fetcher.cc', |
386 'common/net/gaia/oauth2_access_token_fetcher.h', | 386 'common/net/gaia/oauth2_access_token_fetcher.h', |
| 387 'common/net/gaia/oauth2_revocation_consumer.h', |
| 388 'common/net/gaia/oauth2_revocation_fetcher.cc', |
| 389 'common/net/gaia/oauth2_revocation_fetcher.h', |
387 'common/net/x509_certificate_model.cc', | 390 'common/net/x509_certificate_model.cc', |
388 'common/net/x509_certificate_model_nss.cc', | 391 'common/net/x509_certificate_model_nss.cc', |
389 'common/net/x509_certificate_model_openssl.cc', | 392 'common/net/x509_certificate_model_openssl.cc', |
390 'common/net/x509_certificate_model.h', | 393 'common/net/x509_certificate_model.h', |
391 ], | 394 ], |
392 'dependencies': [ | 395 'dependencies': [ |
393 '<(DEPTH)/base/base.gyp:base', | 396 '<(DEPTH)/base/base.gyp:base', |
394 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 397 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
395 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 398 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
396 '<(DEPTH)/crypto/crypto.gyp:crypto', | 399 '<(DEPTH)/crypto/crypto.gyp:crypto', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'common/safe_browsing/csd.proto' | 440 'common/safe_browsing/csd.proto' |
438 ], | 441 ], |
439 'variables': { | 442 'variables': { |
440 'proto_in_dir': 'common/safe_browsing', | 443 'proto_in_dir': 'common/safe_browsing', |
441 'proto_out_dir': 'chrome/common/safe_browsing', | 444 'proto_out_dir': 'chrome/common/safe_browsing', |
442 }, | 445 }, |
443 'includes': [ '../build/protoc.gypi' ], | 446 'includes': [ '../build/protoc.gypi' ], |
444 }, | 447 }, |
445 ], | 448 ], |
446 } | 449 } |
OLD | NEW |