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

Unified Diff: webrtc/media/BUILD.gn

Issue 2460793002: Delete videorendererfactory.h and cricket::GdiVideoRenderer. (Closed)
Patch Set: Drop windows link dependencies on d3d9.lib, gdi32.lib and strmiids.lib. Created 4 years, 2 months 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/media/devices/gdivideorenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index c87266517da78af20d241f4f2d61901bc35ce9d0..72cfdfdfd8c461333090a88a9ef2f0cc8a931355 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -82,7 +82,6 @@ rtc_static_library("rtc_media") {
"base/videoframe.h",
"base/videosourcebase.cc",
"base/videosourcebase.h",
- "devices/videorendererfactory.h",
"engine/nullwebrtcvideoengine.h",
"engine/payload_type_mapper.cc",
"engine/payload_type_mapper.h",
@@ -162,17 +161,6 @@ rtc_static_library("rtc_media") {
]
public_configs += [ ":gtk-lib" ]
}
- if (is_win) {
- sources += [
- "devices/gdivideorenderer.cc",
- "devices/gdivideorenderer.h",
- ]
- libs += [
- "d3d9.lib",
- "gdi32.lib",
- "strmiids.lib",
- ]
- }
deps += [
"..:webrtc_common",
"../api:call_api",
« no previous file with comments | « no previous file | webrtc/media/devices/gdivideorenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698