| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 1d14c906f311db4c3c55a643590538d34219190b..f8a271d407d58fcf6d2c9588d8670d5cfd28b427 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -455,9 +455,6 @@ if (rtc_include_tests) {
|
| "base/timeutils_unittest.cc",
|
| "base/urlencode_unittest.cc",
|
| "base/weak_ptr_unittest.cc",
|
| -
|
| - # TODO(ronghuawu): Reenable this test.
|
| - # "windowpicker_unittest.cc",
|
| "p2p/base/asyncstuntcpsocket_unittest.cc",
|
| "p2p/base/dtlstransportchannel_unittest.cc",
|
| "p2p/base/fakeportallocator.h",
|
| @@ -501,7 +498,6 @@ if (rtc_include_tests) {
|
| "base/win32_unittest.cc",
|
| "base/win32regkey_unittest.cc",
|
| "base/win32window_unittest.cc",
|
| - "base/win32windowpicker_unittest.cc",
|
| ]
|
| }
|
|
|
|
|