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

Side by Side Diff: net/net.gyp

Issue 59693008: Give mojo_shell a TransportSecurityPersister (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sprinkle some NET_EXPORT Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « net/http/transport_security_state.h ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'http/http_vary_data.h', 629 'http/http_vary_data.h',
630 'http/http_version.h', 630 'http/http_version.h',
631 'http/md4.cc', 631 'http/md4.cc',
632 'http/md4.h', 632 'http/md4.h',
633 'http/partial_data.cc', 633 'http/partial_data.cc',
634 'http/partial_data.h', 634 'http/partial_data.h',
635 'http/proxy_client_socket.h', 635 'http/proxy_client_socket.h',
636 'http/proxy_client_socket.cc', 636 'http/proxy_client_socket.cc',
637 'http/proxy_connect_redirect_http_stream.h', 637 'http/proxy_connect_redirect_http_stream.h',
638 'http/proxy_connect_redirect_http_stream.cc', 638 'http/proxy_connect_redirect_http_stream.cc',
639 'http/transport_security_persister.cc',
640 'http/transport_security_persister.h',
639 'http/transport_security_state.cc', 641 'http/transport_security_state.cc',
640 'http/transport_security_state.h', 642 'http/transport_security_state.h',
641 'http/transport_security_state_static.h', 643 'http/transport_security_state_static.h',
642 'http/url_security_manager.cc', 644 'http/url_security_manager.cc',
643 'http/url_security_manager.h', 645 'http/url_security_manager.h',
644 'http/url_security_manager_posix.cc', 646 'http/url_security_manager_posix.cc',
645 'http/url_security_manager_win.cc', 647 'http/url_security_manager_win.cc',
646 'ocsp/nss_ocsp.cc', 648 'ocsp/nss_ocsp.cc',
647 'ocsp/nss_ocsp.h', 649 'ocsp/nss_ocsp.h',
648 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 650 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 'http/http_util_unittest.cc', 1694 'http/http_util_unittest.cc',
1693 'http/http_vary_data_unittest.cc', 1695 'http/http_vary_data_unittest.cc',
1694 'http/mock_allow_url_security_manager.cc', 1696 'http/mock_allow_url_security_manager.cc',
1695 'http/mock_allow_url_security_manager.h', 1697 'http/mock_allow_url_security_manager.h',
1696 'http/mock_gssapi_library_posix.cc', 1698 'http/mock_gssapi_library_posix.cc',
1697 'http/mock_gssapi_library_posix.h', 1699 'http/mock_gssapi_library_posix.h',
1698 'http/mock_http_cache.cc', 1700 'http/mock_http_cache.cc',
1699 'http/mock_http_cache.h', 1701 'http/mock_http_cache.h',
1700 'http/mock_sspi_library_win.cc', 1702 'http/mock_sspi_library_win.cc',
1701 'http/mock_sspi_library_win.h', 1703 'http/mock_sspi_library_win.h',
1704 'http/transport_security_persister_unittest.cc',
1702 'http/transport_security_state_unittest.cc', 1705 'http/transport_security_state_unittest.cc',
1703 'http/url_security_manager_unittest.cc', 1706 'http/url_security_manager_unittest.cc',
1704 'ocsp/nss_ocsp_unittest.cc', 1707 'ocsp/nss_ocsp_unittest.cc',
1705 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1708 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1706 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1709 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1707 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1710 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1708 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1711 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1709 'proxy/network_delegate_error_observer_unittest.cc', 1712 'proxy/network_delegate_error_observer_unittest.cc',
1710 'proxy/proxy_bypass_rules_unittest.cc', 1713 'proxy/proxy_bypass_rules_unittest.cc',
1711 'proxy/proxy_config_service_android_unittest.cc', 1714 'proxy/proxy_config_service_android_unittest.cc',
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 'net_unittests.isolate', 3034 'net_unittests.isolate',
3032 ], 3035 ],
3033 'sources': [ 3036 'sources': [
3034 'net_unittests.isolate', 3037 'net_unittests.isolate',
3035 ], 3038 ],
3036 }, 3039 },
3037 ], 3040 ],
3038 }], 3041 }],
3039 ], 3042 ],
3040 } 3043 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698