| 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 'quic/crypto/aead_base_decrypter_openssl.cc', | 270 'quic/crypto/aead_base_decrypter_openssl.cc', |
| 271 'quic/crypto/aead_base_encrypter_openssl.cc', | 271 'quic/crypto/aead_base_encrypter_openssl.cc', |
| 272 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 272 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
| 273 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 273 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
| 274 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', | 274 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', |
| 275 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', | 275 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', |
| 276 'quic/crypto/channel_id_openssl.cc', | 276 'quic/crypto/channel_id_openssl.cc', |
| 277 'quic/crypto/p256_key_exchange_openssl.cc', | 277 'quic/crypto/p256_key_exchange_openssl.cc', |
| 278 'quic/crypto/scoped_evp_aead_ctx.cc', | 278 'quic/crypto/scoped_evp_aead_ctx.cc', |
| 279 'quic/crypto/scoped_evp_aead_ctx.h', | 279 'quic/crypto/scoped_evp_aead_ctx.h', |
| 280 'socket/openssl_ssl_util.cc', | |
| 281 'socket/openssl_ssl_util.h', | |
| 282 'socket/ssl_client_socket_openssl.cc', | 280 'socket/ssl_client_socket_openssl.cc', |
| 283 'socket/ssl_client_socket_openssl.h', | 281 'socket/ssl_client_socket_openssl.h', |
| 284 'socket/ssl_server_socket_openssl.cc', | 282 'socket/ssl_server_socket_openssl.cc', |
| 285 'socket/ssl_server_socket_openssl.h', | 283 'socket/ssl_server_socket_openssl.h', |
| 286 'socket/ssl_session_cache_openssl.cc', | 284 'socket/ssl_session_cache_openssl.cc', |
| 287 'socket/ssl_session_cache_openssl.h', | 285 'socket/ssl_session_cache_openssl.h', |
| 286 'ssl/openssl_platform_key_mac.cc', |
| 287 'ssl/openssl_platform_key_win.cc', |
| 288 'ssl/openssl_platform_key.h', |
| 289 'ssl/openssl_ssl_util.cc', |
| 290 'ssl/openssl_ssl_util.h', |
| 288 ], | 291 ], |
| 289 }, | 292 }, |
| 290 ], | 293 ], |
| 291 [ 'use_openssl_certs == 0', { | 294 [ 'use_openssl_certs == 0', { |
| 292 'sources!': [ | 295 'sources!': [ |
| 293 'base/keygen_handler_openssl.cc', | 296 'base/keygen_handler_openssl.cc', |
| 294 'base/openssl_private_key_store.h', | 297 'base/openssl_private_key_store.h', |
| 295 'base/openssl_private_key_store_android.cc', | 298 'base/openssl_private_key_store_android.cc', |
| 296 'base/openssl_private_key_store_memory.cc', | 299 'base/openssl_private_key_store_memory.cc', |
| 297 'cert/cert_database_openssl.cc', | 300 'cert/cert_database_openssl.cc', |
| (...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1704 'net_unittests.isolate', | 1707 'net_unittests.isolate', |
| 1705 ], | 1708 ], |
| 1706 'sources': [ | 1709 'sources': [ |
| 1707 'net_unittests.isolate', | 1710 'net_unittests.isolate', |
| 1708 ], | 1711 ], |
| 1709 }, | 1712 }, |
| 1710 ], | 1713 ], |
| 1711 }], | 1714 }], |
| 1712 ], | 1715 ], |
| 1713 } | 1716 } |
| OLD | NEW |