mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
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.