| 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) {
|
|
|