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

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

Issue 981583005: [Ozone-Dri] Merge the DriWindowDelegate with the implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | 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 f7c55c5d4624999e4a4e317d8225703ecc0cdd9d..03112a3218914931dd65f3fdf9121223ef402891 100644
--- a/ui/ozone/platform/dri/BUILD.gn
+++ b/ui/ozone/platform/dri/BUILD.gn
@@ -45,9 +45,8 @@ source_set("dri_common") {
"dri_vsync_provider.h",
"dri_window.cc",
"dri_window.h",
+ "dri_window_delegate.cc",
"dri_window_delegate.h",
- "dri_window_delegate_impl.cc",
- "dri_window_delegate_impl.h",
"dri_window_delegate_manager.cc",
"dri_window_delegate_manager.h",
"dri_window_manager.cc",
@@ -120,7 +119,7 @@ if (ozone_platform_dri) {
testonly = true
sources = [
"dri_surface_unittest.cc",
- "dri_window_delegate_impl_unittest.cc",
+ "dri_window_delegate_unittest.cc",
"hardware_display_controller_unittest.cc",
"hardware_display_plane_manager_unittest.cc",
"screen_manager_unittest.cc",
« no previous file with comments | « no previous file | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698