Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: net/net.gypi

Issue 1309813003: Implement an openssl version of a QUIC ProofSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More iOS fix Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/data/ssl/certificates/quic_test.example.com.key.pkcs8 ('k') | net/net_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'quic/crypto/key_exchange.h', 257 'quic/crypto/key_exchange.h',
258 'quic/crypto/local_strike_register_client.cc', 258 'quic/crypto/local_strike_register_client.cc',
259 'quic/crypto/local_strike_register_client.h', 259 'quic/crypto/local_strike_register_client.h',
260 'quic/crypto/null_decrypter.cc', 260 'quic/crypto/null_decrypter.cc',
261 'quic/crypto/null_decrypter.h', 261 'quic/crypto/null_decrypter.h',
262 'quic/crypto/null_encrypter.cc', 262 'quic/crypto/null_encrypter.cc',
263 'quic/crypto/null_encrypter.h', 263 'quic/crypto/null_encrypter.h',
264 'quic/crypto/p256_key_exchange.h', 264 'quic/crypto/p256_key_exchange.h',
265 'quic/crypto/p256_key_exchange_openssl.cc', 265 'quic/crypto/p256_key_exchange_openssl.cc',
266 'quic/crypto/proof_source.h', 266 'quic/crypto/proof_source.h',
267 'quic/crypto/proof_source_chromium.cc',
268 'quic/crypto/proof_source_chromium.h', 267 'quic/crypto/proof_source_chromium.h',
268 'quic/crypto/proof_source_chromium_openssl.cc',
269 'quic/crypto/proof_verifier.h', 269 'quic/crypto/proof_verifier.h',
270 'quic/crypto/proof_verifier_chromium.cc', 270 'quic/crypto/proof_verifier_chromium.cc',
271 'quic/crypto/proof_verifier_chromium.h', 271 'quic/crypto/proof_verifier_chromium.h',
272 'quic/crypto/quic_crypto_client_config.cc', 272 'quic/crypto/quic_crypto_client_config.cc',
273 'quic/crypto/quic_crypto_client_config.h', 273 'quic/crypto/quic_crypto_client_config.h',
274 'quic/crypto/quic_crypto_server_config.cc', 274 'quic/crypto/quic_crypto_server_config.cc',
275 'quic/crypto/quic_crypto_server_config.h', 275 'quic/crypto/quic_crypto_server_config.h',
276 'quic/crypto/quic_decrypter.cc', 276 'quic/crypto/quic_decrypter.cc',
277 'quic/crypto/quic_decrypter.h', 277 'quic/crypto/quic_decrypter.h',
278 'quic/crypto/quic_encrypter.cc', 278 'quic/crypto/quic_encrypter.cc',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'proxy/proxy_service.cc', 971 'proxy/proxy_service.cc',
972 'proxy/proxy_service.h', 972 'proxy/proxy_service.h',
973 'quic/crypto/aead_base_decrypter_nss.cc', 973 'quic/crypto/aead_base_decrypter_nss.cc',
974 'quic/crypto/aead_base_encrypter_nss.cc', 974 'quic/crypto/aead_base_encrypter_nss.cc',
975 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', 975 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
976 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', 976 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
977 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', 977 'quic/crypto/chacha20_poly1305_decrypter_nss.cc',
978 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', 978 'quic/crypto/chacha20_poly1305_encrypter_nss.cc',
979 'quic/crypto/channel_id_nss.cc', 979 'quic/crypto/channel_id_nss.cc',
980 'quic/crypto/p256_key_exchange_nss.cc', 980 'quic/crypto/p256_key_exchange_nss.cc',
981 'quic/crypto/proof_source_chromium_nss.cc',
981 'quic/quic_chromium_client_session.cc', 982 'quic/quic_chromium_client_session.cc',
982 'quic/quic_chromium_client_session.h', 983 'quic/quic_chromium_client_session.h',
983 'quic/quic_client_session_base.cc', 984 'quic/quic_client_session_base.cc',
984 'quic/quic_client_session_base.h', 985 'quic/quic_client_session_base.h',
985 'quic/quic_headers_stream.cc', 986 'quic/quic_headers_stream.cc',
986 'quic/quic_headers_stream.h', 987 'quic/quic_headers_stream.h',
987 'quic/quic_http_stream.cc', 988 'quic/quic_http_stream.cc',
988 'quic/quic_http_stream.h', 989 'quic/quic_http_stream.h',
989 'quic/quic_http_utils.cc', 990 'quic/quic_http_utils.cc',
990 'quic/quic_http_utils.h', 991 'quic/quic_http_utils.h',
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 'README.md', 1881 'README.md',
1881 'docs/bug-triage.md', 1882 'docs/bug-triage.md',
1882 'docs/bug-triage-labels.md', 1883 'docs/bug-triage-labels.md',
1883 'docs/bug-triage-suggested-workflow.md', 1884 'docs/bug-triage-suggested-workflow.md',
1884 'docs/life-of-a-url-request.md', 1885 'docs/life-of-a-url-request.md',
1885 'sdch/README.md', 1886 'sdch/README.md',
1886 ], 1887 ],
1887 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1888 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1888 } 1889 }
1889 } 1890 }
OLDNEW
« no previous file with comments | « net/data/ssl/certificates/quic_test.example.com.key.pkcs8 ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698