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

Unified Diff: ui/ozone/platform/dri/dri.gypi

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 | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/dri_gpu_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri.gypi
diff --git a/ui/ozone/platform/dri/dri.gypi b/ui/ozone/platform/dri/dri.gypi
index e44b3b193ee5c9d571ca51ab4a1ca8cbe964a006..63faee7f48a50f862199172ec680313f2bbe865a 100644
--- a/ui/ozone/platform/dri/dri.gypi
+++ b/ui/ozone/platform/dri/dri.gypi
@@ -67,9 +67,8 @@
'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 @@
'direct_dependent_settings': {
'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 | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/dri_gpu_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698