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

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

Issue 1071273002: NotForReview: Implement zero/one-copy texture for ozone freon using Intel DRM Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after ClientNativePixmap is introduced Created 5 years, 4 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 67ae3c20cdfccd4e7aa3ef06c23c4360b86f8d57..92d57328d8a7cd991df29a68cf168347b1077a1a 100644
--- a/ui/ozone/platform/drm/gbm.gypi
+++ b/ui/ozone/platform/drm/gbm.gypi
@@ -22,6 +22,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../build/linux/system.gyp:libdrm',
+ '../../build/linux/system.gyp:libdrm_intel',
'../../build/linux/system.gyp:gbm',
'../../skia/skia.gyp:skia',
'../../third_party/khronos/khronos.gyp:khronos_headers',
@@ -62,6 +63,8 @@
'sources': [
'gpu/client_native_pixmap_vgem.cc',
'gpu/client_native_pixmap_vgem.h',
+ 'gpu/intel_drm_pixmap.cc',
+ 'gpu/intel_drm_pixmap.h',
],
}],
],
« no previous file with comments | « ui/ozone/platform/drm/common/client_native_pixmap_factory_gbm.cc ('k') | ui/ozone/platform/drm/gpu/gbm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698