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

Side by Side Diff: net/net.gyp

Issue 10442098: [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according to RFC3484. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor edits. Fix one typo in variable name. Created 8 years, 4 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) 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'disk_cache/sparse_control.h', 358 'disk_cache/sparse_control.h',
359 'disk_cache/stats.cc', 359 'disk_cache/stats.cc',
360 'disk_cache/stats.h', 360 'disk_cache/stats.h',
361 'disk_cache/stats_histogram.cc', 361 'disk_cache/stats_histogram.cc',
362 'disk_cache/stats_histogram.h', 362 'disk_cache/stats_histogram.h',
363 'disk_cache/storage_block-inl.h', 363 'disk_cache/storage_block-inl.h',
364 'disk_cache/storage_block.h', 364 'disk_cache/storage_block.h',
365 'disk_cache/stress_support.h', 365 'disk_cache/stress_support.h',
366 'disk_cache/trace.cc', 366 'disk_cache/trace.cc',
367 'disk_cache/trace.h', 367 'disk_cache/trace.h',
368 'dns/address_sorter.h',
369 'dns/address_sorter_posix.cc',
370 'dns/address_sorter_win.cc',
368 'dns/dns_client.cc', 371 'dns/dns_client.cc',
369 'dns/dns_client.h', 372 'dns/dns_client.h',
370 'dns/dns_config_service.cc', 373 'dns/dns_config_service.cc',
371 'dns/dns_config_service.h', 374 'dns/dns_config_service.h',
372 'dns/dns_config_service_posix.cc', 375 'dns/dns_config_service_posix.cc',
373 'dns/dns_config_service_posix.h', 376 'dns/dns_config_service_posix.h',
374 'dns/dns_config_service_win.cc', 377 'dns/dns_config_service_win.cc',
375 'dns/dns_config_service_win.h', 378 'dns/dns_config_service_win.h',
376 'dns/dns_config_watcher.h', 379 'dns/dns_config_watcher.h',
377 'dns/dns_config_watcher_posix.cc', 380 'dns/dns_config_watcher_posix.cc',
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'tools/dump_cache/url_to_filename_encoder.cc', 1979 'tools/dump_cache/url_to_filename_encoder.cc',
1977 'tools/dump_cache/url_to_filename_encoder.h', 1980 'tools/dump_cache/url_to_filename_encoder.h',
1978 'tools/dump_cache/url_utilities.h', 1981 'tools/dump_cache/url_utilities.h',
1979 'tools/dump_cache/url_utilities.cc', 1982 'tools/dump_cache/url_utilities.cc',
1980 ], 1983 ],
1981 }, 1984 },
1982 ], 1985 ],
1983 }], 1986 }],
1984 ], 1987 ],
1985 } 1988 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698