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

Unified Diff: webrtc/media/BUILD.gn

Issue 2646793008: Remove dead code for GtkVideoRenderer. (Closed)
Patch Set: Created 3 years, 11 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/gtkvideorenderer.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 060b6afa9a3eef67794dfa47fbe93938d83491fc..1c420a6837caa8a5aa414aacc9026c20c022f9fa 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -198,13 +198,6 @@ rtc_static_library("rtc_media") {
public_configs += [ ":rtc_media_defines_config" ]
deps += [ "../modules/video_capture:video_capture_internal_impl" ]
}
- if (is_linux && rtc_use_gtk) {
- sources += [
- "devices/gtkvideorenderer.cc",
- "devices/gtkvideorenderer.h",
- ]
- public_configs += [ ":gtk-lib" ]
- }
deps += [
":rtc_media_base",
"..:webrtc_common",
« no previous file with comments | « no previous file | webrtc/media/devices/gtkvideorenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698