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

Unified Diff: ui/ozone/platform/drm/BUILD.gn

Issue 1582613004: Ozone support for multiprocess graphics. (Closed) Base URL: https://github.com/domokit/mojo.git@submit-1
Patch Set: rebase Created 4 years, 10 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
« no previous file with comments | « ui/gfx/native_pixmap_handle_ozone.h ('k') | ui/ozone/platform/drm/gpu/drm_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index 7333ad2287b4a1be7e3208dde94dd7980b8fdcc5..7c934342b7aa191ce4b2ecb9d19b735331504dbc 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -116,13 +116,13 @@ source_set("drm_common") {
deps = [
"//base",
- "//skia",
"//mojo/application",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/ozone_drm_gpu",
"//mojo/services/ozone_drm_gpu/interfaces",
"//mojo/services/ozone_drm_host/interfaces",
+ "//skia",
"//ui/base",
"//ui/display/types",
"//ui/display/util",
@@ -154,10 +154,10 @@ if (ozone_platform_dri || ozone_platform_drm) {
"//base",
"//skia",
"//ui/base",
- "//ui/ozone:ozone_base",
"//ui/events/ozone:events_ozone",
"//ui/events/ozone:events_ozone_evdev",
"//ui/events/ozone:events_ozone_layout",
+ "//ui/ozone:ozone_base",
]
}
}
@@ -196,6 +196,8 @@ if (ozone_platform_gbm) {
source_set("gbm") {
sources = [
+ "gpu/drm_dmabuf_pixmap.cc",
+ "gpu/drm_dmabuf_pixmap.h",
"gpu/gbm_buffer.cc",
"gpu/gbm_buffer.h",
"gpu/gbm_buffer_base.cc",
« no previous file with comments | « ui/gfx/native_pixmap_handle_ozone.h ('k') | ui/ozone/platform/drm/gpu/drm_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698