| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 }, | 255 }, |
| 256 { # else !use_openssl: remove the unneeded files and depend on NSS. | 256 { # else !use_openssl: remove the unneeded files and depend on NSS. |
| 257 'sources!': [ | 257 'sources!': [ |
| 258 'base/crypto_module_openssl.cc', | 258 'base/crypto_module_openssl.cc', |
| 259 'cert/ct_log_verifier_openssl.cc', | 259 'cert/ct_log_verifier_openssl.cc', |
| 260 'cert/ct_objects_extractor_openssl.cc', | 260 'cert/ct_objects_extractor_openssl.cc', |
| 261 'cert/jwk_serializer_openssl.cc', | 261 'cert/jwk_serializer_openssl.cc', |
| 262 'cert/sha256_legacy_support_openssl_win.cc', | 262 'cert/sha256_legacy_support_openssl_win.cc', |
| 263 'cert/x509_util_openssl.cc', | 263 'cert/x509_util_openssl.cc', |
| 264 'cert/x509_util_openssl.h', | 264 'cert/x509_util_openssl.h', |
| 265 'crypto/scoped_openssl_types.h', | |
| 266 'quic/crypto/aead_base_decrypter_openssl.cc', | 265 'quic/crypto/aead_base_decrypter_openssl.cc', |
| 267 'quic/crypto/aead_base_encrypter_openssl.cc', | 266 'quic/crypto/aead_base_encrypter_openssl.cc', |
| 268 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 267 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
| 269 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 268 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
| 270 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', | 269 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', |
| 271 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', | 270 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', |
| 272 'quic/crypto/channel_id_openssl.cc', | 271 'quic/crypto/channel_id_openssl.cc', |
| 273 'quic/crypto/p256_key_exchange_openssl.cc', | 272 'quic/crypto/p256_key_exchange_openssl.cc', |
| 274 'quic/crypto/scoped_evp_aead_ctx.cc', | 273 'quic/crypto/scoped_evp_aead_ctx.cc', |
| 275 'quic/crypto/scoped_evp_aead_ctx.h', | 274 'quic/crypto/scoped_evp_aead_ctx.h', |
| (...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1809 '../build/isolate.gypi', | 1808 '../build/isolate.gypi', |
| 1810 ], | 1809 ], |
| 1811 'sources': [ | 1810 'sources': [ |
| 1812 'net_unittests.isolate', | 1811 'net_unittests.isolate', |
| 1813 ], | 1812 ], |
| 1814 }, | 1813 }, |
| 1815 ], | 1814 ], |
| 1816 }], | 1815 }], |
| 1817 ], | 1816 ], |
| 1818 } | 1817 } |
| OLD | NEW |