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

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: Fix name 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
« no previous file with comments | « ui/ozone/common/gpu/ozone_gpu_messages.h ('k') | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..64beeb0349ccb1d2465e8ffe8ee56cf3c1e77cc1 100644
--- a/ui/ozone/platform/dri/BUILD.gn
+++ b/ui/ozone/platform/dri/BUILD.gn
@@ -35,6 +35,11 @@ source_set("dri_common") {
"dri_vsync_provider.h",
"dri_window.cc",
"dri_window.h",
+ "dri_window_delegate.h",
+ "dri_window_delegate_impl.cc",
+ "dri_window_delegate_impl.h",
+ "dri_window_manager.cc",
+ "dri_window_manager.h",
"dri_wrapper.cc",
"dri_wrapper.h",
"hardware_display_controller.cc",
@@ -109,6 +114,8 @@ if (ozone_platform_gbm) {
"chromeos/display_message_handler.h",
"chromeos/native_display_delegate_proxy.cc",
"chromeos/native_display_delegate_proxy.h",
+ "dri_window_delegate_proxy.cc",
+ "dri_window_delegate_proxy.h",
"gbm_buffer.cc",
"gbm_buffer.h",
"gbm_buffer_base.cc",
« no previous file with comments | « ui/ozone/common/gpu/ozone_gpu_messages.h ('k') | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698