diff options
Diffstat (limited to 'media/BUILD.gn')
-rw-r--r-- | media/BUILD.gn | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/media/BUILD.gn b/media/BUILD.gn index 27ef3aa..9914df2 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", - ] - } -} |