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

Side by Side Diff: net/net.gyp

Issue 10377092: [net/dns] Isolate DnsConfigWatcher from DnsConfigService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added sanity DCHECK. Created 8 years, 7 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/dns/dns_test_util.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'disk_cache/trace.cc', 357 'disk_cache/trace.cc',
358 'disk_cache/trace.h', 358 'disk_cache/trace.h',
359 'dns/dns_client.cc', 359 'dns/dns_client.cc',
360 'dns/dns_client.h', 360 'dns/dns_client.h',
361 'dns/dns_config_service.cc', 361 'dns/dns_config_service.cc',
362 'dns/dns_config_service.h', 362 'dns/dns_config_service.h',
363 'dns/dns_config_service_posix.cc', 363 'dns/dns_config_service_posix.cc',
364 'dns/dns_config_service_posix.h', 364 'dns/dns_config_service_posix.h',
365 'dns/dns_config_service_win.cc', 365 'dns/dns_config_service_win.cc',
366 'dns/dns_config_service_win.h', 366 'dns/dns_config_service_win.h',
367 'dns/dns_config_watcher.h',
368 'dns/dns_config_watcher_posix.cc',
369 'dns/dns_config_watcher_win.cc',
367 'dns/dns_hosts.cc', 370 'dns/dns_hosts.cc',
368 'dns/dns_hosts.h', 371 'dns/dns_hosts.h',
369 'dns/dns_protocol.h', 372 'dns/dns_protocol.h',
370 'dns/dns_query.cc', 373 'dns/dns_query.cc',
371 'dns/dns_query.h', 374 'dns/dns_query.h',
372 'dns/dns_response.cc', 375 'dns/dns_response.cc',
373 'dns/dns_response.h', 376 'dns/dns_response.h',
374 'dns/dns_session.cc', 377 'dns/dns_session.cc',
375 'dns/dns_session.h', 378 'dns/dns_session.h',
376 'dns/dns_transaction.cc', 379 'dns/dns_transaction.cc',
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 'tools/dump_cache/url_to_filename_encoder.cc', 1860 'tools/dump_cache/url_to_filename_encoder.cc',
1858 'tools/dump_cache/url_to_filename_encoder.h', 1861 'tools/dump_cache/url_to_filename_encoder.h',
1859 'tools/dump_cache/url_utilities.h', 1862 'tools/dump_cache/url_utilities.h',
1860 'tools/dump_cache/url_utilities.cc', 1863 'tools/dump_cache/url_utilities.cc',
1861 ], 1864 ],
1862 }, 1865 },
1863 ], 1866 ],
1864 }], 1867 }],
1865 ], 1868 ],
1866 } 1869 }
OLDNEW
« no previous file with comments | « net/dns/dns_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698