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

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

Issue 1309273005: native_viewport support for ozone (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased 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
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/drm/common/drm_util.cc » ('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 ef0d786e2a922d3b2bece70cadbb1f45e5508dca..91cf91c424573c470ea31c3d3fe70d5256ac29d3 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -87,6 +87,15 @@ source_set("drm_common") {
"host/drm_window_host.h",
"host/drm_window_host_manager.cc",
"host/drm_window_host_manager.h",
+ "mojo/drm_gpu_delegate.cc",
+ "mojo/drm_gpu_delegate.h",
+ "mojo/drm_gpu_impl.cc",
+ "mojo/drm_gpu_impl.h",
+ "mojo/drm_host_delegate.cc",
+ "mojo/drm_host_delegate.h",
+ "mojo/drm_host_impl.cc",
+ "mojo/drm_host_impl.h",
+ "mojo/drm_ipc_init_helper.cc",
]
defines = [ "OZONE_IMPLEMENTATION" ]
@@ -104,6 +113,12 @@ source_set("drm_common") {
deps = [
"//base",
"//skia",
+ "//mojo/application",
+ "//mojo/common",
+ "//mojo/converters/geometry",
+ "//mojo/converters/ozone_drm_gpu",
+ "//mojo/services/ozone_drm_gpu/public/interfaces",
+ "//mojo/services/ozone_drm_host/public/interfaces",
"//ui/base",
"//ui/display/types",
"//ui/display/util",
@@ -116,6 +131,7 @@ source_set("drm_common") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/ozone:ozone_base",
+ "//ui/ozone:ozone_common_message_types",
"//ui/platform_window",
]
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/drm/common/drm_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698