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

Side by Side Diff: net/net.gypi

Issue 1076063002: Remove certificates from Channel ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Udpate KeysEqual to fail if preconditions fail Created 5 years, 7 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/net.gyp ('k') | net/quic/crypto/channel_id_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 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'cert/multi_threaded_cert_verifier_unittest.cc', 1331 'cert/multi_threaded_cert_verifier_unittest.cc',
1332 'cert/nss_cert_database_chromeos_unittest.cc', 1332 'cert/nss_cert_database_chromeos_unittest.cc',
1333 'cert/nss_cert_database_unittest.cc', 1333 'cert/nss_cert_database_unittest.cc',
1334 'cert/nss_profile_filter_chromeos_unittest.cc', 1334 'cert/nss_profile_filter_chromeos_unittest.cc',
1335 'cert/pem_tokenizer_unittest.cc', 1335 'cert/pem_tokenizer_unittest.cc',
1336 'cert/sha256_legacy_support_win_unittest.cc', 1336 'cert/sha256_legacy_support_win_unittest.cc',
1337 'cert/signed_certificate_timestamp_unittest.cc', 1337 'cert/signed_certificate_timestamp_unittest.cc',
1338 'cert/test_root_certs_unittest.cc', 1338 'cert/test_root_certs_unittest.cc',
1339 'cert/x509_cert_types_unittest.cc', 1339 'cert/x509_cert_types_unittest.cc',
1340 'cert/x509_certificate_unittest.cc', 1340 'cert/x509_certificate_unittest.cc',
1341 'cert/x509_util_nss_unittest.cc',
1342 'cert/x509_util_openssl_unittest.cc', 1341 'cert/x509_util_openssl_unittest.cc',
1343 'cert/x509_util_unittest.cc', 1342 'cert/x509_util_unittest.cc',
1344 'cert_net/cert_net_fetcher_impl_unittest.cc', 1343 'cert_net/cert_net_fetcher_impl_unittest.cc',
1345 'cert_net/nss_ocsp_unittest.cc', 1344 'cert_net/nss_ocsp_unittest.cc',
1346 'cookies/canonical_cookie_unittest.cc', 1345 'cookies/canonical_cookie_unittest.cc',
1347 'cookies/cookie_constants_unittest.cc', 1346 'cookies/cookie_constants_unittest.cc',
1348 'cookies/cookie_monster_unittest.cc', 1347 'cookies/cookie_monster_unittest.cc',
1349 'cookies/cookie_store_unittest.h', 1348 'cookies/cookie_store_unittest.h',
1350 'cookies/cookie_util_unittest.cc', 1349 'cookies/cookie_util_unittest.cc',
1351 'cookies/parsed_cookie_unittest.cc', 1350 'cookies/parsed_cookie_unittest.cc',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 'base/mac/url_conversions_unittest.mm', 1813 'base/mac/url_conversions_unittest.mm',
1815 ], 1814 ],
1816 'net_docs_script': 'tools/net_docs/net_docs.py', 1815 'net_docs_script': 'tools/net_docs/net_docs.py',
1817 'net_docs_sources': [ 1816 'net_docs_sources': [
1818 'README.md', 1817 'README.md',
1819 'sdch/README.md', 1818 'sdch/README.md',
1820 ], 1819 ],
1821 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1820 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1822 } 1821 }
1823 } 1822 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/crypto/channel_id_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698