| Index: ui/gl/BUILD.gn
|
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
|
| index a7ed9e42152028d178e9563937f1d139c2b892bc..ea1ea987482b8518c65dcee24b6526bf2743fee8 100644
|
| --- a/ui/gl/BUILD.gn
|
| +++ b/ui/gl/BUILD.gn
|
| @@ -234,19 +234,6 @@ component("gl") {
|
|
|
| deps += [ ":gl_jni_headers" ]
|
| }
|
| - if (use_ozone) {
|
| - sources += [
|
| - "gl_context_ozone.cc",
|
| - "gl_egl_api_implementation.cc",
|
| - "gl_egl_api_implementation.h",
|
| - "gl_implementation_ozone.cc",
|
| - "gl_surface_ozone.cc",
|
| - ]
|
| - deps += [
|
| - "//ui/ozone",
|
| - "//ui/ozone:ozone_base",
|
| - ]
|
| - }
|
|
|
| if (is_android && !is_android_webview_build) {
|
| deps += [ "//ui/android:ui_java" ]
|
|
|