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

Side by Side Diff: net/net.gyp

Issue 92006: Implement a parser that parses the "Range" HTTP header... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
« no previous file with comments | « net/http/http_util_unittest.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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'http/http_auth_cache.cc', 209 'http/http_auth_cache.cc',
210 'http/http_auth_cache.h', 210 'http/http_auth_cache.h',
211 'http/http_auth_handler.h', 211 'http/http_auth_handler.h',
212 'http/http_auth_handler.cc', 212 'http/http_auth_handler.cc',
213 'http/http_auth_handler_basic.cc', 213 'http/http_auth_handler_basic.cc',
214 'http/http_auth_handler_basic.h', 214 'http/http_auth_handler_basic.h',
215 'http/http_auth_handler_digest.cc', 215 'http/http_auth_handler_digest.cc',
216 'http/http_auth_handler_digest.h', 216 'http/http_auth_handler_digest.h',
217 'http/http_auth_handler_ntlm.cc', 217 'http/http_auth_handler_ntlm.cc',
218 'http/http_auth_handler_ntlm.h', 218 'http/http_auth_handler_ntlm.h',
219 'http/http_byte_range.cc',
220 'http/http_byte_range.h',
219 'http/http_cache.cc', 221 'http/http_cache.cc',
220 'http/http_cache.h', 222 'http/http_cache.h',
221 'http/http_chunked_decoder.cc', 223 'http/http_chunked_decoder.cc',
222 'http/http_chunked_decoder.h', 224 'http/http_chunked_decoder.h',
223 'http/http_network_layer.cc', 225 'http/http_network_layer.cc',
224 'http/http_network_layer.h', 226 'http/http_network_layer.h',
225 'http/http_network_session.cc', 227 'http/http_network_session.cc',
226 'http/http_network_session.h', 228 'http/http_network_session.h',
227 'http/http_network_transaction.cc', 229 'http/http_network_transaction.cc',
228 'http/http_network_transaction.h', 230 'http/http_network_transaction.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'disk_cache/disk_cache_test_base.h', 427 'disk_cache/disk_cache_test_base.h',
426 'disk_cache/entry_unittest.cc', 428 'disk_cache/entry_unittest.cc',
427 'disk_cache/mapped_file_unittest.cc', 429 'disk_cache/mapped_file_unittest.cc',
428 'disk_cache/storage_block_unittest.cc', 430 'disk_cache/storage_block_unittest.cc',
429 'ftp/ftp_auth_cache_unittest.cc', 431 'ftp/ftp_auth_cache_unittest.cc',
430 'http/des_unittest.cc', 432 'http/des_unittest.cc',
431 'http/http_auth_cache_unittest.cc', 433 'http/http_auth_cache_unittest.cc',
432 'http/http_auth_handler_basic_unittest.cc', 434 'http/http_auth_handler_basic_unittest.cc',
433 'http/http_auth_handler_digest_unittest.cc', 435 'http/http_auth_handler_digest_unittest.cc',
434 'http/http_auth_unittest.cc', 436 'http/http_auth_unittest.cc',
437 'http/http_byte_range_unittest.cc',
435 'http/http_cache_unittest.cc', 438 'http/http_cache_unittest.cc',
436 'http/http_chunked_decoder_unittest.cc', 439 'http/http_chunked_decoder_unittest.cc',
437 'http/http_network_layer_unittest.cc', 440 'http/http_network_layer_unittest.cc',
438 'http/http_network_transaction_unittest.cc', 441 'http/http_network_transaction_unittest.cc',
439 'http/http_response_headers_unittest.cc', 442 'http/http_response_headers_unittest.cc',
440 'http/http_transaction_unittest.cc', 443 'http/http_transaction_unittest.cc',
441 'http/http_transaction_unittest.h', 444 'http/http_transaction_unittest.h',
442 'http/http_util_unittest.cc', 445 'http/http_util_unittest.cc',
443 'http/http_vary_data_unittest.cc', 446 'http/http_vary_data_unittest.cc',
444 'proxy/proxy_config_service_common_unittest.cc', 447 'proxy/proxy_config_service_common_unittest.cc',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'sources': [ 617 'sources': [
615 'tools/dump_cache/dump_cache.cc', 618 'tools/dump_cache/dump_cache.cc',
616 'tools/dump_cache/dump_files.cc', 619 'tools/dump_cache/dump_files.cc',
617 'tools/dump_cache/upgrade.cc', 620 'tools/dump_cache/upgrade.cc',
618 ], 621 ],
619 }, 622 },
620 ], 623 ],
621 }], 624 }],
622 ], 625 ],
623 } 626 }
OLDNEW
« no previous file with comments | « net/http/http_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698