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

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

Issue 1531763006: Enable IPv6 temporary address filtering on iOS (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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') | webrtc/base/ifaddrs_converter.h » ('J')
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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'httpclient.h', 199 'httpclient.h',
200 'httpcommon-inl.h', 200 'httpcommon-inl.h',
201 'httpcommon.cc', 201 'httpcommon.cc',
202 'httpcommon.h', 202 'httpcommon.h',
203 'httprequest.cc', 203 'httprequest.cc',
204 'httprequest.h', 204 'httprequest.h',
205 'httpserver.cc', 205 'httpserver.cc',
206 'httpserver.h', 206 'httpserver.h',
207 'ifaddrs-android.cc', 207 'ifaddrs-android.cc',
208 'ifaddrs-android.h', 208 'ifaddrs-android.h',
209 'ifaddrs_converter.cc',
210 'ifaddrs_converter.h',
211 'mac_ifaddrs_converter.cc',
209 'iosfilesystem.mm', 212 'iosfilesystem.mm',
210 'ipaddress.cc', 213 'ipaddress.cc',
211 'ipaddress.h', 214 'ipaddress.h',
212 'json.cc', 215 'json.cc',
213 'json.h', 216 'json.h',
214 'latebindingsymboltable.cc', 217 'latebindingsymboltable.cc',
215 'latebindingsymboltable.h', 218 'latebindingsymboltable.h',
216 'libdbusglibsymboltable.cc', 219 'libdbusglibsymboltable.cc',
217 'libdbusglibsymboltable.h', 220 'libdbusglibsymboltable.h',
218 'linux.cc', 221 'linux.cc',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'macconversion.h', 629 'macconversion.h',
627 'macsocketserver.cc', 630 'macsocketserver.cc',
628 'macsocketserver.h', 631 'macsocketserver.h',
629 'macutils.cc', 632 'macutils.cc',
630 'macutils.h', 633 'macutils.h',
631 'macwindowpicker.cc', 634 'macwindowpicker.cc',
632 'macwindowpicker.h', 635 'macwindowpicker.h',
633 ], 636 ],
634 }], 637 }],
635 ['OS=="win"', { 638 ['OS=="win"', {
639 'sources!': [
640 'ifaddrs_converter.cc',
pthatcher1 2015/12/18 19:51:20 Why shouldn't windows have this file?
guoweis_webrtc 2015/12/21 20:26:33 Only POSIX systems use ifaddrs structure.
641 ],
636 'link_settings': { 642 'link_settings': {
637 'libraries': [ 643 'libraries': [
638 '-lcrypt32.lib', 644 '-lcrypt32.lib',
639 '-liphlpapi.lib', 645 '-liphlpapi.lib',
640 '-lsecur32.lib', 646 '-lsecur32.lib',
641 ], 647 ],
642 }, 648 },
643 # Suppress warnings about WIN32_LEAN_AND_MEAN. 649 # Suppress warnings about WIN32_LEAN_AND_MEAN.
644 'msvs_disabled_warnings': [4005, 4703], 650 'msvs_disabled_warnings': [4005, 4703],
645 'defines': [ 651 'defines': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 }, 683 },
678 } 684 }
679 }], 685 }],
680 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 686 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
681 'defines': [ 687 'defines': [
682 'CARBON_DEPRECATED=YES', 688 'CARBON_DEPRECATED=YES',
683 ], 689 ],
684 }], 690 }],
685 ['OS!="ios" and OS!="mac"', { 691 ['OS!="ios" and OS!="mac"', {
686 'sources!': [ 692 'sources!': [
693 'mac_ifaddrs_converter.cc',
687 'scoped_autorelease_pool.mm', 694 'scoped_autorelease_pool.mm',
688 ], 695 ],
689 }], 696 }],
690 ['OS!="linux" and OS!="android"', { 697 ['OS!="linux" and OS!="android"', {
691 'sources!': [ 698 'sources!': [
692 'linux.cc', 699 'linux.cc',
693 'linux.h', 700 'linux.h',
694 ], 701 ],
695 }], 702 }],
696 ['build_ssl==1', { 703 ['build_ssl==1', {
697 'dependencies': [ 704 'dependencies': [
698 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl', 705 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl',
699 ], 706 ],
700 }, { 707 }, {
701 'include_dirs': [ 708 'include_dirs': [
702 '<(ssl_root)', 709 '<(ssl_root)',
703 ], 710 ],
704 }], 711 }],
705 ], 712 ],
706 }, 713 },
707 ], 714 ],
708 } 715 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/ifaddrs_converter.h » ('j') | webrtc/base/ifaddrs_converter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698