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

Unified 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 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') | no next file with comments »
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 f43e9e397cab9f72fedf64b4c01a887bedf6c4fe..6855df8c7e1e8838a9cae97a0e018a8cd23bd380 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -221,9 +221,6 @@
'httpserver.h',
'ifaddrs-android.cc',
'ifaddrs-android.h',
- 'ifaddrs_converter.cc',
- 'ifaddrs_converter.h',
- 'macifaddrs_converter.cc',
'iosfilesystem.mm',
'ipaddress.cc',
'ipaddress.h',
@@ -662,9 +659,6 @@
],
}],
['OS=="win"', {
- 'sources!': [
- 'ifaddrs_converter.cc',
- ],
'link_settings': {
'libraries': [
'-lcrypt32.lib',
@@ -716,7 +710,6 @@
}],
['OS!="ios" and OS!="mac"', {
'sources!': [
- 'macifaddrs_converter.cc',
'scoped_autorelease_pool.mm',
],
}],
« 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