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

Unified Diff: webrtc/media/BUILD.gn

Issue 2646793008: Remove dead code for GtkVideoRenderer. (Closed)
Patch Set: remove pkg_config entries for rtc_use_gtk in webrtc/media/BUILD.gn 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..7f8a1f6fca1db2f4ffdd53f8ce0a1261169cb4da 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -32,16 +32,6 @@ config("rtc_media_warnings_config") {
}
}
-if (is_linux && rtc_use_gtk) {
- pkg_config("gtk-lib") {
- packages = [
- "gobject-2.0",
- "gthread-2.0",
- "gtk+-2.0",
- ]
- }
-}
-
rtc_static_library("rtc_media_base") {
defines = []
libs = []
@@ -198,13 +188,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