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

Side by Side Diff: net/net.gypi

Issue 1414313002: Allow dynamic updating of authentication policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix NET_EXPORTS Created 5 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
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'der/input.cc', 117 'der/input.cc',
118 'der/input.h', 118 'der/input.h',
119 'der/parse_values.cc', 119 'der/parse_values.cc',
120 'der/parse_values.h', 120 'der/parse_values.h',
121 'der/parser.cc', 121 'der/parser.cc',
122 'der/parser.h', 122 'der/parser.h',
123 'der/tag.cc', 123 'der/tag.cc',
124 'der/tag.h', 124 'der/tag.h',
125 'dns/dns_util.cc', 125 'dns/dns_util.cc',
126 'dns/dns_util.h', 126 'dns/dns_util.h',
127 'http/http_auth_scheme.cc',
128 'http/http_auth_scheme.h',
127 'http/http_auth_challenge_tokenizer.cc', 129 'http/http_auth_challenge_tokenizer.cc',
128 'http/http_auth_challenge_tokenizer.h', 130 'http/http_auth_challenge_tokenizer.h',
129 'http/http_byte_range.cc', 131 'http/http_byte_range.cc',
130 'http/http_byte_range.h', 132 'http/http_byte_range.h',
131 'http/http_log_util.cc', 133 'http/http_log_util.cc',
132 'http/http_log_util.h', 134 'http/http_log_util.h',
133 'http/http_request_headers.cc', 135 'http/http_request_headers.cc',
134 'http/http_request_headers.h', 136 'http/http_request_headers.h',
135 'http/http_response_headers.cc', 137 'http/http_response_headers.cc',
136 'http/http_response_headers.h', 138 'http/http_response_headers.h',
(...skipping 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 'docs/bug-triage.md', 1904 'docs/bug-triage.md',
1903 'docs/bug-triage-labels.md', 1905 'docs/bug-triage-labels.md',
1904 'docs/bug-triage-suggested-workflow.md', 1906 'docs/bug-triage-suggested-workflow.md',
1905 'docs/code-patterns.md', 1907 'docs/code-patterns.md',
1906 'docs/life-of-a-url-request.md', 1908 'docs/life-of-a-url-request.md',
1907 'sdch/README.md', 1909 'sdch/README.md',
1908 ], 1910 ],
1909 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1911 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1910 } 1912 }
1911 } 1913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698