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

Unified Diff: webrtc/base/BUILD.gn

Issue 2508803011: Remove unused files linux.cc/.h and linuxfdwalk.c/.h. (Closed)
Patch Set: Created 4 years, 1 month 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/linux.h » ('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 a6b177999fbaa84177bf9ac866a16be2b153a43d..e94bfeda49d76721c3cc94a6fff6a90e0fbebba5 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -557,13 +557,6 @@ rtc_static_library("rtc_base") {
"window.h",
]
- if (is_linux) {
- sources += [
- "linuxfdwalk.c",
- "linuxfdwalk.h",
- ]
- }
-
if (is_posix) {
sources += [
"latebindingsymboltable.cc",
@@ -697,13 +690,6 @@ rtc_static_library("rtc_base") {
}
}
- if (is_linux || is_android) {
- sources += [
- "linux.cc",
- "linux.h",
- ]
- }
-
if (is_nacl) {
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
defines += [ "timezone=_timezone" ]
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698