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

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: remove ChildNativePixmapManager or BrowserNativePixmapManager 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..3af395155a54700b73e823cd600226b3ecc4d5d1 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -18,6 +18,8 @@ source_set("drm_common") {
sources = [
"common/drm_util.cc",
"common/drm_util.h",
+ "common/native_pixmap_manager_drm.cc",
+ "common/native_pixmap_manager_drm.h",
"common/scoped_drm_types.cc",
"common/scoped_drm_types.h",
"gpu/crtc_controller.cc",
@@ -161,6 +163,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