| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 'nss_util.h', | 123 'nss_util.h', |
| 124 'openpgp_symmetric_encryption.cc', | 124 'openpgp_symmetric_encryption.cc', |
| 125 'rsa_private_key_nss.cc', | 125 'rsa_private_key_nss.cc', |
| 126 'secure_hash_default.cc', | 126 'secure_hash_default.cc', |
| 127 'signature_creator_nss.cc', | 127 'signature_creator_nss.cc', |
| 128 'signature_verifier_nss.cc', | 128 'signature_verifier_nss.cc', |
| 129 'symmetric_key_nss.cc', | 129 'symmetric_key_nss.cc', |
| 130 'third_party/nss/chromium-blapi.h', | 130 'third_party/nss/chromium-blapi.h', |
| 131 'third_party/nss/chromium-blapit.h', | 131 'third_party/nss/chromium-blapit.h', |
| 132 'third_party/nss/chromium-nss.h', | 132 'third_party/nss/chromium-nss.h', |
| 133 'third_party/nss/chromium-prtypes.h', |
| 133 'third_party/nss/chromium-sha256.h', | 134 'third_party/nss/chromium-sha256.h', |
| 134 'third_party/nss/pk11akey.cc', | 135 'third_party/nss/pk11akey.cc', |
| 135 'third_party/nss/rsawrapr.c', | 136 'third_party/nss/rsawrapr.c', |
| 136 'third_party/nss/secsign.cc', | 137 'third_party/nss/secsign.cc', |
| 137 'third_party/nss/sha512.cc', | 138 'third_party/nss/sha512.cc', |
| 138 ], | 139 ], |
| 139 }, { | 140 }, { |
| 140 'sources!': [ | 141 'sources!': [ |
| 141 'ec_private_key_openssl.cc', | 142 'ec_private_key_openssl.cc', |
| 142 'ec_signature_creator_openssl.cc', | 143 'ec_signature_creator_openssl.cc', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'configurations': { | 259 'configurations': { |
| 259 'Common_Base': { | 260 'Common_Base': { |
| 260 'msvs_target_platform': 'x64', | 261 'msvs_target_platform': 'x64', |
| 261 }, | 262 }, |
| 262 }, | 263 }, |
| 263 }, | 264 }, |
| 264 ], | 265 ], |
| 265 }], | 266 }], |
| 266 ], | 267 ], |
| 267 } | 268 } |
| OLD | NEW |