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

Unified Diff: ui/gl/BUILD.gn

Issue 1258713002: ozone: unify GpuMemoryBufferFactoryOzoneNativePixmap in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix linux_chromium_gn_dgb build Created 5 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
« no previous file with comments | « content/content_common.gypi ('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 9fdcc94ea921cdacf5232240905b0a1e950b3188..20e07d987f3bc8766b07fae8f0fe3364341fc3a4 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -151,10 +151,6 @@ component("gl") {
}
if (is_linux) {
deps += [ "//third_party/libevent" ]
- sources += [
- "gl_image_linux_dma_buffer.cc",
- "gl_image_linux_dma_buffer.h",
- ]
}
if (use_x11) {
sources += [
@@ -251,6 +247,8 @@ component("gl") {
"gl_context_ozone.cc",
"gl_egl_api_implementation.cc",
"gl_egl_api_implementation.h",
+ "gl_image_ozone_native_pixmap.cc",
+ "gl_image_ozone_native_pixmap.h",
"gl_implementation_ozone.cc",
"gl_surface_ozone.cc",
]
« no previous file with comments | « content/content_common.gypi ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698