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

Side by Side Diff: net/net.gypi

Issue 378823002: Move http_server_properties_manager from chrome/browser/net to net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix renames in comments. Created 6 years, 5 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/net.gyp ('k') | no next file » | 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'http/http_proxy_client_socket_pool.cc', 626 'http/http_proxy_client_socket_pool.cc',
627 'http/http_proxy_client_socket_pool.h', 627 'http/http_proxy_client_socket_pool.h',
628 'http/http_request_info.cc', 628 'http/http_request_info.cc',
629 'http/http_request_info.h', 629 'http/http_request_info.h',
630 'http/http_response_body_drainer.cc', 630 'http/http_response_body_drainer.cc',
631 'http/http_response_body_drainer.h', 631 'http/http_response_body_drainer.h',
632 'http/http_server_properties.cc', 632 'http/http_server_properties.cc',
633 'http/http_server_properties.h', 633 'http/http_server_properties.h',
634 'http/http_server_properties_impl.cc', 634 'http/http_server_properties_impl.cc',
635 'http/http_server_properties_impl.h', 635 'http/http_server_properties_impl.h',
636 'http/http_server_properties_manager.cc',
637 'http/http_server_properties_manager.h',
636 'http/http_status_code.cc', 638 'http/http_status_code.cc',
637 'http/http_status_code.h', 639 'http/http_status_code.h',
638 'http/http_stream.h', 640 'http/http_stream.h',
639 'http/http_stream_base.h', 641 'http/http_stream_base.h',
640 'http/http_stream_factory.cc', 642 'http/http_stream_factory.cc',
641 'http/http_stream_factory.h', 643 'http/http_stream_factory.h',
642 'http/http_stream_factory_impl.cc', 644 'http/http_stream_factory_impl.cc',
643 'http/http_stream_factory_impl.h', 645 'http/http_stream_factory_impl.h',
644 'http/http_stream_factory_impl_job.cc', 646 'http/http_stream_factory_impl_job.cc',
645 'http/http_stream_factory_impl_job.h', 647 'http/http_stream_factory_impl_job.h',
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 'http/http_log_util_unittest.cc', 1372 'http/http_log_util_unittest.cc',
1371 'http/http_network_layer_unittest.cc', 1373 'http/http_network_layer_unittest.cc',
1372 'http/http_network_transaction_ssl_unittest.cc', 1374 'http/http_network_transaction_ssl_unittest.cc',
1373 'http/http_network_transaction_unittest.cc', 1375 'http/http_network_transaction_unittest.cc',
1374 'http/http_proxy_client_socket_pool_unittest.cc', 1376 'http/http_proxy_client_socket_pool_unittest.cc',
1375 'http/http_request_headers_unittest.cc', 1377 'http/http_request_headers_unittest.cc',
1376 'http/http_response_body_drainer_unittest.cc', 1378 'http/http_response_body_drainer_unittest.cc',
1377 'http/http_response_headers_unittest.cc', 1379 'http/http_response_headers_unittest.cc',
1378 'http/http_security_headers_unittest.cc', 1380 'http/http_security_headers_unittest.cc',
1379 'http/http_server_properties_impl_unittest.cc', 1381 'http/http_server_properties_impl_unittest.cc',
1382 'http/http_server_properties_manager_unittest.cc',
1380 'http/http_status_code_unittest.cc', 1383 'http/http_status_code_unittest.cc',
1381 'http/http_stream_factory_impl_request_unittest.cc', 1384 'http/http_stream_factory_impl_request_unittest.cc',
1382 'http/http_stream_factory_impl_unittest.cc', 1385 'http/http_stream_factory_impl_unittest.cc',
1383 'http/http_stream_parser_unittest.cc', 1386 'http/http_stream_parser_unittest.cc',
1384 'http/http_util_unittest.cc', 1387 'http/http_util_unittest.cc',
1385 'http/http_vary_data_unittest.cc', 1388 'http/http_vary_data_unittest.cc',
1386 'http/mock_allow_url_security_manager.cc', 1389 'http/mock_allow_url_security_manager.cc',
1387 'http/mock_allow_url_security_manager.h', 1390 'http/mock_allow_url_security_manager.h',
1388 'http/mock_gssapi_library_posix.cc', 1391 'http/mock_gssapi_library_posix.cc',
1389 'http/mock_gssapi_library_posix.h', 1392 'http/mock_gssapi_library_posix.h',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'tools/quic/test_tools/quic_test_client.h', 1719 'tools/quic/test_tools/quic_test_client.h',
1717 'tools/quic/test_tools/quic_test_utils.cc', 1720 'tools/quic/test_tools/quic_test_utils.cc',
1718 'tools/quic/test_tools/quic_test_utils.h', 1721 'tools/quic/test_tools/quic_test_utils.h',
1719 'tools/quic/test_tools/server_thread.h', 1722 'tools/quic/test_tools/server_thread.h',
1720 'tools/quic/test_tools/server_thread.cc', 1723 'tools/quic/test_tools/server_thread.cc',
1721 'tools/quic/test_tools/simple_client.h', 1724 'tools/quic/test_tools/simple_client.h',
1722 'tools/quic/test_tools/simple_client.cc', 1725 'tools/quic/test_tools/simple_client.cc',
1723 ], 1726 ],
1724 } 1727 }
1725 } 1728 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698