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

Unified Diff: media/BUILD.gn

Issue 1094553002: Revert "Speculative revert by sheriff" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 27ef3aaa4cfc5971d0ed1a95272fa90f815c8cf6..9914df259c6bdced2994f01bda9e9fbcda0a02bc 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -792,34 +792,3 @@ 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