| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'crypto.gypi', | 10 'crypto.gypi', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 ], | 104 ], |
| 105 # TODO(joth): Use a glob to match exclude patterns once the | 105 # TODO(joth): Use a glob to match exclude patterns once the |
| 106 # OpenSSL file set is complete. | 106 # OpenSSL file set is complete. |
| 107 'sources!': [ | 107 'sources!': [ |
| 108 'ec_private_key_nss.cc', | 108 'ec_private_key_nss.cc', |
| 109 'ec_signature_creator_nss.cc', | 109 'ec_signature_creator_nss.cc', |
| 110 'encryptor_nss.cc', | 110 'encryptor_nss.cc', |
| 111 'hmac_nss.cc', | 111 'hmac_nss.cc', |
| 112 'nss_util.cc', | 112 'nss_util.cc', |
| 113 'nss_util.h', | 113 'nss_util.h', |
| 114 'nss_util_internal.h', |
| 114 'rsa_private_key_nss.cc', | 115 'rsa_private_key_nss.cc', |
| 116 'scoped_test_nss_db.cc' |
| 117 'scoped_test_nss_db.h' |
| 115 'secure_hash_default.cc', | 118 'secure_hash_default.cc', |
| 116 'signature_creator_nss.cc', | 119 'signature_creator_nss.cc', |
| 117 'signature_verifier_nss.cc', | 120 'signature_verifier_nss.cc', |
| 118 'symmetric_key_nss.cc', | 121 'symmetric_key_nss.cc', |
| 119 'third_party/nss/chromium-blapi.h', | 122 'third_party/nss/chromium-blapi.h', |
| 120 'third_party/nss/chromium-blapit.h', | 123 'third_party/nss/chromium-blapit.h', |
| 121 'third_party/nss/chromium-nss.h', | 124 'third_party/nss/chromium-nss.h', |
| 122 'third_party/nss/chromium-prtypes.h', | 125 'third_party/nss/chromium-prtypes.h', |
| 123 'third_party/nss/chromium-sha256.h', | 126 'third_party/nss/chromium-sha256.h', |
| 124 'third_party/nss/pk11akey.cc', | 127 'third_party/nss/pk11akey.cc', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 'configurations': { | 252 'configurations': { |
| 250 'Common_Base': { | 253 'Common_Base': { |
| 251 'msvs_target_platform': 'x64', | 254 'msvs_target_platform': 'x64', |
| 252 }, | 255 }, |
| 253 }, | 256 }, |
| 254 }, | 257 }, |
| 255 ], | 258 ], |
| 256 }], | 259 }], |
| 257 ], | 260 ], |
| 258 } | 261 } |
| OLD | NEW |