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

Side by Side Diff: net/net.gypi

Issue 398903002: Plumb redirect info out of net, through content, and into child processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a TODO 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 | Annotate | Revision Log
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 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 'udp/udp_socket_win.cc', 1110 'udp/udp_socket_win.cc',
1111 'udp/udp_socket_win.h', 1111 'udp/udp_socket_win.h',
1112 'url_request/data_protocol_handler.cc', 1112 'url_request/data_protocol_handler.cc',
1113 'url_request/data_protocol_handler.h', 1113 'url_request/data_protocol_handler.h',
1114 'url_request/file_protocol_handler.cc', 1114 'url_request/file_protocol_handler.cc',
1115 'url_request/file_protocol_handler.h', 1115 'url_request/file_protocol_handler.h',
1116 'url_request/fraudulent_certificate_reporter.h', 1116 'url_request/fraudulent_certificate_reporter.h',
1117 'url_request/ftp_protocol_handler.cc', 1117 'url_request/ftp_protocol_handler.cc',
1118 'url_request/ftp_protocol_handler.h', 1118 'url_request/ftp_protocol_handler.h',
1119 'url_request/http_user_agent_settings.h', 1119 'url_request/http_user_agent_settings.h',
1120 'url_request/redirect_info.cc',
1121 'url_request/redirect_info.h',
1120 'url_request/static_http_user_agent_settings.cc', 1122 'url_request/static_http_user_agent_settings.cc',
1121 'url_request/static_http_user_agent_settings.h', 1123 'url_request/static_http_user_agent_settings.h',
1122 'url_request/url_fetcher.cc', 1124 'url_request/url_fetcher.cc',
1123 'url_request/url_fetcher.h', 1125 'url_request/url_fetcher.h',
1124 'url_request/url_fetcher_core.cc', 1126 'url_request/url_fetcher_core.cc',
1125 'url_request/url_fetcher_core.h', 1127 'url_request/url_fetcher_core.h',
1126 'url_request/url_fetcher_delegate.cc', 1128 'url_request/url_fetcher_delegate.cc',
1127 'url_request/url_fetcher_delegate.h', 1129 'url_request/url_fetcher_delegate.h',
1128 'url_request/url_fetcher_factory.h', 1130 'url_request/url_fetcher_factory.h',
1129 'url_request/url_fetcher_impl.cc', 1131 'url_request/url_fetcher_impl.cc',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'tools/quic/test_tools/quic_test_client.h', 1726 'tools/quic/test_tools/quic_test_client.h',
1725 'tools/quic/test_tools/quic_test_utils.cc', 1727 'tools/quic/test_tools/quic_test_utils.cc',
1726 'tools/quic/test_tools/quic_test_utils.h', 1728 'tools/quic/test_tools/quic_test_utils.h',
1727 'tools/quic/test_tools/server_thread.h', 1729 'tools/quic/test_tools/server_thread.h',
1728 'tools/quic/test_tools/server_thread.cc', 1730 'tools/quic/test_tools/server_thread.cc',
1729 'tools/quic/test_tools/simple_client.h', 1731 'tools/quic/test_tools/simple_client.h',
1730 'tools/quic/test_tools/simple_client.cc', 1732 'tools/quic/test_tools/simple_client.cc',
1731 ], 1733 ],
1732 } 1734 }
1733 } 1735 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698