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

Side by Side Diff: net/net.gypi

Issue 699123002: Remove HttpStreamBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'http/http_response_body_drainer.h', 649 'http/http_response_body_drainer.h',
650 'http/http_server_properties.cc', 650 'http/http_server_properties.cc',
651 'http/http_server_properties.h', 651 'http/http_server_properties.h',
652 'http/http_server_properties_impl.cc', 652 'http/http_server_properties_impl.cc',
653 'http/http_server_properties_impl.h', 653 'http/http_server_properties_impl.h',
654 'http/http_server_properties_manager.cc', 654 'http/http_server_properties_manager.cc',
655 'http/http_server_properties_manager.h', 655 'http/http_server_properties_manager.h',
656 'http/http_status_code.cc', 656 'http/http_status_code.cc',
657 'http/http_status_code.h', 657 'http/http_status_code.h',
658 'http/http_stream.h', 658 'http/http_stream.h',
659 'http/http_stream_base.h',
660 'http/http_stream_factory.cc', 659 'http/http_stream_factory.cc',
661 'http/http_stream_factory.h', 660 'http/http_stream_factory.h',
662 'http/http_stream_factory_impl.cc', 661 'http/http_stream_factory_impl.cc',
663 'http/http_stream_factory_impl.h', 662 'http/http_stream_factory_impl.h',
664 'http/http_stream_factory_impl_job.cc', 663 'http/http_stream_factory_impl_job.cc',
665 'http/http_stream_factory_impl_job.h', 664 'http/http_stream_factory_impl_job.h',
666 'http/http_stream_factory_impl_request.cc', 665 'http/http_stream_factory_impl_request.cc',
667 'http/http_stream_factory_impl_request.h', 666 'http/http_stream_factory_impl_request.h',
668 'http/http_stream_parser.cc', 667 'http/http_stream_parser.cc',
669 'http/http_stream_parser.h', 668 'http/http_stream_parser.h',
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 'tools/quic/test_tools/quic_test_client.h', 1764 'tools/quic/test_tools/quic_test_client.h',
1766 'tools/quic/test_tools/quic_test_utils.cc', 1765 'tools/quic/test_tools/quic_test_utils.cc',
1767 'tools/quic/test_tools/quic_test_utils.h', 1766 'tools/quic/test_tools/quic_test_utils.h',
1768 'tools/quic/test_tools/server_thread.h', 1767 'tools/quic/test_tools/server_thread.h',
1769 'tools/quic/test_tools/server_thread.cc', 1768 'tools/quic/test_tools/server_thread.cc',
1770 'tools/quic/test_tools/simple_client.h', 1769 'tools/quic/test_tools/simple_client.h',
1771 'tools/quic/test_tools/simple_client.cc', 1770 'tools/quic/test_tools/simple_client.cc',
1772 ], 1771 ],
1773 } 1772 }
1774 } 1773 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/url_request/url_request_http_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698