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

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: even more rebase Created 4 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
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 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 'udp/udp_server_socket.h', 1232 'udp/udp_server_socket.h',
1233 'udp/udp_socket.h', 1233 'udp/udp_socket.h',
1234 'udp/udp_socket_posix.cc', 1234 'udp/udp_socket_posix.cc',
1235 'udp/udp_socket_posix.h', 1235 'udp/udp_socket_posix.h',
1236 'udp/udp_socket_win.cc', 1236 'udp/udp_socket_win.cc',
1237 'udp/udp_socket_win.h', 1237 'udp/udp_socket_win.h',
1238 'url_request/certificate_report_sender.cc', 1238 'url_request/certificate_report_sender.cc',
1239 'url_request/certificate_report_sender.h', 1239 'url_request/certificate_report_sender.h',
1240 'url_request/data_protocol_handler.cc', 1240 'url_request/data_protocol_handler.cc',
1241 'url_request/data_protocol_handler.h', 1241 'url_request/data_protocol_handler.h',
1242 'url_request/http_protocol_handler.cc',
1243 'url_request/http_protocol_handler.h',
1242 'url_request/http_user_agent_settings.h', 1244 'url_request/http_user_agent_settings.h',
1243 'url_request/redirect_info.cc', 1245 'url_request/redirect_info.cc',
1244 'url_request/redirect_info.h', 1246 'url_request/redirect_info.h',
1245 'url_request/sdch_dictionary_fetcher.cc', 1247 'url_request/sdch_dictionary_fetcher.cc',
1246 'url_request/sdch_dictionary_fetcher.h', 1248 'url_request/sdch_dictionary_fetcher.h',
1247 'url_request/static_http_user_agent_settings.cc', 1249 'url_request/static_http_user_agent_settings.cc',
1248 'url_request/static_http_user_agent_settings.h', 1250 'url_request/static_http_user_agent_settings.h',
1249 'url_request/url_fetcher.cc', 1251 'url_request/url_fetcher.cc',
1250 'url_request/url_fetcher.h', 1252 'url_request/url_fetcher.h',
1251 'url_request/url_fetcher_core.cc', 1253 'url_request/url_fetcher_core.cc',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 "websockets/websocket_handshake_stream_create_helper.cc", 2005 "websockets/websocket_handshake_stream_create_helper.cc",
2004 "websockets/websocket_handshake_stream_create_helper.h", 2006 "websockets/websocket_handshake_stream_create_helper.h",
2005 "websockets/websocket_inflater.cc", 2007 "websockets/websocket_inflater.cc",
2006 "websockets/websocket_inflater.h", 2008 "websockets/websocket_inflater.h",
2007 "websockets/websocket_mux.h", 2009 "websockets/websocket_mux.h",
2008 "websockets/websocket_stream.cc", 2010 "websockets/websocket_stream.cc",
2009 "websockets/websocket_stream.h", 2011 "websockets/websocket_stream.h",
2010 ], 2012 ],
2011 } 2013 }
2012 } 2014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698