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

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: major refactor: push transition to crypto::ECPrivateKey as low as possible 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
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 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 'cert/multi_threaded_cert_verifier_unittest.cc', 1312 'cert/multi_threaded_cert_verifier_unittest.cc',
1313 'cert/nss_cert_database_chromeos_unittest.cc', 1313 'cert/nss_cert_database_chromeos_unittest.cc',
1314 'cert/nss_cert_database_unittest.cc', 1314 'cert/nss_cert_database_unittest.cc',
1315 'cert/nss_profile_filter_chromeos_unittest.cc', 1315 'cert/nss_profile_filter_chromeos_unittest.cc',
1316 'cert/pem_tokenizer_unittest.cc', 1316 'cert/pem_tokenizer_unittest.cc',
1317 'cert/sha256_legacy_support_win_unittest.cc', 1317 'cert/sha256_legacy_support_win_unittest.cc',
1318 'cert/signed_certificate_timestamp_unittest.cc', 1318 'cert/signed_certificate_timestamp_unittest.cc',
1319 'cert/test_root_certs_unittest.cc', 1319 'cert/test_root_certs_unittest.cc',
1320 'cert/x509_cert_types_unittest.cc', 1320 'cert/x509_cert_types_unittest.cc',
1321 'cert/x509_certificate_unittest.cc', 1321 'cert/x509_certificate_unittest.cc',
1322 'cert/x509_util_nss_unittest.cc',
1323 'cert/x509_util_openssl_unittest.cc', 1322 'cert/x509_util_openssl_unittest.cc',
1324 'cert/x509_util_unittest.cc', 1323 'cert/x509_util_unittest.cc',
1325 'cert_net/cert_net_fetcher_impl_unittest.cc', 1324 'cert_net/cert_net_fetcher_impl_unittest.cc',
1326 'cert_net/nss_ocsp_unittest.cc', 1325 'cert_net/nss_ocsp_unittest.cc',
1327 'cookies/canonical_cookie_unittest.cc', 1326 'cookies/canonical_cookie_unittest.cc',
1328 'cookies/cookie_constants_unittest.cc', 1327 'cookies/cookie_constants_unittest.cc',
1329 'cookies/cookie_monster_unittest.cc', 1328 'cookies/cookie_monster_unittest.cc',
1330 'cookies/cookie_store_unittest.h', 1329 'cookies/cookie_store_unittest.h',
1331 'cookies/cookie_util_unittest.cc', 1330 'cookies/cookie_util_unittest.cc',
1332 'cookies/parsed_cookie_unittest.cc', 1331 'cookies/parsed_cookie_unittest.cc',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'base/mac/url_conversions_unittest.mm', 1789 'base/mac/url_conversions_unittest.mm',
1791 ], 1790 ],
1792 'net_docs_script': 'tools/net_docs/net_docs.py', 1791 'net_docs_script': 'tools/net_docs/net_docs.py',
1793 'net_docs_sources': [ 1792 'net_docs_sources': [
1794 'README.md', 1793 'README.md',
1795 'sdch/README.md', 1794 'sdch/README.md',
1796 ], 1795 ],
1797 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1796 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1798 } 1797 }
1799 } 1798 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698