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

Unified Diff: ui/ozone/platform/drm/drm.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/drm.gypi
diff --git a/ui/ozone/platform/drm/drm.gypi b/ui/ozone/platform/drm/drm.gypi
index 11a9eedd8ae7893f7c9a4563d7a3e0d6530cd249..9ba20bf3e28f86495508792a8561afd244702234 100644
--- a/ui/ozone/platform/drm/drm.gypi
+++ b/ui/ozone/platform/drm/drm.gypi
@@ -38,6 +38,8 @@
'OZONE_IMPLEMENTATION',
],
'sources': [
+ 'common/client_native_pixmap_manager_drm.cc',
+ 'common/client_native_pixmap_manager_drm.h',
'common/drm_util.cc',
'common/drm_util.h',
'common/scoped_drm_types.cc',

Powered by Google App Engine
This is Rietveld 408576698