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

Side by Side Diff: net/net.gyp

Issue 135043003: Remove private system API calls in dns_config_service_posix on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile Created 6 years, 11 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'dns/address_sorter_posix.h', 467 'dns/address_sorter_posix.h',
468 'dns/address_sorter_win.cc', 468 'dns/address_sorter_win.cc',
469 'dns/dns_client.cc', 469 'dns/dns_client.cc',
470 'dns/dns_client.h', 470 'dns/dns_client.h',
471 'dns/dns_config_service.cc', 471 'dns/dns_config_service.cc',
472 'dns/dns_config_service.h', 472 'dns/dns_config_service.h',
473 'dns/dns_config_service_posix.cc', 473 'dns/dns_config_service_posix.cc',
474 'dns/dns_config_service_posix.h', 474 'dns/dns_config_service_posix.h',
475 'dns/dns_config_service_win.cc', 475 'dns/dns_config_service_win.cc',
476 'dns/dns_config_service_win.h', 476 'dns/dns_config_service_win.h',
477 'dns/dns_config_watcher_mac.cc',
478 'dns/dns_config_watcher_mac.h',
477 'dns/dns_hosts.cc', 479 'dns/dns_hosts.cc',
478 'dns/dns_hosts.h', 480 'dns/dns_hosts.h',
479 'dns/dns_protocol.h', 481 'dns/dns_protocol.h',
480 'dns/dns_query.cc', 482 'dns/dns_query.cc',
481 'dns/dns_query.h', 483 'dns/dns_query.h',
482 'dns/dns_response.cc', 484 'dns/dns_response.cc',
483 'dns/dns_response.h', 485 'dns/dns_response.h',
484 'dns/dns_session.cc', 486 'dns/dns_session.cc',
485 'dns/dns_session.h', 487 'dns/dns_session.h',
486 'dns/dns_socket_pool.cc', 488 'dns/dns_socket_pool.cc',
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 ['include', '^base/network_config_watcher_mac\\.cc$'], 1572 ['include', '^base/network_config_watcher_mac\\.cc$'],
1571 ['include', '^base/platform_mime_util_mac\\.mm$'], 1573 ['include', '^base/platform_mime_util_mac\\.mm$'],
1572 # The iOS implementation only partially uses NSS and thus does not 1574 # The iOS implementation only partially uses NSS and thus does not
1573 # defines |use_nss|. In particular the |USE_NSS| preprocessor 1575 # defines |use_nss|. In particular the |USE_NSS| preprocessor
1574 # definition is not used. The following files are needed though: 1576 # definition is not used. The following files are needed though:
1575 ['include', '^cert/cert_verify_proc_nss\\.cc$'], 1577 ['include', '^cert/cert_verify_proc_nss\\.cc$'],
1576 ['include', '^cert/cert_verify_proc_nss\\.h$'], 1578 ['include', '^cert/cert_verify_proc_nss\\.h$'],
1577 ['include', '^cert/test_root_certs_nss\\.cc$'], 1579 ['include', '^cert/test_root_certs_nss\\.cc$'],
1578 ['include', '^cert/x509_util_nss\\.cc$'], 1580 ['include', '^cert/x509_util_nss\\.cc$'],
1579 ['include', '^cert/x509_util_nss\\.h$'], 1581 ['include', '^cert/x509_util_nss\\.h$'],
1580 ['include', '^dns/notify_watcher_mac\\.cc$'],
1581 ['include', '^proxy/proxy_resolver_mac\\.cc$'], 1582 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
1582 ['include', '^proxy/proxy_server_mac\\.cc$'], 1583 ['include', '^proxy/proxy_server_mac\\.cc$'],
1583 ['include', '^ocsp/nss_ocsp\\.cc$'], 1584 ['include', '^ocsp/nss_ocsp\\.cc$'],
1584 ['include', '^ocsp/nss_ocsp\\.h$'], 1585 ['include', '^ocsp/nss_ocsp\\.h$'],
1585 ], 1586 ],
1586 }], 1587 }],
1587 ], 1588 ],
1588 }, 1589 },
1589 { 1590 {
1590 'target_name': 'net_unittests', 1591 'target_name': 'net_unittests',
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3116 'net_unittests.isolate', 3117 'net_unittests.isolate',
3117 ], 3118 ],
3118 'sources': [ 3119 'sources': [
3119 'net_unittests.isolate', 3120 'net_unittests.isolate',
3120 ], 3121 ],
3121 }, 3122 },
3122 ], 3123 ],
3123 }], 3124 }],
3124 ], 3125 ],
3125 } 3126 }
OLDNEW
« net/dns/dns_config_service_posix.cc ('K') | « net/dns/dns_config_watcher_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698