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

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

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce NativePixmapClient Created 5 years, 7 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 6429e6bd581c18a9e8e2e875a4b73a5bcb282a1c..ab17717c1c7f8d8ca9e67e01a82ffd8bab428c90 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -171,6 +171,8 @@ if (ozone_platform_gbm) {
"gpu/gbm_surface_factory.h",
"gpu/gbm_surfaceless.cc",
"gpu/gbm_surfaceless.h",
+ "gpu/native_pixmap_client_gbm.cc",
+ "gpu/native_pixmap_client_gbm.h",
"ozone_platform_gbm.cc",
"ozone_platform_gbm.h",
]

Powered by Google App Engine
This is Rietveld 408576698