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

Side by Side Diff: webrtc/base/base.gyp

Issue 1547883002: Revert "Enable IPv6 temporary address filtering on iOS." (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 12 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
« no previous file with comments | « no previous file | webrtc/base/ifaddrs_converter.h » ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'httpclient.h', 214 'httpclient.h',
215 'httpcommon-inl.h', 215 'httpcommon-inl.h',
216 'httpcommon.cc', 216 'httpcommon.cc',
217 'httpcommon.h', 217 'httpcommon.h',
218 'httprequest.cc', 218 'httprequest.cc',
219 'httprequest.h', 219 'httprequest.h',
220 'httpserver.cc', 220 'httpserver.cc',
221 'httpserver.h', 221 'httpserver.h',
222 'ifaddrs-android.cc', 222 'ifaddrs-android.cc',
223 'ifaddrs-android.h', 223 'ifaddrs-android.h',
224 'ifaddrs_converter.cc',
225 'ifaddrs_converter.h',
226 'macifaddrs_converter.cc',
227 'iosfilesystem.mm', 224 'iosfilesystem.mm',
228 'ipaddress.cc', 225 'ipaddress.cc',
229 'ipaddress.h', 226 'ipaddress.h',
230 'json.cc', 227 'json.cc',
231 'json.h', 228 'json.h',
232 'latebindingsymboltable.cc', 229 'latebindingsymboltable.cc',
233 'latebindingsymboltable.h', 230 'latebindingsymboltable.h',
234 'libdbusglibsymboltable.cc', 231 'libdbusglibsymboltable.cc',
235 'libdbusglibsymboltable.h', 232 'libdbusglibsymboltable.h',
236 'linux.cc', 233 'linux.cc',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'macconversion.h', 652 'macconversion.h',
656 'macsocketserver.cc', 653 'macsocketserver.cc',
657 'macsocketserver.h', 654 'macsocketserver.h',
658 'macutils.cc', 655 'macutils.cc',
659 'macutils.h', 656 'macutils.h',
660 'macwindowpicker.cc', 657 'macwindowpicker.cc',
661 'macwindowpicker.h', 658 'macwindowpicker.h',
662 ], 659 ],
663 }], 660 }],
664 ['OS=="win"', { 661 ['OS=="win"', {
665 'sources!': [
666 'ifaddrs_converter.cc',
667 ],
668 'link_settings': { 662 'link_settings': {
669 'libraries': [ 663 'libraries': [
670 '-lcrypt32.lib', 664 '-lcrypt32.lib',
671 '-liphlpapi.lib', 665 '-liphlpapi.lib',
672 '-lsecur32.lib', 666 '-lsecur32.lib',
673 ], 667 ],
674 }, 668 },
675 # Suppress warnings about WIN32_LEAN_AND_MEAN. 669 # Suppress warnings about WIN32_LEAN_AND_MEAN.
676 'msvs_disabled_warnings': [4005, 4703], 670 'msvs_disabled_warnings': [4005, 4703],
677 'defines': [ 671 'defines': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 }, 703 },
710 } 704 }
711 }], 705 }],
712 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 706 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
713 'defines': [ 707 'defines': [
714 'CARBON_DEPRECATED=YES', 708 'CARBON_DEPRECATED=YES',
715 ], 709 ],
716 }], 710 }],
717 ['OS!="ios" and OS!="mac"', { 711 ['OS!="ios" and OS!="mac"', {
718 'sources!': [ 712 'sources!': [
719 'macifaddrs_converter.cc',
720 'scoped_autorelease_pool.mm', 713 'scoped_autorelease_pool.mm',
721 ], 714 ],
722 }], 715 }],
723 ['OS!="linux" and OS!="android"', { 716 ['OS!="linux" and OS!="android"', {
724 'sources!': [ 717 'sources!': [
725 'linux.cc', 718 'linux.cc',
726 'linux.h', 719 'linux.h',
727 ], 720 ],
728 }], 721 }],
729 ['build_ssl==1', { 722 ['build_ssl==1', {
730 'dependencies': [ 723 'dependencies': [
731 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl', 724 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl',
732 ], 725 ],
733 }, { 726 }, {
734 'include_dirs': [ 727 'include_dirs': [
735 '<(ssl_root)', 728 '<(ssl_root)',
736 ], 729 ],
737 }], 730 }],
738 ], 731 ],
739 }, 732 },
740 ], 733 ],
741 } 734 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/ifaddrs_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698