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

Side by Side Diff: net/net.gypi

Issue 1042973002: Implement the ability to whitelist certs from specific issuers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stupid windows Created 5 years, 8 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/cert/cert_verify_proc_whitelist_unittest.cc ('k') | no next file » | 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'cert/cert_verify_proc.cc', 315 'cert/cert_verify_proc.cc',
316 'cert/cert_verify_proc.h', 316 'cert/cert_verify_proc.h',
317 'cert/cert_verify_proc_android.cc', 317 'cert/cert_verify_proc_android.cc',
318 'cert/cert_verify_proc_android.h', 318 'cert/cert_verify_proc_android.h',
319 'cert/cert_verify_proc_mac.cc', 319 'cert/cert_verify_proc_mac.cc',
320 'cert/cert_verify_proc_mac.h', 320 'cert/cert_verify_proc_mac.h',
321 'cert/cert_verify_proc_nss.cc', 321 'cert/cert_verify_proc_nss.cc',
322 'cert/cert_verify_proc_nss.h', 322 'cert/cert_verify_proc_nss.h',
323 'cert/cert_verify_proc_openssl.cc', 323 'cert/cert_verify_proc_openssl.cc',
324 'cert/cert_verify_proc_openssl.h', 324 'cert/cert_verify_proc_openssl.h',
325 'cert/cert_verify_proc_whitelist.cc',
326 'cert/cert_verify_proc_whitelist.h',
325 'cert/cert_verify_proc_win.cc', 327 'cert/cert_verify_proc_win.cc',
326 'cert/cert_verify_proc_win.h', 328 'cert/cert_verify_proc_win.h',
327 'cert/crl_set_storage.cc', 329 'cert/crl_set_storage.cc',
328 'cert/crl_set_storage.h', 330 'cert/crl_set_storage.h',
329 'cert/ct_ev_whitelist.h', 331 'cert/ct_ev_whitelist.h',
330 'cert/ct_known_logs.cc', 332 'cert/ct_known_logs.cc',
331 'cert/ct_known_logs.h', 333 'cert/ct_known_logs.h',
332 'cert/ct_known_logs_static.h', 334 'cert/ct_known_logs_static.h',
333 'cert/ct_log_response_parser.cc', 335 'cert/ct_log_response_parser.cc',
334 'cert/ct_log_response_parser.h', 336 'cert/ct_log_response_parser.h',
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1294 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1293 'base/sdch_manager_unittest.cc', 1295 'base/sdch_manager_unittest.cc',
1294 'base/static_cookie_policy_unittest.cc', 1296 'base/static_cookie_policy_unittest.cc',
1295 'base/test_completion_callback_unittest.cc', 1297 'base/test_completion_callback_unittest.cc',
1296 'base/trace_net_log_observer_unittest.cc', 1298 'base/trace_net_log_observer_unittest.cc',
1297 'base/upload_bytes_element_reader_unittest.cc', 1299 'base/upload_bytes_element_reader_unittest.cc',
1298 'base/upload_file_element_reader_unittest.cc', 1300 'base/upload_file_element_reader_unittest.cc',
1299 'base/url_util_unittest.cc', 1301 'base/url_util_unittest.cc',
1300 'cert/cert_policy_enforcer_unittest.cc', 1302 'cert/cert_policy_enforcer_unittest.cc',
1301 'cert/cert_verify_proc_unittest.cc', 1303 'cert/cert_verify_proc_unittest.cc',
1304 'cert/cert_verify_proc_whitelist_unittest.cc',
1302 'cert/crl_set_unittest.cc', 1305 'cert/crl_set_unittest.cc',
1303 'cert/ct_log_response_parser_unittest.cc', 1306 'cert/ct_log_response_parser_unittest.cc',
1304 'cert/ct_log_verifier_unittest.cc', 1307 'cert/ct_log_verifier_unittest.cc',
1305 'cert/ct_objects_extractor_unittest.cc', 1308 'cert/ct_objects_extractor_unittest.cc',
1306 'cert/ct_serialization_unittest.cc', 1309 'cert/ct_serialization_unittest.cc',
1307 'cert/ev_root_ca_metadata_unittest.cc', 1310 'cert/ev_root_ca_metadata_unittest.cc',
1308 'cert/jwk_serializer_unittest.cc', 1311 'cert/jwk_serializer_unittest.cc',
1309 'cert/multi_log_ct_verifier_unittest.cc', 1312 'cert/multi_log_ct_verifier_unittest.cc',
1310 'cert/multi_threaded_cert_verifier_unittest.cc', 1313 'cert/multi_threaded_cert_verifier_unittest.cc',
1311 'cert/nss_cert_database_chromeos_unittest.cc', 1314 'cert/nss_cert_database_chromeos_unittest.cc',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 'base/mac/url_conversions_unittest.mm', 1783 'base/mac/url_conversions_unittest.mm',
1781 ], 1784 ],
1782 'net_docs_script': 'tools/net_docs/net_docs.py', 1785 'net_docs_script': 'tools/net_docs/net_docs.py',
1783 'net_docs_sources': [ 1786 'net_docs_sources': [
1784 'README.md', 1787 'README.md',
1785 'sdch/README.md', 1788 'sdch/README.md',
1786 ], 1789 ],
1787 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1788 } 1791 }
1789 } 1792 }
OLDNEW
« no previous file with comments | « net/cert/cert_verify_proc_whitelist_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698