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

Side by Side Diff: net/net.gyp

Issue 125107: * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address jar's comments Created 11 years, 6 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_network_transaction.cc ('k') | net/proxy/proxy_resolver_v8.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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'base/connection_type_histograms.cc', 54 'base/connection_type_histograms.cc',
55 'base/connection_type_histograms.h', 55 'base/connection_type_histograms.h',
56 'base/cookie_monster.cc', 56 'base/cookie_monster.cc',
57 'base/cookie_monster.h', 57 'base/cookie_monster.h',
58 'base/cookie_policy.cc', 58 'base/cookie_policy.cc',
59 'base/cookie_policy.h', 59 'base/cookie_policy.h',
60 'base/data_url.cc', 60 'base/data_url.cc',
61 'base/data_url.h', 61 'base/data_url.h',
62 'base/directory_lister.cc', 62 'base/directory_lister.cc',
63 'base/directory_lister.h', 63 'base/directory_lister.h',
64 'base/dns_resolution_observer.cc',
65 'base/dns_resolution_observer.h', 64 'base/dns_resolution_observer.h',
66 'base/effective_tld_names.cc', 65 'base/effective_tld_names.cc',
67 'base/effective_tld_names.dat', 66 'base/effective_tld_names.dat',
68 'base/escape.cc', 67 'base/escape.cc',
69 'base/escape.h', 68 'base/escape.h',
70 'base/ev_root_ca_metadata.cc', 69 'base/ev_root_ca_metadata.cc',
71 'base/ev_root_ca_metadata.h', 70 'base/ev_root_ca_metadata.h',
72 'base/file_stream.h', 71 'base/file_stream.h',
73 'base/file_stream_posix.cc', 72 'base/file_stream_posix.cc',
74 'base/file_stream_win.cc', 73 'base/file_stream_win.cc',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'tools/fetch/http_server.cc', 669 'tools/fetch/http_server.cc',
671 'tools/fetch/http_server.h', 670 'tools/fetch/http_server.h',
672 'tools/fetch/http_session.cc', 671 'tools/fetch/http_session.cc',
673 'tools/fetch/http_session.h', 672 'tools/fetch/http_session.h',
674 ], 673 ],
675 }, 674 },
676 ], 675 ],
677 }], 676 }],
678 ], 677 ],
679 } 678 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/proxy/proxy_resolver_v8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698