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

Unified Diff: webrtc/base/BUILD.gn

Issue 1570443012: Revert of Reland 1531763006 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 89f25a7eee7e3a4270fadaa85607de510ff32572..cbf84fe6e4e6e0ebc310a53962384b3499fc01db 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -331,8 +331,6 @@
if (is_posix) {
sources += [
- "ifaddrs-android.h",
- "ifaddrs_converter.cc",
"unixfilesystem.cc",
"unixfilesystem.h",
]
@@ -340,10 +338,6 @@
if (build_with_chromium) {
deps += [ "..:webrtc_common" ]
-
- if (is_mac) {
- sources += [ "macifaddrs_converter.cc" ]
- }
if (is_win) {
sources += [ "../../webrtc_overrides/webrtc/base/win32socketinit.cc" ]
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698