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

Side by Side Diff: net/net.gyp

Issue 345034: Add a command line flag to force all network traffic through a particular ser... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/base/host_resolver.h ('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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'base/effective_tld_names.dat', 59 'base/effective_tld_names.dat',
60 'base/escape.cc', 60 'base/escape.cc',
61 'base/escape.h', 61 'base/escape.h',
62 'base/ev_root_ca_metadata.cc', 62 'base/ev_root_ca_metadata.cc',
63 'base/ev_root_ca_metadata.h', 63 'base/ev_root_ca_metadata.h',
64 'base/file_stream.h', 64 'base/file_stream.h',
65 'base/file_stream_posix.cc', 65 'base/file_stream_posix.cc',
66 'base/file_stream_win.cc', 66 'base/file_stream_win.cc',
67 'base/filter.cc', 67 'base/filter.cc',
68 'base/filter.h', 68 'base/filter.h',
69 'base/fixed_host_resolver.cc',
70 'base/fixed_host_resolver.h',
69 'base/gzip_filter.cc', 71 'base/gzip_filter.cc',
70 'base/gzip_filter.h', 72 'base/gzip_filter.h',
71 'base/gzip_header.cc', 73 'base/gzip_header.cc',
72 'base/gzip_header.h', 74 'base/gzip_header.h',
73 'base/host_cache.cc', 75 'base/host_cache.cc',
74 'base/host_cache.h', 76 'base/host_cache.h',
75 'base/host_resolver.cc', 77 'base/host_resolver.cc',
76 'base/host_resolver.h', 78 'base/host_resolver.h',
77 'base/host_resolver_impl.cc', 79 'base/host_resolver_impl.cc',
78 'base/host_resolver_impl.h', 80 'base/host_resolver_impl.h',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 ], 861 ],
860 }], 862 }],
861 ], 863 ],
862 } 864 }
863 865
864 # Local Variables: 866 # Local Variables:
865 # tab-width:2 867 # tab-width:2
866 # indent-tabs-mode:nil 868 # indent-tabs-mode:nil
867 # End: 869 # End:
868 # vim: set expandtab tabstop=2 shiftwidth=2: 870 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/host_resolver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698