Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index d2381f3336f9314a69317cbd83422581063fea1c..123f0360fa64cc41422d2d57c756017a89044895 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -823,9 +823,6 @@ if (rtc_include_tests) { |
| shard_timeout = 900 |
| } |
| - if (is_mac) { |
| - sources += [ "base/macsocketserver_unittest.cc" ] |
| - } |
| if (is_clang) { |
| # Suppress warnings from the Chromium Clang plugin. |
| # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |