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

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

Issue 479713002: [Ozone-GBM] Adding NativeWindowDelegate to IPC window changes to the GPU (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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/dri/BUILD.gn
diff --git a/ui/ozone/platform/dri/BUILD.gn b/ui/ozone/platform/dri/BUILD.gn
index d272021c3aa5667d4251c05ee78420ea7e676041..c925d91a519ac5e8d78af2e3547a0c2d90b1d50e 100644
--- a/ui/ozone/platform/dri/BUILD.gn
+++ b/ui/ozone/platform/dri/BUILD.gn
@@ -39,6 +39,11 @@ source_set("dri_common") {
"dri_wrapper.h",
"hardware_display_controller.cc",
"hardware_display_controller.h",
+ "native_window_delegate.h",
+ "native_window_delegate_impl.cc",
+ "native_window_delegate_impl.h",
+ "native_window_manager.cc",
+ "native_window_manager.h",
"scoped_drm_types.cc",
"scoped_drm_types.h",
"screen_manager.cc",
@@ -123,6 +128,8 @@ if (ozone_platform_gbm) {
"gpu_platform_support_gbm.h",
"gpu_platform_support_host_gbm.cc",
"gpu_platform_support_host_gbm.h",
+ "native_window_delegate_proxy.cc",
+ "native_window_delegate_proxy.h",
"ozone_platform_gbm.cc",
"ozone_platform_gbm.h",
]

Powered by Google App Engine
This is Rietveld 408576698