| 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',
|
| ],
|
| },
|
| },
|
|
|