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

Unified Diff: ui/gfx/BUILD.gn

Issue 2711933002: Rename ClientNativePixmapFactoryGbm to ClientNativePixmapFactoryDmabuf amd move to ui/gfx (Closed)
Patch Set: Addressed sadrul's remark Created 3 years, 9 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 | ui/gfx/linux/client_native_pixmap_dmabuf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index d99b0143af190b81fda22111fb56e6bc4ddf19d4..21b055b15973d24608cf8d48929ec334bf631a7e 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -527,6 +527,17 @@ source_set("memory_buffer_sources") {
"//base",
"//ui/gfx/geometry",
]
+
+ if (is_linux) {
+ sources += [
+ "linux/client_native_pixmap_dmabuf.cc",
+ "linux/client_native_pixmap_dmabuf.h",
+ "linux/client_native_pixmap_factory_dmabuf.cc",
+ "linux/client_native_pixmap_factory_dmabuf.h",
+ ]
+
+ deps += [ "//third_party/libdrm" ]
+ }
}
static_library("test_support") {
« no previous file with comments | « no previous file | ui/gfx/linux/client_native_pixmap_dmabuf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698