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

Side by Side Diff: net/net.gyp

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'http/http_request_headers.cc', 418 'http/http_request_headers.cc',
419 'http/http_request_headers.h', 419 'http/http_request_headers.h',
420 'http/http_request_info.cc', 420 'http/http_request_info.cc',
421 'http/http_request_info.h', 421 'http/http_request_info.h',
422 'http/http_response_body_drainer.cc', 422 'http/http_response_body_drainer.cc',
423 'http/http_response_body_drainer.h', 423 'http/http_response_body_drainer.h',
424 'http/http_response_headers.cc', 424 'http/http_response_headers.cc',
425 'http/http_response_headers.h', 425 'http/http_response_headers.h',
426 'http/http_response_info.cc', 426 'http/http_response_info.cc',
427 'http/http_response_info.h', 427 'http/http_response_info.h',
428 'http/http_server_properties.cc',
429 'http/http_server_properties.h',
430 'http/http_server_properties_impl.cc',
431 'http/http_server_properties_impl.h',
428 'http/http_stream.h', 432 'http/http_stream.h',
429 'http/http_stream_factory.cc', 433 'http/http_stream_factory.cc',
430 'http/http_stream_factory.h', 434 'http/http_stream_factory.h',
431 'http/http_stream_factory_impl.cc', 435 'http/http_stream_factory_impl.cc',
432 'http/http_stream_factory_impl.h', 436 'http/http_stream_factory_impl.h',
433 'http/http_stream_factory_impl_job.cc', 437 'http/http_stream_factory_impl_job.cc',
434 'http/http_stream_factory_impl_job.h', 438 'http/http_stream_factory_impl_job.h',
435 'http/http_stream_factory_impl_request.cc', 439 'http/http_stream_factory_impl_request.cc',
436 'http/http_stream_factory_impl_request.h', 440 'http/http_stream_factory_impl_request.h',
437 'http/http_stream_parser.cc', 441 'http/http_stream_parser.cc',
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 'tools/dump_cache/url_to_filename_encoder.cc', 1570 'tools/dump_cache/url_to_filename_encoder.cc',
1567 'tools/dump_cache/url_to_filename_encoder.h', 1571 'tools/dump_cache/url_to_filename_encoder.h',
1568 'tools/dump_cache/url_utilities.h', 1572 'tools/dump_cache/url_utilities.h',
1569 'tools/dump_cache/url_utilities.cc', 1573 'tools/dump_cache/url_utilities.cc',
1570 ], 1574 ],
1571 }, 1575 },
1572 ], 1576 ],
1573 }], 1577 }],
1574 ], 1578 ],
1575 } 1579 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698