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

Side by Side Diff: net/net.gyp

Issue 9969190: [net/dns] Watch configd notifications to detect DnsConfig changes on Mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: After review. Created 8 years, 8 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
« net/dns/notify_watcher_mac.h ('K') | « net/dns/notify_watcher_mac.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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'dns/dns_query.cc', 362 'dns/dns_query.cc',
363 'dns/dns_query.h', 363 'dns/dns_query.h',
364 'dns/dns_response.cc', 364 'dns/dns_response.cc',
365 'dns/dns_response.h', 365 'dns/dns_response.h',
366 'dns/dns_session.cc', 366 'dns/dns_session.cc',
367 'dns/dns_session.h', 367 'dns/dns_session.h',
368 'dns/dns_transaction.cc', 368 'dns/dns_transaction.cc',
369 'dns/dns_transaction.h', 369 'dns/dns_transaction.h',
370 'dns/file_path_watcher_wrapper.cc', 370 'dns/file_path_watcher_wrapper.cc',
371 'dns/file_path_watcher_wrapper.h', 371 'dns/file_path_watcher_wrapper.h',
372 'dns/notify_watcher_mac.cc',
373 'dns/notify_watcher_mac.h',
372 'dns/serial_worker.cc', 374 'dns/serial_worker.cc',
373 'dns/serial_worker.h', 375 'dns/serial_worker.h',
374 'ftp/ftp_auth_cache.cc', 376 'ftp/ftp_auth_cache.cc',
375 'ftp/ftp_auth_cache.h', 377 'ftp/ftp_auth_cache.h',
376 'ftp/ftp_ctrl_response_buffer.cc', 378 'ftp/ftp_ctrl_response_buffer.cc',
377 'ftp/ftp_ctrl_response_buffer.h', 379 'ftp/ftp_ctrl_response_buffer.h',
378 'ftp/ftp_directory_listing_parser.cc', 380 'ftp/ftp_directory_listing_parser.cc',
379 'ftp/ftp_directory_listing_parser.h', 381 'ftp/ftp_directory_listing_parser.h',
380 'ftp/ftp_directory_listing_parser_ls.cc', 382 'ftp/ftp_directory_listing_parser_ls.cc',
381 'ftp/ftp_directory_listing_parser_ls.h', 383 'ftp/ftp_directory_listing_parser_ls.h',
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 'tools/dump_cache/url_to_filename_encoder.cc', 1809 'tools/dump_cache/url_to_filename_encoder.cc',
1808 'tools/dump_cache/url_to_filename_encoder.h', 1810 'tools/dump_cache/url_to_filename_encoder.h',
1809 'tools/dump_cache/url_utilities.h', 1811 'tools/dump_cache/url_utilities.h',
1810 'tools/dump_cache/url_utilities.cc', 1812 'tools/dump_cache/url_utilities.cc',
1811 ], 1813 ],
1812 }, 1814 },
1813 ], 1815 ],
1814 }], 1816 }],
1815 ], 1817 ],
1816 } 1818 }
OLDNEW
« net/dns/notify_watcher_mac.h ('K') | « net/dns/notify_watcher_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698