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

Side by Side Diff: net/net.gyp

Issue 9540011: [net] Add DNS-related signals and NetLog to NetworkChangeNotifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved DNS watch to a separate IO thread on mac. Created 8 years, 9 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/network_change_notifier_win.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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'base/dnssec_chain_verifier.cc', 102 'base/dnssec_chain_verifier.cc',
103 'base/dnssec_chain_verifier.h', 103 'base/dnssec_chain_verifier.h',
104 'base/dnssec_keyset.cc', 104 'base/dnssec_keyset.cc',
105 'base/dnssec_keyset.h', 105 'base/dnssec_keyset.h',
106 'base/escape.cc', 106 'base/escape.cc',
107 'base/escape.h', 107 'base/escape.h',
108 'base/escape_icu.cc', 108 'base/escape_icu.cc',
109 'base/expiring_cache.h', 109 'base/expiring_cache.h',
110 'base/ev_root_ca_metadata.cc', 110 'base/ev_root_ca_metadata.cc',
111 'base/ev_root_ca_metadata.h', 111 'base/ev_root_ca_metadata.h',
112 'base/file_path_watcher_callback.cc',
113 'base/file_path_watcher_callback.h',
112 'base/file_stream.cc', 114 'base/file_stream.cc',
113 'base/file_stream.h', 115 'base/file_stream.h',
114 'base/file_stream_metrics.cc', 116 'base/file_stream_metrics.cc',
115 'base/file_stream_metrics.h', 117 'base/file_stream_metrics.h',
116 'base/file_stream_metrics_posix.cc', 118 'base/file_stream_metrics_posix.cc',
117 'base/file_stream_metrics_win.cc', 119 'base/file_stream_metrics_win.cc',
118 'base/file_stream_net_log_parameters.cc', 120 'base/file_stream_net_log_parameters.cc',
119 'base/file_stream_net_log_parameters.h', 121 'base/file_stream_net_log_parameters.h',
120 'base/file_stream_posix.cc', 122 'base/file_stream_posix.cc',
121 'base/file_stream_posix.h', 123 'base/file_stream_posix.h',
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1739 'tools/dump_cache/url_to_filename_encoder.cc', 1741 'tools/dump_cache/url_to_filename_encoder.cc',
1740 'tools/dump_cache/url_to_filename_encoder.h', 1742 'tools/dump_cache/url_to_filename_encoder.h',
1741 'tools/dump_cache/url_utilities.h', 1743 'tools/dump_cache/url_utilities.h',
1742 'tools/dump_cache/url_utilities.cc', 1744 'tools/dump_cache/url_utilities.cc',
1743 ], 1745 ],
1744 }, 1746 },
1745 ], 1747 ],
1746 }], 1748 }],
1747 ], 1749 ],
1748 } 1750 }
OLDNEW
« no previous file with comments | « net/base/network_change_notifier_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698