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

Unified Diff: ui/gl/BUILD.gn

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add missing license header Created 5 years, 4 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/swap_result.h ('k') | ui/gl/gl_image_memory.cc » ('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 a5ed5ccbb2a66769b7a95f5d915f175eb3767c94..e190b4d3ebe62531278f30e4425331d31d2c242c 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -181,8 +181,8 @@ component("gl") {
sources += [
"gl_egl_api_implementation.cc",
"gl_egl_api_implementation.h",
- "gl_image_surface_texture.cc",
- "gl_image_surface_texture.h",
+ "gl_image_linux_dma_buffer.cc",
+ "gl_image_linux_dma_buffer.h",
]
defines += [
@@ -195,6 +195,12 @@ component("gl") {
deps += [ ":gl_jni_headers" ]
}
if (use_ozone) {
+ if (is_android) {
+ sources -= [
+ "gl_implementation_android.cc",
+ "gl_surface_android.cc",
+ ]
+ }
sources += [
"gl_context_ozone.cc",
"gl_egl_api_implementation.cc",
« no previous file with comments | « ui/gfx/swap_result.h ('k') | ui/gl/gl_image_memory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698