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

Unified Diff: webrtc/base/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 | « webrtc/BUILD.gn ('k') | webrtc/base/macwindowpicker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index e0f6b8282fa8368831f3bbab2546209954593560..d060070b444fd40889eb95cc4e26f24e6ea6ab7e 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -559,8 +559,6 @@ rtc_static_library("rtc_base") {
"virtualsocketserver.cc",
"virtualsocketserver.h",
"window.h",
- "windowpicker.h",
- "windowpickerfactory.h",
]
if (is_linux) {
@@ -581,13 +579,6 @@ rtc_static_library("rtc_base") {
]
}
- if (is_mac) {
- sources += [
- "macwindowpicker.cc",
- "macwindowpicker.h",
- ]
- }
-
if (is_win) {
sources += [
"diskcache_win32.cc",
@@ -643,10 +634,6 @@ rtc_static_library("rtc_base") {
}
if (use_x11) {
- sources += [
- "x11windowpicker.cc",
- "x11windowpicker.h",
- ]
libs += [
"dl",
"rt",
@@ -684,8 +671,6 @@ rtc_static_library("rtc_base") {
"win32securityerrors.cc",
"win32window.cc",
"win32window.h",
- "win32windowpicker.cc",
- "win32windowpicker.h",
"winping.cc",
"winping.h",
]
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/macwindowpicker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698