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

Unified Diff: webrtc/base/BUILD.gn

Issue 2369013002: Delete macsocketserver.h and related files. (Closed)
Patch Set: Drop macsocketserver_unittest.cc. Created 4 years, 3 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 | « webrtc/BUILD.gn ('k') | 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 ce33132a3f491677061b9d4547e56e604c976e6e..7d84a2283b6f9afb33a695ea1afb6b121b3e4ae9 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -510,12 +510,6 @@ rtc_static_library("rtc_base") {
if (is_mac) {
sources += [
- "macasyncsocket.cc",
- "macasyncsocket.h",
- "maccocoasocketserver.h",
- "maccocoasocketserver.mm",
- "macsocketserver.cc",
- "macsocketserver.h",
"macwindowpicker.cc",
"macwindowpicker.h",
kthelgason 2016/10/06 11:51:04 Can this stuff go as well?
]
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698