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

Unified Diff: gpu/ipc/service/BUILD.gn

Issue 2705213005: Add NativePixmapDmabufStub to finalize glCreateImageCHROMIUM on Linux. (Closed)
Patch Set: Just rebase Created 3 years, 6 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 | « no previous file | gpu/ipc/service/gpu_memory_buffer_factory_native_pixmap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index 686c4a9607778f6cc35485fad3270719558d9c62..a2f94f34a11de27a97c0eade47a9b8a0f35f8a82 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -120,6 +120,10 @@ target(link_target_type, "ipc_service_sources") {
"gpu_memory_buffer_factory_native_pixmap.h",
"image_transport_surface_linux.cc",
]
+
+ if (!use_ozone) {
+ deps += [ "//ui/gfx:memory_buffer" ]
+ }
}
if (use_x11) {
sources += [ "x_util.h" ]
« no previous file with comments | « no previous file | gpu/ipc/service/gpu_memory_buffer_factory_native_pixmap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698