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

Side by Side Diff: net/net.gyp

Issue 126110: [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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') | 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 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.h',
65 'base/effective_tld_names.cc', 64 'base/effective_tld_names.cc',
66 'base/effective_tld_names.dat', 65 'base/effective_tld_names.dat',
67 'base/escape.cc', 66 'base/escape.cc',
68 'base/escape.h', 67 'base/escape.h',
69 'base/ev_root_ca_metadata.cc', 68 'base/ev_root_ca_metadata.cc',
70 'base/ev_root_ca_metadata.h', 69 'base/ev_root_ca_metadata.h',
71 'base/file_stream.h', 70 'base/file_stream.h',
72 'base/file_stream_posix.cc', 71 'base/file_stream_posix.cc',
73 'base/file_stream_win.cc', 72 'base/file_stream_win.cc',
74 'base/filter.cc', 73 'base/filter.cc',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'tools/fetch/http_server.cc', 668 'tools/fetch/http_server.cc',
670 'tools/fetch/http_server.h', 669 'tools/fetch/http_server.h',
671 'tools/fetch/http_session.cc', 670 'tools/fetch/http_session.cc',
672 'tools/fetch/http_session.h', 671 'tools/fetch/http_session.h',
673 ], 672 ],
674 }, 673 },
675 ], 674 ],
676 }], 675 }],
677 ], 676 ],
678 } 677 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698