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

Side by Side Diff: net/net.gypi

Issue 1157333005: [net/http auth] Use strings to identify authentication schemes. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/log/net_log_event_type_list.h ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'http/http_auth_handler_factory.cc', 812 'http/http_auth_handler_factory.cc',
813 'http/http_auth_handler_factory.h', 813 'http/http_auth_handler_factory.h',
814 'http/http_auth_handler_negotiate.cc', 814 'http/http_auth_handler_negotiate.cc',
815 'http/http_auth_handler_negotiate.h', 815 'http/http_auth_handler_negotiate.h',
816 'http/http_auth_handler_ntlm.cc', 816 'http/http_auth_handler_ntlm.cc',
817 'http/http_auth_handler_ntlm.h', 817 'http/http_auth_handler_ntlm.h',
818 'http/http_auth_handler_ntlm_portable.cc', 818 'http/http_auth_handler_ntlm_portable.cc',
819 'http/http_auth_handler_ntlm_win.cc', 819 'http/http_auth_handler_ntlm_win.cc',
820 'http/http_auth_multi_round_parse.cc', 820 'http/http_auth_multi_round_parse.cc',
821 'http/http_auth_multi_round_parse.h', 821 'http/http_auth_multi_round_parse.h',
822 'http/http_auth_scheme_set.cc',
823 'http/http_auth_scheme_set.h',
822 'http/http_auth_sspi_win.cc', 824 'http/http_auth_sspi_win.cc',
823 'http/http_auth_sspi_win.h', 825 'http/http_auth_sspi_win.h',
824 'http/http_basic_state.cc', 826 'http/http_basic_state.cc',
825 'http/http_basic_state.h', 827 'http/http_basic_state.h',
826 'http/http_basic_stream.cc', 828 'http/http_basic_stream.cc',
827 'http/http_basic_stream.h', 829 'http/http_basic_stream.h',
828 'http/http_cache.cc', 830 'http/http_cache.cc',
829 'http/http_cache.h', 831 'http/http_cache.h',
830 'http/http_cache_transaction.cc', 832 'http/http_cache_transaction.cc',
831 'http/http_cache_transaction.h', 833 'http/http_cache_transaction.h',
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'docs/bug-triage.md', 1888 'docs/bug-triage.md',
1887 'docs/bug-triage-labels.md', 1889 'docs/bug-triage-labels.md',
1888 'docs/bug-triage-suggested-workflow.md', 1890 'docs/bug-triage-suggested-workflow.md',
1889 'docs/code-patterns.md', 1891 'docs/code-patterns.md',
1890 'docs/life-of-a-url-request.md', 1892 'docs/life-of-a-url-request.md',
1891 'sdch/README.md', 1893 'sdch/README.md',
1892 ], 1894 ],
1893 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1895 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1894 } 1896 }
1895 } 1897 }
OLDNEW
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698