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

Side by Side Diff: net/net.gyp

Issue 6903061: Linux: Monitor resolv.conf for changes and use that to reload resolver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'base/data_url.cc', 67 'base/data_url.cc',
68 'base/data_url.h', 68 'base/data_url.h',
69 'base/directory_lister.cc', 69 'base/directory_lister.cc',
70 'base/directory_lister.h', 70 'base/directory_lister.h',
71 'base/dns_query.cc', 71 'base/dns_query.cc',
72 'base/dns_query.h', 72 'base/dns_query.h',
73 'base/dns_response.cc', 73 'base/dns_response.cc',
74 'base/dns_transaction.h', 74 'base/dns_transaction.h',
75 'base/dns_transaction.cc', 75 'base/dns_transaction.cc',
76 'base/dns_response.h', 76 'base/dns_response.h',
77 'base/dns_reload_timer.cc', 77 'base/dns_reloader.cc',
78 'base/dns_reload_timer.h', 78 'base/dns_reloader.h',
79 'base/dnssec_chain_verifier.cc', 79 'base/dnssec_chain_verifier.cc',
80 'base/dnssec_chain_verifier.h', 80 'base/dnssec_chain_verifier.h',
81 'base/dnssec_keyset.cc', 81 'base/dnssec_keyset.cc',
82 'base/dnssec_keyset.h', 82 'base/dnssec_keyset.h',
83 'base/dns_util.cc', 83 'base/dns_util.cc',
84 'base/dns_util.h', 84 'base/dns_util.h',
85 'base/dnsrr_resolver.cc', 85 'base/dnsrr_resolver.cc',
86 'base/dnsrr_resolver.h', 86 'base/dnsrr_resolver.h',
87 'base/escape.cc', 87 'base/escape.cc',
88 'base/escape.h', 88 'base/escape.h',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 'tools/dump_cache/url_to_filename_encoder.cc', 1489 'tools/dump_cache/url_to_filename_encoder.cc',
1490 'tools/dump_cache/url_to_filename_encoder.h', 1490 'tools/dump_cache/url_to_filename_encoder.h',
1491 'tools/dump_cache/url_utilities.h', 1491 'tools/dump_cache/url_utilities.h',
1492 'tools/dump_cache/url_utilities.cc', 1492 'tools/dump_cache/url_utilities.cc',
1493 ], 1493 ],
1494 }, 1494 },
1495 ], 1495 ],
1496 }], 1496 }],
1497 ], 1497 ],
1498 } 1498 }
OLDNEW
« net/base/network_change_notifier.h ('K') | « net/base/network_change_notifier_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698