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

Unified Diff: ui/ozone/platform/drm/BUILD.gn

Issue 1262043002: Implement DRM Native Pixmap using prime buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-master
Patch Set: ToT rebase Created 4 years, 11 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/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index a3bbbd22dfc7ad4659fa9828379d4daa8ee09692..c98d2c1b4a15dcda5d0771d8f53d31d1573d7f6c 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -24,6 +24,8 @@ source_set("gbm") {
sources = [
"client_native_pixmap_factory_gbm.cc",
"client_native_pixmap_factory_gbm.h",
+ "common/client_native_pixmap_dmabuf.cc",
+ "common/client_native_pixmap_dmabuf.h",
"common/drm_util.cc",
"common/drm_util.h",
"common/scoped_drm_types.cc",

Powered by Google App Engine
This is Rietveld 408576698