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

Unified Diff: ui/gl/BUILD.gn

Issue 2102443003: Break //ui/gl/ dependency on //ui/ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_bindings
Patch Set: GYP again. Created 4 years, 5 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
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 69b94d20fb2d8217cfa3fc5900e43e2fb8690e42..a16552a86a3567a806128a6902c2bf51ff617d39 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -161,8 +161,6 @@ component("gl") {
"gl_image_egl.h",
"gl_surface_egl.cc",
"gl_surface_egl.h",
- "gl_surface_egl_android.cc",
- "gl_surface_egl_win.cc",
]
}
if (is_android || is_linux) {
@@ -186,14 +184,7 @@ component("gl") {
]
}
if (use_ozone) {
- sources += [
- "gl_image_ozone_native_pixmap.cc",
- "gl_image_ozone_native_pixmap.h",
- "gl_implementation_ozone.cc",
- "gl_surface_egl_ozone.cc",
- ]
-
- deps += [ "//ui/ozone" ]
+ sources += [ "gl_implementation_ozone.cc" ]
}
if (use_glx) {
sources += [
« no previous file with comments | « services/ui/gles2/command_buffer_driver.cc ('k') | ui/gl/DEPS » ('j') | ui/gl/gl_surface_egl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698