diff options
author | alexst <alexst@chromium.org> | 2014-12-19 09:10:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-19 17:11:24 +0000 |
commit | db8f9350acab929814b500ea6794c0f969d2c61c (patch) | |
tree | 3d5cf2a08a6d27d47689ce3e0b139d67d4392e57 /ui/gl/BUILD.gn | |
parent | fc4d5a5c8ae3f378b7b2415784202630b8b93344 (diff) | |
download | chromium_src-db8f9350acab929814b500ea6794c0f969d2c61c.zip chromium_src-db8f9350acab929814b500ea6794c0f969d2c61c.tar.gz chromium_src-db8f9350acab929814b500ea6794c0f969d2c61c.tar.bz2 |
gl_image_glx files from VaapiVideoAccelerator patch in issue 490233002
http://crrev.com/490233002
Landing approved and reviewed changes to simplify the original patch.
This is a revert of https://chromium.googlesource.com/chromium/src/+/fa4afa9c8737114462d305adfa1def3f000318dd since these files became useful.
TBR=sadrul
BUG=403058
Review URL: https://codereview.chromium.org/802343005
Cr-Commit-Position: refs/heads/master@{#309215}
Diffstat (limited to 'ui/gl/BUILD.gn')
-rw-r--r-- | ui/gl/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn index 55218bc..a7ed9e4 100644 --- a/ui/gl/BUILD.gn +++ b/ui/gl/BUILD.gn @@ -163,6 +163,8 @@ component("gl") { "gl_context_x11.cc", "gl_glx_api_implementation.cc", "gl_glx_api_implementation.h", + "gl_image_glx.cc", + "gl_image_glx.h", "gl_implementation_x11.cc", "gl_surface_glx.cc", "gl_surface_glx.h", |