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

Side by Side Diff: net/net.gyp

Issue 126303: Add a "LoadLog*" parameter to transactions, hostresolver, clientsocketpool. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync again Created 11 years, 4 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_transaction_unittest.h ('k') | net/proxy/proxy_resolver_js_bindings.cc » ('j') | 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'base/host_resolver.h', 75 'base/host_resolver.h',
76 'base/host_resolver_impl.cc', 76 'base/host_resolver_impl.cc',
77 'base/host_resolver_impl.h', 77 'base/host_resolver_impl.h',
78 'base/host_resolver_proc.cc', 78 'base/host_resolver_proc.cc',
79 'base/host_resolver_proc.h', 79 'base/host_resolver_proc.h',
80 'base/io_buffer.cc', 80 'base/io_buffer.cc',
81 'base/io_buffer.h', 81 'base/io_buffer.h',
82 'base/listen_socket.cc', 82 'base/listen_socket.cc',
83 'base/listen_socket.h', 83 'base/listen_socket.h',
84 'base/load_flags.h', 84 'base/load_flags.h',
85 'base/load_log.h',
85 'base/load_states.h', 86 'base/load_states.h',
86 'base/mime_sniffer.cc', 87 'base/mime_sniffer.cc',
87 'base/mime_sniffer.h', 88 'base/mime_sniffer.h',
88 'base/mime_util.cc', 89 'base/mime_util.cc',
89 'base/mime_util.h', 90 'base/mime_util.h',
90 # TODO(eroman): move this into its own test-support target. 91 # TODO(eroman): move this into its own test-support target.
91 'base/mock_host_resolver.cc', 92 'base/mock_host_resolver.cc',
92 'base/mock_host_resolver.h', 93 'base/mock_host_resolver.h',
93 'base/net_error_list.h', 94 'base/net_error_list.h',
94 'base/net_errors.cc', 95 'base/net_errors.cc',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'sources': [ 723 'sources': [
723 'tools/dump_cache/dump_cache.cc', 724 'tools/dump_cache/dump_cache.cc',
724 'tools/dump_cache/dump_files.cc', 725 'tools/dump_cache/dump_files.cc',
725 'tools/dump_cache/upgrade.cc', 726 'tools/dump_cache/upgrade.cc',
726 ], 727 ],
727 }, 728 },
728 ], 729 ],
729 }], 730 }],
730 ], 731 ],
731 } 732 }
OLDNEW
« no previous file with comments | « net/http/http_transaction_unittest.h ('k') | net/proxy/proxy_resolver_js_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698