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

Side by Side Diff: net/net.gyp

Issue 213017: Moving two http utility functions to a separate source file due to dependency... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« net/http/http_util_icu.cc ('K') | « net/http/http_util_icu.cc ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'http/http_network_transaction.h', 239 'http/http_network_transaction.h',
240 'http/http_request_info.h', 240 'http/http_request_info.h',
241 'http/http_response_headers.cc', 241 'http/http_response_headers.cc',
242 'http/http_response_headers.h', 242 'http/http_response_headers.h',
243 'http/http_response_info.cc', 243 'http/http_response_info.cc',
244 'http/http_response_info.h', 244 'http/http_response_info.h',
245 'http/http_stream.h', 245 'http/http_stream.h',
246 'http/http_transaction.h', 246 'http/http_transaction.h',
247 'http/http_transaction_factory.h', 247 'http/http_transaction_factory.h',
248 'http/http_util.cc', 248 'http/http_util.cc',
249 'http/http_util_icu.cc',
249 'http/http_util.h', 250 'http/http_util.h',
250 'http/http_vary_data.cc', 251 'http/http_vary_data.cc',
251 'http/http_vary_data.h', 252 'http/http_vary_data.h',
252 'http/http_version.h', 253 'http/http_version.h',
253 'http/md4.cc', 254 'http/md4.cc',
254 'http/md4.h', 255 'http/md4.h',
255 'http/partial_data.cc', 256 'http/partial_data.cc',
256 'http/partial_data.h', 257 'http/partial_data.h',
257 'ocsp/nss_ocsp.cc', 258 'ocsp/nss_ocsp.cc',
258 'ocsp/nss_ocsp.h', 259 'ocsp/nss_ocsp.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'tools/dump_cache/dump_cache.cc', 734 'tools/dump_cache/dump_cache.cc',
734 'tools/dump_cache/dump_files.cc', 735 'tools/dump_cache/dump_files.cc',
735 'tools/dump_cache/upgrade.cc', 736 'tools/dump_cache/upgrade.cc',
736 'tools/dump_cache/url_to_filename_encoder.h', 737 'tools/dump_cache/url_to_filename_encoder.h',
737 ], 738 ],
738 }, 739 },
739 ], 740 ],
740 }], 741 }],
741 ], 742 ],
742 } 743 }
OLDNEW
« net/http/http_util_icu.cc ('K') | « net/http/http_util_icu.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698