summaryrefslogtreecommitdiffstats
path: root/ui/gl/BUILD.gn
diff options
context:
space:
mode:
authorreveman <reveman@chromium.org>2014-11-03 11:56:32 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-03 19:56:49 +0000
commitfa4afa9c8737114462d305adfa1def3f000318dd (patch)
treecf02931e31ce72acaeb247eb052a62eed69e8e71 /ui/gl/BUILD.gn
parentfdb176eb579c872f4c4f67f5ae050264900459aa (diff)
downloadchromium_src-fa4afa9c8737114462d305adfa1def3f000318dd.zip
chromium_src-fa4afa9c8737114462d305adfa1def3f000318dd.tar.gz
chromium_src-fa4afa9c8737114462d305adfa1def3f000318dd.tar.bz2
ui: Remove GLImageGLX.
This code is not being shipped and there are no plans that will change that. Remove it for now as it means less code to maintain and will allow some cleanup. It can be added back later if needed. BUG= R=piman@chromium.org Review URL: https://codereview.chromium.org/699643002 Cr-Commit-Position: refs/heads/master@{#302470}
Diffstat (limited to 'ui/gl/BUILD.gn')
-rw-r--r--ui/gl/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index fddbde7..641f51d 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -163,8 +163,6 @@ 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",