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

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: separate VGEM part to another CL 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
Index: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index 42d8cc7de4e9b36efbf035c396f00464b722e0d1..f3be06a77f67c4a032ac557d32392788d102907b 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -161,6 +161,8 @@ if (ozone_platform_gbm) {
source_set("gbm") {
sources = [
+ "common/native_pixmap_manager_gbm.cc",
+ "common/native_pixmap_manager_gbm.h",
"gpu/gbm_buffer.cc",
"gpu/gbm_buffer.h",
"gpu/gbm_buffer_base.cc",

Powered by Google App Engine
This is Rietveld 408576698