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

Side by Side Diff: net/net.gyp

Issue 7276014: DnsQuery: changed raw function pointer to callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Got rid of unnecessary include. Created 9 years, 5 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/base/rand_callback.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) 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'base/nss_memio.h', 167 'base/nss_memio.h',
168 'base/openssl_memory_private_key_store.cc', 168 'base/openssl_memory_private_key_store.cc',
169 'base/openssl_private_key_store.h', 169 'base/openssl_private_key_store.h',
170 'base/pem_tokenizer.cc', 170 'base/pem_tokenizer.cc',
171 'base/pem_tokenizer.h', 171 'base/pem_tokenizer.h',
172 'base/platform_mime_util.h', 172 'base/platform_mime_util.h',
173 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 173 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
174 'base/platform_mime_util_linux.cc', 174 'base/platform_mime_util_linux.cc',
175 'base/platform_mime_util_mac.cc', 175 'base/platform_mime_util_mac.cc',
176 'base/platform_mime_util_win.cc', 176 'base/platform_mime_util_win.cc',
177 'base/rand_callback.h',
177 'base/registry_controlled_domain.cc', 178 'base/registry_controlled_domain.cc',
178 'base/registry_controlled_domain.h', 179 'base/registry_controlled_domain.h',
179 'base/scoped_cert_chain_context.h', 180 'base/scoped_cert_chain_context.h',
180 'base/sdch_filter.cc', 181 'base/sdch_filter.cc',
181 'base/sdch_filter.h', 182 'base/sdch_filter.h',
182 'base/sdch_manager.cc', 183 'base/sdch_manager.cc',
183 'base/sdch_manager.h', 184 'base/sdch_manager.h',
184 'base/single_request_host_resolver.cc', 185 'base/single_request_host_resolver.cc',
185 'base/single_request_host_resolver.h', 186 'base/single_request_host_resolver.h',
186 'base/ssl_cert_request_info.cc', 187 'base/ssl_cert_request_info.cc',
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 ], 1453 ],
1453 }], 1454 }],
1454 ], 1455 ],
1455 } 1456 }
1456 1457
1457 # Local Variables: 1458 # Local Variables:
1458 # tab-width:2 1459 # tab-width:2
1459 # indent-tabs-mode:nil 1460 # indent-tabs-mode:nil
1460 # End: 1461 # End:
1461 # vim: set expandtab tabstop=2 shiftwidth=2: 1462 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/rand_callback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698