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

Side by Side Diff: net/net.gypi

Issue 908863004: Initial implementation for CertNetFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile issue from nacl Created 5 years, 9 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'base/url_util.h', 311 'base/url_util.h',
312 'base/winsock_init.cc', 312 'base/winsock_init.cc',
313 'base/winsock_init.h', 313 'base/winsock_init.h',
314 'base/winsock_util.cc', 314 'base/winsock_util.cc',
315 'base/winsock_util.h', 315 'base/winsock_util.h',
316 'cert/cert_database_android.cc', 316 'cert/cert_database_android.cc',
317 'cert/cert_database_ios.cc', 317 'cert/cert_database_ios.cc',
318 'cert/cert_database_mac.cc', 318 'cert/cert_database_mac.cc',
319 'cert/cert_database_nss.cc', 319 'cert/cert_database_nss.cc',
320 'cert/cert_database_win.cc', 320 'cert/cert_database_win.cc',
321 'cert/cert_net_fetcher.cc',
322 'cert/cert_net_fetcher.h',
321 'cert/cert_trust_anchor_provider.h', 323 'cert/cert_trust_anchor_provider.h',
322 'cert/cert_verify_proc.cc', 324 'cert/cert_verify_proc.cc',
323 'cert/cert_verify_proc.h', 325 'cert/cert_verify_proc.h',
324 'cert/cert_verify_proc_android.cc', 326 'cert/cert_verify_proc_android.cc',
325 'cert/cert_verify_proc_android.h', 327 'cert/cert_verify_proc_android.h',
326 'cert/cert_verify_proc_mac.cc', 328 'cert/cert_verify_proc_mac.cc',
327 'cert/cert_verify_proc_mac.h', 329 'cert/cert_verify_proc_mac.h',
328 'cert/cert_verify_proc_nss.cc', 330 'cert/cert_verify_proc_nss.cc',
329 'cert/cert_verify_proc_nss.h', 331 'cert/cert_verify_proc_nss.h',
330 'cert/cert_verify_proc_openssl.cc', 332 'cert/cert_verify_proc_openssl.cc',
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 'base/prioritized_dispatcher_unittest.cc', 1294 'base/prioritized_dispatcher_unittest.cc',
1293 'base/priority_queue_unittest.cc', 1295 'base/priority_queue_unittest.cc',
1294 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1296 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1295 'base/sdch_manager_unittest.cc', 1297 'base/sdch_manager_unittest.cc',
1296 'base/static_cookie_policy_unittest.cc', 1298 'base/static_cookie_policy_unittest.cc',
1297 'base/test_completion_callback_unittest.cc', 1299 'base/test_completion_callback_unittest.cc',
1298 'base/trace_net_log_observer_unittest.cc', 1300 'base/trace_net_log_observer_unittest.cc',
1299 'base/upload_bytes_element_reader_unittest.cc', 1301 'base/upload_bytes_element_reader_unittest.cc',
1300 'base/upload_file_element_reader_unittest.cc', 1302 'base/upload_file_element_reader_unittest.cc',
1301 'base/url_util_unittest.cc', 1303 'base/url_util_unittest.cc',
1304 'cert/cert_net_fetcher_unittest.cc',
1302 'cert/cert_policy_enforcer_unittest.cc', 1305 'cert/cert_policy_enforcer_unittest.cc',
1303 'cert/cert_verify_proc_unittest.cc', 1306 'cert/cert_verify_proc_unittest.cc',
1304 'cert/crl_set_unittest.cc', 1307 'cert/crl_set_unittest.cc',
1305 'cert/ct_log_response_parser_unittest.cc', 1308 'cert/ct_log_response_parser_unittest.cc',
1306 'cert/ct_log_verifier_unittest.cc', 1309 'cert/ct_log_verifier_unittest.cc',
1307 'cert/ct_objects_extractor_unittest.cc', 1310 'cert/ct_objects_extractor_unittest.cc',
1308 'cert/ct_serialization_unittest.cc', 1311 'cert/ct_serialization_unittest.cc',
1309 'cert/ev_root_ca_metadata_unittest.cc', 1312 'cert/ev_root_ca_metadata_unittest.cc',
1310 'cert/jwk_serializer_unittest.cc', 1313 'cert/jwk_serializer_unittest.cc',
1311 'cert/multi_log_ct_verifier_unittest.cc', 1314 'cert/multi_log_ct_verifier_unittest.cc',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 'base/mac/url_conversions_unittest.mm', 1779 'base/mac/url_conversions_unittest.mm',
1777 ], 1780 ],
1778 'net_docs_script': 'tools/net_docs/net_docs.py', 1781 'net_docs_script': 'tools/net_docs/net_docs.py',
1779 'net_docs_sources': [ 1782 'net_docs_sources': [
1780 'README.md', 1783 'README.md',
1781 'sdch/README.md', 1784 'sdch/README.md',
1782 ], 1785 ],
1783 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1786 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1784 } 1787 }
1785 } 1788 }
OLDNEW
« net/cert/cert_net_fetcher.cc ('K') | « net/data/cert_net_fetcher_unittest/root.crl.mock-http-headers ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698