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

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: With tests 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
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 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 'quic/crypto/crypto_framer_test.cc', 1542 'quic/crypto/crypto_framer_test.cc',
1543 'quic/crypto/crypto_secret_boxer_test.cc', 1543 'quic/crypto/crypto_secret_boxer_test.cc',
1544 'quic/crypto/crypto_server_test.cc', 1544 'quic/crypto/crypto_server_test.cc',
1545 'quic/crypto/crypto_utils_test.cc', 1545 'quic/crypto/crypto_utils_test.cc',
1546 'quic/crypto/curve25519_key_exchange_test.cc', 1546 'quic/crypto/curve25519_key_exchange_test.cc',
1547 'quic/crypto/local_strike_register_client_test.cc', 1547 'quic/crypto/local_strike_register_client_test.cc',
1548 'quic/crypto/null_decrypter_test.cc', 1548 'quic/crypto/null_decrypter_test.cc',
1549 'quic/crypto/null_encrypter_test.cc', 1549 'quic/crypto/null_encrypter_test.cc',
1550 'quic/crypto/p256_key_exchange_test.cc', 1550 'quic/crypto/p256_key_exchange_test.cc',
1551 'quic/crypto/proof_test.cc', 1551 'quic/crypto/proof_test.cc',
1552 'quic/crypto/proof_verifier_chromium_test.cc',
1552 'quic/crypto/quic_crypto_client_config_test.cc', 1553 'quic/crypto/quic_crypto_client_config_test.cc',
1553 'quic/crypto/quic_crypto_server_config_test.cc', 1554 'quic/crypto/quic_crypto_server_config_test.cc',
1554 'quic/crypto/quic_random_test.cc', 1555 'quic/crypto/quic_random_test.cc',
1555 'quic/crypto/strike_register_test.cc', 1556 'quic/crypto/strike_register_test.cc',
1556 'quic/iovector_test.cc', 1557 'quic/iovector_test.cc',
1557 'quic/network_connection_unittest.cc', 1558 'quic/network_connection_unittest.cc',
1558 'quic/port_suggester_unittest.cc', 1559 'quic/port_suggester_unittest.cc',
1559 'quic/quic_ack_notifier_manager_test.cc', 1560 'quic/quic_ack_notifier_manager_test.cc',
1560 'quic/quic_ack_notifier_test.cc', 1561 'quic/quic_ack_notifier_test.cc',
1561 'quic/quic_address_mismatch_test.cc', 1562 'quic/quic_address_mismatch_test.cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1858 'README.md', 1859 'README.md',
1859 'docs/bug-triage.md', 1860 'docs/bug-triage.md',
1860 'docs/bug-triage-labels.md', 1861 'docs/bug-triage-labels.md',
1861 'docs/bug-triage-suggested-workflow.md', 1862 'docs/bug-triage-suggested-workflow.md',
1862 'docs/life-of-a-url-request.md', 1863 'docs/life-of-a-url-request.md',
1863 'sdch/README.md', 1864 'sdch/README.md',
1864 ], 1865 ],
1865 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1866 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1866 } 1867 }
1867 } 1868 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698