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

Unified Diff: webrtc/BUILD.gn

Issue 2511103002: Delete WindowPicker class and subclasses. (Closed)
Patch Set: Drop win32windowpicker_unittest.cc from build. 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 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",
]
}
« 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