Index: net/net.gypi |
diff --git a/net/net.gypi b/net/net.gypi |
index 82936d85f683da7edb3e26baa2f89fa52f251297..38470b413ca43e2ad4781148468d418a51683c7f 100644 |
--- a/net/net.gypi |
+++ b/net/net.gypi |
@@ -1867,6 +1867,94 @@ |
'net_base_test_mac_ios_sources': [ |
'base/mac/url_conversions_unittest.mm', |
], |
+ 'net_file_support_sources': [ |
brettw
2015/08/24 20:51:37
If you want to do this, remove the corresponding f
xunjieli
2015/08/26 13:58:10
Done.
|
+ "base/directory_lister.cc", |
+ "base/directory_lister.h", |
+ "url_request/file_protocol_handler.cc", |
+ "url_request/file_protocol_handler.h", |
+ "url_request/url_request_file_dir_job.cc", |
+ "url_request/url_request_file_dir_job.h", |
+ "url_request/url_request_file_job.cc", |
+ "url_request/url_request_file_job.h", |
+ ], |
+ 'net_ftp_support_sources': [ |
+ "ftp/ftp_auth_cache.cc", |
+ "ftp/ftp_auth_cache.h", |
+ "ftp/ftp_ctrl_response_buffer.cc", |
+ "ftp/ftp_ctrl_response_buffer.h", |
+ "ftp/ftp_directory_listing_parser.cc", |
+ "ftp/ftp_directory_listing_parser.h", |
+ "ftp/ftp_directory_listing_parser_ls.cc", |
+ "ftp/ftp_directory_listing_parser_ls.h", |
+ "ftp/ftp_directory_listing_parser_netware.cc", |
+ "ftp/ftp_directory_listing_parser_netware.h", |
+ "ftp/ftp_directory_listing_parser_os2.cc", |
+ "ftp/ftp_directory_listing_parser_os2.h", |
+ "ftp/ftp_directory_listing_parser_vms.cc", |
+ "ftp/ftp_directory_listing_parser_vms.h", |
+ "ftp/ftp_directory_listing_parser_windows.cc", |
+ "ftp/ftp_directory_listing_parser_windows.h", |
+ "ftp/ftp_network_layer.cc", |
+ "ftp/ftp_network_layer.h", |
+ "ftp/ftp_network_session.cc", |
+ "ftp/ftp_network_session.h", |
+ "ftp/ftp_network_transaction.cc", |
+ "ftp/ftp_network_transaction.h", |
+ "ftp/ftp_request_info.h", |
+ "ftp/ftp_response_info.cc", |
+ "ftp/ftp_response_info.h", |
+ "ftp/ftp_server_type_histograms.cc", |
+ "ftp/ftp_server_type_histograms.h", |
+ "ftp/ftp_transaction.h", |
+ "ftp/ftp_transaction_factory.h", |
+ "ftp/ftp_util.cc", |
+ "ftp/ftp_util.h", |
+ "url_request/ftp_protocol_handler.cc", |
+ "url_request/ftp_protocol_handler.h", |
+ "url_request/url_request_ftp_job.cc", |
+ "url_request/url_request_ftp_job.h", |
+ ], |
+ 'net_websockets_sources': [ |
+ "websockets/websocket_basic_handshake_stream.cc", |
+ "websockets/websocket_basic_handshake_stream.h", |
+ "websockets/websocket_basic_stream.cc", |
+ "websockets/websocket_basic_stream.h", |
+ "websockets/websocket_channel.cc", |
+ "websockets/websocket_channel.h", |
+ "websockets/websocket_deflate_predictor.h", |
+ "websockets/websocket_deflate_predictor_impl.cc", |
+ "websockets/websocket_deflate_predictor_impl.h", |
+ "websockets/websocket_deflate_stream.cc", |
+ "websockets/websocket_deflate_stream.h", |
+ "websockets/websocket_deflater.cc", |
+ "websockets/websocket_deflater.h", |
+ "websockets/websocket_errors.cc", |
+ "websockets/websocket_errors.h", |
+ "websockets/websocket_extension.cc", |
+ "websockets/websocket_extension.h", |
+ "websockets/websocket_extension_parser.cc", |
+ "websockets/websocket_extension_parser.h", |
+ "websockets/websocket_frame.cc", |
+ "websockets/websocket_frame.h", |
+ "websockets/websocket_frame_parser.cc", |
+ "websockets/websocket_frame_parser.h", |
+ "websockets/websocket_handshake_challenge.cc", |
+ "websockets/websocket_handshake_challenge.h", |
+ "websockets/websocket_handshake_constants.cc", |
+ "websockets/websocket_handshake_constants.h", |
+ "websockets/websocket_handshake_request_info.cc", |
+ "websockets/websocket_handshake_request_info.h", |
+ "websockets/websocket_handshake_response_info.cc", |
+ "websockets/websocket_handshake_response_info.h", |
+ "websockets/websocket_handshake_stream_base.h", |
+ "websockets/websocket_handshake_stream_create_helper.cc", |
+ "websockets/websocket_handshake_stream_create_helper.h", |
+ "websockets/websocket_inflater.cc", |
+ "websockets/websocket_inflater.h", |
+ "websockets/websocket_mux.h", |
+ "websockets/websocket_stream.cc", |
+ "websockets/websocket_stream.h", |
+ ], |
'net_docs_script': 'tools/net_docs/net_docs.py', |
'net_docs_sources': [ |
'README.md', |