James Robinson 04344ddb27 Trim unused code from //ui/gl
This deletes lots of unused code from //ui/gl:

*) GLImage and GLFence are not used or likely to be used soon

*) GLX/X11/Ozone are not used, Sky doesn't draw to screen on these platforms

*) EGL code is used exclusively on Android

This also restricts the use of the third_party/khronos headers to only Android
builds, where they are used to pick up a few enum values from EGL not present
in the NDK's copy of the headers.
2015-08-31 10:00:42 -07:00
..
2015-08-31 10:00:42 -07:00

This directory contains discrete components used to build Chromium's user
interface.

Each subdirectory must be an isolated component that lists its dependencies in
a DEPS file. See subdirectory README.chromium files for specific information
about each component.