Chromium Code Reviews| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 499 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 499 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 500 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 500 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 501 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 501 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 502 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 502 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 503 ], | 503 ], |
| 504 }, | 504 }, |
| 505 }, { # OS != "mac" | 505 }, { # OS != "mac" |
| 506 'sources!': [ | 506 'sources!': [ |
| 507 'crypto/cssm_init.cc', | 507 'crypto/cssm_init.cc', |
| 508 'crypto/cssm_init.h', | 508 'crypto/cssm_init.h', |
| 509 'crypto/mac_security_services_lock.cc', | |
| 510 'crypto/mac_security_services_lock.h', | |
|
TVL
2011/03/10 02:06:07
fyi - if this was security_services_lock_mac.cc th
| |
| 509 ], | 511 ], |
| 510 }], | 512 }], |
| 511 [ 'OS == "mac" or OS == "win"', { | 513 [ 'OS == "mac" or OS == "win"', { |
| 512 'dependencies': [ | 514 'dependencies': [ |
| 513 '../third_party/nss/nss.gyp:nss', | 515 '../third_party/nss/nss.gyp:nss', |
| 514 ], | 516 ], |
| 515 },], | 517 },], |
| 516 [ 'OS != "win"', { | 518 [ 'OS != "win"', { |
| 517 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 519 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
| 518 'sources!': [ | 520 'sources!': [ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 570 'crypto/capi_util.cc', | 572 'crypto/capi_util.cc', |
| 571 'crypto/capi_util.h', | 573 'crypto/capi_util.h', |
| 572 'crypto/crypto_module_blocking_password_delegate.h', | 574 'crypto/crypto_module_blocking_password_delegate.h', |
| 573 'crypto/cssm_init.cc', | 575 'crypto/cssm_init.cc', |
| 574 'crypto/cssm_init.h', | 576 'crypto/cssm_init.h', |
| 575 'crypto/encryptor.h', | 577 'crypto/encryptor.h', |
| 576 'crypto/encryptor_mac.cc', | 578 'crypto/encryptor_mac.cc', |
| 577 'crypto/encryptor_nss.cc', | 579 'crypto/encryptor_nss.cc', |
| 578 'crypto/encryptor_openssl.cc', | 580 'crypto/encryptor_openssl.cc', |
| 579 'crypto/encryptor_win.cc', | 581 'crypto/encryptor_win.cc', |
| 582 'crypto/mac_security_services_lock.cc', | |
| 583 'crypto/mac_security_services_lock.h', | |
| 580 'crypto/rsa_private_key.h', | 584 'crypto/rsa_private_key.h', |
| 581 'crypto/rsa_private_key.cc', | 585 'crypto/rsa_private_key.cc', |
| 582 'crypto/rsa_private_key_mac.cc', | 586 'crypto/rsa_private_key_mac.cc', |
| 583 'crypto/rsa_private_key_nss.cc', | 587 'crypto/rsa_private_key_nss.cc', |
| 584 'crypto/rsa_private_key_openssl.cc', | 588 'crypto/rsa_private_key_openssl.cc', |
| 585 'crypto/rsa_private_key_win.cc', | 589 'crypto/rsa_private_key_win.cc', |
| 586 'crypto/secure_hash.h', | 590 'crypto/secure_hash.h', |
| 587 'crypto/secure_hash_default.cc', | 591 'crypto/secure_hash_default.cc', |
| 588 'crypto/secure_hash_openssl.cc', | 592 'crypto/secure_hash_openssl.cc', |
| 589 'crypto/signature_creator.h', | 593 'crypto/signature_creator.h', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 743 'third_party/xdg_mime/xdgmimemagic.c', | 747 'third_party/xdg_mime/xdgmimemagic.c', |
| 744 'third_party/xdg_mime/xdgmimemagic.h', | 748 'third_party/xdg_mime/xdgmimemagic.h', |
| 745 'third_party/xdg_mime/xdgmimeparent.c', | 749 'third_party/xdg_mime/xdgmimeparent.c', |
| 746 'third_party/xdg_mime/xdgmimeparent.h', | 750 'third_party/xdg_mime/xdgmimeparent.h', |
| 747 ], | 751 ], |
| 748 }, | 752 }, |
| 749 ], | 753 ], |
| 750 }], | 754 }], |
| 751 ], | 755 ], |
| 752 } | 756 } |
| OLD | NEW |