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

Side by Side Diff: net/net.gypi

Issue 1888963004: Add HttpProtocolHandler and convert everything to use it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-supports-scheme
Patch Set: rebase (needs fixing) Created 4 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
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 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 'udp/udp_net_log_parameters.h', 1270 'udp/udp_net_log_parameters.h',
1271 'udp/udp_server_socket.cc', 1271 'udp/udp_server_socket.cc',
1272 'udp/udp_server_socket.h', 1272 'udp/udp_server_socket.h',
1273 'udp/udp_socket.h', 1273 'udp/udp_socket.h',
1274 'udp/udp_socket_posix.cc', 1274 'udp/udp_socket_posix.cc',
1275 'udp/udp_socket_posix.h', 1275 'udp/udp_socket_posix.h',
1276 'udp/udp_socket_win.cc', 1276 'udp/udp_socket_win.cc',
1277 'udp/udp_socket_win.h', 1277 'udp/udp_socket_win.h',
1278 'url_request/data_protocol_handler.cc', 1278 'url_request/data_protocol_handler.cc',
1279 'url_request/data_protocol_handler.h', 1279 'url_request/data_protocol_handler.h',
1280 'url_request/http_protocol_handler.cc',
1281 'url_request/http_protocol_handler.h',
1280 'url_request/http_user_agent_settings.h', 1282 'url_request/http_user_agent_settings.h',
1281 'url_request/redirect_info.cc', 1283 'url_request/redirect_info.cc',
1282 'url_request/redirect_info.h', 1284 'url_request/redirect_info.h',
1283 'url_request/report_sender.cc', 1285 'url_request/report_sender.cc',
1284 'url_request/report_sender.h', 1286 'url_request/report_sender.h',
1285 'url_request/sdch_dictionary_fetcher.cc', 1287 'url_request/sdch_dictionary_fetcher.cc',
1286 'url_request/sdch_dictionary_fetcher.h', 1288 'url_request/sdch_dictionary_fetcher.h',
1287 'url_request/static_http_user_agent_settings.cc', 1289 'url_request/static_http_user_agent_settings.cc',
1288 'url_request/static_http_user_agent_settings.h', 1290 'url_request/static_http_user_agent_settings.h',
1289 'url_request/url_fetcher.cc', 1291 'url_request/url_fetcher.cc',
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
3274 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3276 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3275 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3277 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3276 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3278 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3277 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3279 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3278 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3280 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3279 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3281 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3280 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3282 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3281 ], 3283 ],
3282 } 3284 }
3283 } 3285 }
OLDNEW
« no previous file with comments | « net/cert_net/cert_net_fetcher_impl_unittest.cc ('k') | net/proxy/proxy_script_fetcher_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698