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

Unified Diff: media/BUILD.gn

Issue 1083683003: Speculative revert by sheriff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an unrelated commit that had accidentally slipped in. Created 5 years, 8 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 | « content/renderer/media/webmediaplayer_ms.cc ('k') | media/base/mock_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 9914df259c6bdced2994f01bda9e9fbcda0a02bc..27ef3aaa4cfc5971d0ed1a95272fa90f815c8cf6 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -792,3 +792,34 @@ if (media_use_ffmpeg) {
]
}
}
+
+if (use_x11) {
+ executable("player_x11") {
+ sources = [
+ "tools/player_x11/data_source_logger.cc",
+ "tools/player_x11/data_source_logger.h",
+ "tools/player_x11/gl_video_renderer.cc",
+ "tools/player_x11/gl_video_renderer.h",
+ "tools/player_x11/player_x11.cc",
+ "tools/player_x11/x11_video_renderer.cc",
+ "tools/player_x11/x11_video_renderer.h",
+ ]
+ configs += [
+ ":media_config",
+ "//build/config/linux:x11",
+ "//build/config/linux:xext",
+
+ # TODO(ajwong): Why does xext get a separate thing in //build/config/linux:BUILD.gn
+ # "//build/config/linux:xrender",
+ ]
+ deps = [
+ ":media",
+ ":shared_memory_support",
+ "//base",
+ "//tools/xdisplaycheck",
+ "//ui/gl",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ ]
+ }
+}
« no previous file with comments | « content/renderer/media/webmediaplayer_ms.cc ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698