| 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",
|
|
|