Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: ui/gl/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/render_text_ozone.cc ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « ui/gfx/render_text_ozone.cc ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698