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

Unified Diff: ui/ozone/platform/drm/gbm.gypi

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed nits 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/gbm.gypi
diff --git a/ui/ozone/platform/drm/gbm.gypi b/ui/ozone/platform/drm/gbm.gypi
index f7387cbf2e46e715049faf3631e26222955d6f1e..b7861297621f838461964488b2e8c961cb88140e 100644
--- a/ui/ozone/platform/drm/gbm.gypi
+++ b/ui/ozone/platform/drm/gbm.gypi
@@ -33,6 +33,8 @@
'OZONE_IMPLEMENTATION',
],
'sources': [
+ 'common/client_native_pixmap_manager_gbm.cc',
+ 'common/client_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