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

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

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 | « no previous file | ui/ozone/platform/dri/crtc_controller.h » ('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 d796a605a061ec615d14d966ed2d20187ab06f30..f7c55c5d4624999e4a4e317d8225703ecc0cdd9d 100644
--- a/ui/ozone/platform/dri/BUILD.gn
+++ b/ui/ozone/platform/dri/BUILD.gn
@@ -52,8 +52,8 @@ source_set("dri_common") {
"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",
@@ -149,14 +149,14 @@ if (ozone_platform_gbm) {
"gbm_buffer.h",
"gbm_buffer_base.cc",
"gbm_buffer_base.h",
+ "gbm_device.cc",
+ "gbm_device.h",
"gbm_surface.cc",
"gbm_surface.h",
"gbm_surface_factory.cc",
"gbm_surface_factory.h",
"gbm_surfaceless.cc",
"gbm_surfaceless.h",
- "gbm_wrapper.cc",
- "gbm_wrapper.h",
"ozone_platform_gbm.cc",
"ozone_platform_gbm.h",
]
« no previous file with comments | « no previous file | ui/ozone/platform/dri/crtc_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698