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

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

Issue 908993003: [Ozone-Dri] Rename DriWrapper to DrmDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@udl3-pass-drm-fd
Patch Set: rebased 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/display_snapshot_dri.cc ('k') | ui/ozone/platform/dri/dri_buffer.h » ('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 77795af74543ef337ae6d028898d978dfc9427f0..e44b3b193ee5c9d571ca51ab4a1ca8cbe964a006 100644
--- a/ui/ozone/platform/dri/dri.gypi
+++ b/ui/ozone/platform/dri/dri.gypi
@@ -74,8 +74,8 @@
'dri_window_delegate_manager.h',
'dri_window_manager.cc',
'dri_window_manager.h',
- 'dri_wrapper.cc',
- 'dri_wrapper.h',
+ 'drm_device.cc',
+ 'drm_device.h',
'drm_device_generator.cc',
'drm_device_generator.h',
'drm_device_manager.cc',
@@ -124,8 +124,8 @@
'hardware_display_controller_unittest.cc',
'hardware_display_plane_manager_unittest.cc',
'screen_manager_unittest.cc',
- 'test/mock_dri_wrapper.cc',
- 'test/mock_dri_wrapper.h',
+ 'test/mock_drm_device.cc',
+ 'test/mock_drm_device.h',
],
},
},
« no previous file with comments | « ui/ozone/platform/dri/display_snapshot_dri.cc ('k') | ui/ozone/platform/dri/dri_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698