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

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: ignore some frames in suppression 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'base/data_url.cc', 68 'base/data_url.cc',
69 'base/data_url.h', 69 'base/data_url.h',
70 'base/directory_lister.cc', 70 'base/directory_lister.cc',
71 'base/directory_lister.h', 71 'base/directory_lister.h',
72 'base/dns_query.cc', 72 'base/dns_query.cc',
73 'base/dns_query.h', 73 'base/dns_query.h',
74 'base/dns_response.cc', 74 'base/dns_response.cc',
75 'base/dns_transaction.h', 75 'base/dns_transaction.h',
76 'base/dns_transaction.cc', 76 'base/dns_transaction.cc',
77 'base/dns_response.h', 77 'base/dns_response.h',
78 'base/dns_reload_timer.cc', 78 'base/dns_reloader.cc',
willchan no longer on Chromium 2011/07/19 15:45:34 Resort
Craig 2011/08/03 19:30:58 Done.
79 'base/dns_reload_timer.h', 79 'base/dns_reloader.h',
80 'base/dnssec_chain_verifier.cc', 80 'base/dnssec_chain_verifier.cc',
81 'base/dnssec_chain_verifier.h', 81 'base/dnssec_chain_verifier.h',
82 'base/dnssec_keyset.cc', 82 'base/dnssec_keyset.cc',
83 'base/dnssec_keyset.h', 83 'base/dnssec_keyset.h',
84 'base/dns_util.cc', 84 'base/dns_util.cc',
85 'base/dns_util.h', 85 'base/dns_util.h',
86 'base/dnsrr_resolver.cc', 86 'base/dnsrr_resolver.cc',
87 'base/dnsrr_resolver.h', 87 'base/dnsrr_resolver.h',
88 'base/escape.cc', 88 'base/escape.cc',
89 'base/escape.h', 89 'base/escape.h',
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'tools/dump_cache/url_to_filename_encoder.cc', 1475 'tools/dump_cache/url_to_filename_encoder.cc',
1476 'tools/dump_cache/url_to_filename_encoder.h', 1476 'tools/dump_cache/url_to_filename_encoder.h',
1477 'tools/dump_cache/url_utilities.h', 1477 'tools/dump_cache/url_utilities.h',
1478 'tools/dump_cache/url_utilities.cc', 1478 'tools/dump_cache/url_utilities.cc',
1479 ], 1479 ],
1480 }, 1480 },
1481 ], 1481 ],
1482 }], 1482 }],
1483 ], 1483 ],
1484 } 1484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698