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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/ifaddrs_converter.h » ('j') | webrtc/base/ifaddrs_converter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 77cd011f1c1dce05f8977213db701fdd948728cd..5377e316e084f495baa3bd68adbfa0f4d7cedb81 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -206,6 +206,9 @@
'httpserver.h',
'ifaddrs-android.cc',
'ifaddrs-android.h',
+ 'ifaddrs_converter.cc',
+ 'ifaddrs_converter.h',
+ 'mac_ifaddrs_converter.cc',
'iosfilesystem.mm',
'ipaddress.cc',
'ipaddress.h',
@@ -633,6 +636,9 @@
],
}],
['OS=="win"', {
+ 'sources!': [
+ '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.
+ ],
'link_settings': {
'libraries': [
'-lcrypt32.lib',
@@ -684,6 +690,7 @@
}],
['OS!="ios" and OS!="mac"', {
'sources!': [
+ 'mac_ifaddrs_converter.cc',
'scoped_autorelease_pool.mm',
],
}],
« 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