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

Side by Side Diff: net/net.gyp

Issue 10873018: [net] Move DnsConfigService to NetworkChangeNotifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 8 years, 3 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') | net/tools/gdig/gdig.cc » ('j') | 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'dns/address_sorter_posix.h', 378 'dns/address_sorter_posix.h',
379 'dns/address_sorter_win.cc', 379 'dns/address_sorter_win.cc',
380 'dns/dns_client.cc', 380 'dns/dns_client.cc',
381 'dns/dns_client.h', 381 'dns/dns_client.h',
382 'dns/dns_config_service.cc', 382 'dns/dns_config_service.cc',
383 'dns/dns_config_service.h', 383 'dns/dns_config_service.h',
384 'dns/dns_config_service_posix.cc', 384 'dns/dns_config_service_posix.cc',
385 'dns/dns_config_service_posix.h', 385 'dns/dns_config_service_posix.h',
386 'dns/dns_config_service_win.cc', 386 'dns/dns_config_service_win.cc',
387 'dns/dns_config_service_win.h', 387 'dns/dns_config_service_win.h',
388 'dns/dns_config_watcher.h',
389 'dns/dns_config_watcher_posix.cc',
390 'dns/dns_config_watcher_win.cc',
391 'dns/dns_hosts.cc', 388 'dns/dns_hosts.cc',
392 'dns/dns_hosts.h', 389 'dns/dns_hosts.h',
393 'dns/dns_protocol.h', 390 'dns/dns_protocol.h',
394 'dns/dns_query.cc', 391 'dns/dns_query.cc',
395 'dns/dns_query.h', 392 'dns/dns_query.h',
396 'dns/dns_response.cc', 393 'dns/dns_response.cc',
397 'dns/dns_response.h', 394 'dns/dns_response.h',
398 'dns/dns_session.cc', 395 'dns/dns_session.cc',
399 'dns/dns_session.h', 396 'dns/dns_session.h',
400 'dns/dns_transaction.cc', 397 'dns/dns_transaction.cc',
(...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 '--result', '<@(_outputs)', 2141 '--result', '<@(_outputs)',
2145 '--isolate', 'net_unittests.isolate', 2142 '--isolate', 'net_unittests.isolate',
2146 ], 2143 ],
2147 }, 2144 },
2148 ], 2145 ],
2149 }, 2146 },
2150 ], 2147 ],
2151 }], 2148 }],
2152 ], 2149 ],
2153 } 2150 }
OLDNEW
« no previous file with comments | « net/dns/dns_test_util.cc ('k') | net/tools/gdig/gdig.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698