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

Unified Diff: webrtc/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 | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index b4cd7fb170de62932958e3ef2f7ddf86beb92c90..17e3c2ac88af830ea03345c7560835bf4a6a39c5 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -468,13 +468,7 @@ if (rtc_include_tests) {
]
if (is_linux) {
- sources += [
- "base/latebindingsymboltable_unittest.cc",
-
- # TODO(ronghuawu): Reenable this test.
- # "linux_unittest.cc",
- "base/linuxfdwalk_unittest.cc",
- ]
+ sources += [ "base/latebindingsymboltable_unittest.cc" ]
}
if (is_win) {
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698