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

Side by Side Diff: net/net.gypi

Issue 1216943003: Use the CT policy enforcer for QUIC, if specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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/http/http_network_session.cc ('k') | net/quic/crypto/proof_verifier_chromium.h » ('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 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 'quic/crypto/crypto_framer_test.cc', 1548 'quic/crypto/crypto_framer_test.cc',
1549 'quic/crypto/crypto_secret_boxer_test.cc', 1549 'quic/crypto/crypto_secret_boxer_test.cc',
1550 'quic/crypto/crypto_server_test.cc', 1550 'quic/crypto/crypto_server_test.cc',
1551 'quic/crypto/crypto_utils_test.cc', 1551 'quic/crypto/crypto_utils_test.cc',
1552 'quic/crypto/curve25519_key_exchange_test.cc', 1552 'quic/crypto/curve25519_key_exchange_test.cc',
1553 'quic/crypto/local_strike_register_client_test.cc', 1553 'quic/crypto/local_strike_register_client_test.cc',
1554 'quic/crypto/null_decrypter_test.cc', 1554 'quic/crypto/null_decrypter_test.cc',
1555 'quic/crypto/null_encrypter_test.cc', 1555 'quic/crypto/null_encrypter_test.cc',
1556 'quic/crypto/p256_key_exchange_test.cc', 1556 'quic/crypto/p256_key_exchange_test.cc',
1557 'quic/crypto/proof_test.cc', 1557 'quic/crypto/proof_test.cc',
1558 'quic/crypto/proof_verifier_chromium_test.cc',
1558 'quic/crypto/quic_crypto_client_config_test.cc', 1559 'quic/crypto/quic_crypto_client_config_test.cc',
1559 'quic/crypto/quic_crypto_server_config_test.cc', 1560 'quic/crypto/quic_crypto_server_config_test.cc',
1560 'quic/crypto/quic_random_test.cc', 1561 'quic/crypto/quic_random_test.cc',
1561 'quic/crypto/strike_register_test.cc', 1562 'quic/crypto/strike_register_test.cc',
1562 'quic/iovector_test.cc', 1563 'quic/iovector_test.cc',
1563 'quic/network_connection_unittest.cc', 1564 'quic/network_connection_unittest.cc',
1564 'quic/port_suggester_unittest.cc', 1565 'quic/port_suggester_unittest.cc',
1565 'quic/quic_ack_notifier_manager_test.cc', 1566 'quic/quic_ack_notifier_manager_test.cc',
1566 'quic/quic_ack_notifier_test.cc', 1567 'quic/quic_ack_notifier_test.cc',
1567 'quic/quic_address_mismatch_test.cc', 1568 'quic/quic_address_mismatch_test.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 'README.md', 1866 'README.md',
1866 'docs/bug-triage.md', 1867 'docs/bug-triage.md',
1867 'docs/bug-triage-labels.md', 1868 'docs/bug-triage-labels.md',
1868 'docs/bug-triage-suggested-workflow.md', 1869 'docs/bug-triage-suggested-workflow.md',
1869 'docs/life-of-a-url-request.md', 1870 'docs/life-of-a-url-request.md',
1870 'sdch/README.md', 1871 'sdch/README.md',
1871 ], 1872 ],
1872 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1873 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1873 } 1874 }
1874 } 1875 }
OLDNEW
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/quic/crypto/proof_verifier_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698