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

Side by Side Diff: net/net.gypi

Issue 1070893002: Move net/ocsp/* into net/cert_net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_fetcher
Patch Set: undo header re-ordering -- seems to be breaking compile 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/net.gyp ('k') | net/net_common.gypi » ('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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'disk_cache/simple/simple_entry_impl.h', 477 'disk_cache/simple/simple_entry_impl.h',
478 'disk_cache/simple/simple_entry_operation.cc', 478 'disk_cache/simple/simple_entry_operation.cc',
479 'disk_cache/simple/simple_entry_operation.h', 479 'disk_cache/simple/simple_entry_operation.h',
480 'log/net_log_logger.cc', 480 'log/net_log_logger.cc',
481 'log/net_log_logger.h', 481 'log/net_log_logger.h',
482 'log/net_log_util.cc', 482 'log/net_log_util.cc',
483 'log/net_log_util.h', 483 'log/net_log_util.h',
484 'log/trace_net_log_observer.cc', 484 'log/trace_net_log_observer.cc',
485 'log/trace_net_log_observer.h', 485 'log/trace_net_log_observer.h',
486 'disk_cache/simple/simple_histogram_macros.h' , 486 'disk_cache/simple/simple_histogram_macros.h' ,
487 'cert_net/nss_ocsp.cc',
488 'cert_net/nss_ocsp.h',
487 'disk_cache/simple/simple_index.cc', 489 'disk_cache/simple/simple_index.cc',
488 'disk_cache/simple/simple_index.h', 490 'disk_cache/simple/simple_index.h',
489 'disk_cache/simple/simple_index_delegate.h', 491 'disk_cache/simple/simple_index_delegate.h',
490 'disk_cache/simple/simple_index_file.cc', 492 'disk_cache/simple/simple_index_file.cc',
491 'disk_cache/simple/simple_index_file.h', 493 'disk_cache/simple/simple_index_file.h',
492 'disk_cache/simple/simple_index_file_posix.cc', 494 'disk_cache/simple/simple_index_file_posix.cc',
493 'disk_cache/simple/simple_index_file_win.cc', 495 'disk_cache/simple/simple_index_file_win.cc',
494 'disk_cache/simple/simple_net_log_parameters.cc', 496 'disk_cache/simple/simple_net_log_parameters.cc',
495 'disk_cache/simple/simple_net_log_parameters.h', 497 'disk_cache/simple/simple_net_log_parameters.h',
496 'disk_cache/simple/simple_synchronous_entry.cc', 498 'disk_cache/simple/simple_synchronous_entry.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'http/proxy_client_socket.h', 688 'http/proxy_client_socket.h',
687 'http/proxy_connect_redirect_http_stream.cc', 689 'http/proxy_connect_redirect_http_stream.cc',
688 'http/proxy_connect_redirect_http_stream.h', 690 'http/proxy_connect_redirect_http_stream.h',
689 'http/transport_security_persister.cc', 691 'http/transport_security_persister.cc',
690 'http/transport_security_persister.h', 692 'http/transport_security_persister.h',
691 'http/transport_security_state_static.h', 693 'http/transport_security_state_static.h',
692 'http/url_security_manager.cc', 694 'http/url_security_manager.cc',
693 'http/url_security_manager.h', 695 'http/url_security_manager.h',
694 'http/url_security_manager_posix.cc', 696 'http/url_security_manager_posix.cc',
695 'http/url_security_manager_win.cc', 697 'http/url_security_manager_win.cc',
696 'ocsp/nss_ocsp.cc',
697 'ocsp/nss_ocsp.h',
698 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 698 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
699 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', 699 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
700 'proxy/dhcp_proxy_script_fetcher.cc', 700 'proxy/dhcp_proxy_script_fetcher.cc',
701 'proxy/dhcp_proxy_script_fetcher.h', 701 'proxy/dhcp_proxy_script_fetcher.h',
702 'proxy/dhcp_proxy_script_fetcher_factory.cc', 702 'proxy/dhcp_proxy_script_fetcher_factory.cc',
703 'proxy/dhcp_proxy_script_fetcher_factory.h', 703 'proxy/dhcp_proxy_script_fetcher_factory.h',
704 'proxy/dhcp_proxy_script_fetcher_win.cc', 704 'proxy/dhcp_proxy_script_fetcher_win.cc',
705 'proxy/dhcp_proxy_script_fetcher_win.h', 705 'proxy/dhcp_proxy_script_fetcher_win.h',
706 'proxy/dhcpcsvc_init_win.cc', 706 'proxy/dhcpcsvc_init_win.cc',
707 'proxy/dhcpcsvc_init_win.h', 707 'proxy/dhcpcsvc_init_win.h',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'cert/pem_tokenizer_unittest.cc', 1311 'cert/pem_tokenizer_unittest.cc',
1312 'cert/sha256_legacy_support_win_unittest.cc', 1312 'cert/sha256_legacy_support_win_unittest.cc',
1313 'cert/signed_certificate_timestamp_unittest.cc', 1313 'cert/signed_certificate_timestamp_unittest.cc',
1314 'cert/test_root_certs_unittest.cc', 1314 'cert/test_root_certs_unittest.cc',
1315 'cert/x509_cert_types_unittest.cc', 1315 'cert/x509_cert_types_unittest.cc',
1316 'cert/x509_certificate_unittest.cc', 1316 'cert/x509_certificate_unittest.cc',
1317 'cert/x509_util_nss_unittest.cc', 1317 'cert/x509_util_nss_unittest.cc',
1318 'cert/x509_util_openssl_unittest.cc', 1318 'cert/x509_util_openssl_unittest.cc',
1319 'cert/x509_util_unittest.cc', 1319 'cert/x509_util_unittest.cc',
1320 'cert_net/cert_net_fetcher_impl_unittest.cc', 1320 'cert_net/cert_net_fetcher_impl_unittest.cc',
1321 'cert_net/nss_ocsp_unittest.cc',
1321 'cookies/canonical_cookie_unittest.cc', 1322 'cookies/canonical_cookie_unittest.cc',
1322 'cookies/cookie_constants_unittest.cc', 1323 'cookies/cookie_constants_unittest.cc',
1323 'cookies/cookie_monster_unittest.cc', 1324 'cookies/cookie_monster_unittest.cc',
1324 'cookies/cookie_store_unittest.h', 1325 'cookies/cookie_store_unittest.h',
1325 'cookies/cookie_util_unittest.cc', 1326 'cookies/cookie_util_unittest.cc',
1326 'cookies/parsed_cookie_unittest.cc', 1327 'cookies/parsed_cookie_unittest.cc',
1327 'disk_cache/backend_unittest.cc', 1328 'disk_cache/backend_unittest.cc',
1328 'disk_cache/blockfile/addr_unittest.cc', 1329 'disk_cache/blockfile/addr_unittest.cc',
1329 'disk_cache/blockfile/bitmap_unittest.cc', 1330 'disk_cache/blockfile/bitmap_unittest.cc',
1330 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', 1331 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 'http/mock_sspi_library_win.cc', 1429 'http/mock_sspi_library_win.cc',
1429 'http/mock_sspi_library_win.h', 1430 'http/mock_sspi_library_win.h',
1430 'http/transport_security_persister_unittest.cc', 1431 'http/transport_security_persister_unittest.cc',
1431 'http/transport_security_state_unittest.cc', 1432 'http/transport_security_state_unittest.cc',
1432 'http/url_security_manager_unittest.cc', 1433 'http/url_security_manager_unittest.cc',
1433 'log/net_log_logger_unittest.cc', 1434 'log/net_log_logger_unittest.cc',
1434 'log/net_log_unittest.cc', 1435 'log/net_log_unittest.cc',
1435 'log/net_log_unittest.h', 1436 'log/net_log_unittest.h',
1436 'log/net_log_util_unittest.cc', 1437 'log/net_log_util_unittest.cc',
1437 'log/trace_net_log_observer_unittest.cc', 1438 'log/trace_net_log_observer_unittest.cc',
1438 'ocsp/nss_ocsp_unittest.cc',
1439 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1439 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1440 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1440 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1441 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1441 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1442 'proxy/load_state_change_coalescer_unittest.cc', 1442 'proxy/load_state_change_coalescer_unittest.cc',
1443 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 1443 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1444 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1444 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1445 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1445 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1446 'proxy/network_delegate_error_observer_unittest.cc', 1446 'proxy/network_delegate_error_observer_unittest.cc',
1447 'proxy/proxy_bypass_rules_unittest.cc', 1447 'proxy/proxy_bypass_rules_unittest.cc',
1448 'proxy/proxy_config_service_android_unittest.cc', 1448 'proxy/proxy_config_service_android_unittest.cc',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1783 'base/mac/url_conversions_unittest.mm', 1783 'base/mac/url_conversions_unittest.mm',
1784 ], 1784 ],
1785 'net_docs_script': 'tools/net_docs/net_docs.py', 1785 'net_docs_script': 'tools/net_docs/net_docs.py',
1786 'net_docs_sources': [ 1786 'net_docs_sources': [
1787 'README.md', 1787 'README.md',
1788 'sdch/README.md', 1788 'sdch/README.md',
1789 ], 1789 ],
1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1791 } 1791 }
1792 } 1792 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698