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

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

Issue 1133053003: [Ozone-Drm] Move DRM utilities from gpu/ to common/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/drm/common/scoped_drm_types.cc ('k') | ui/ozone/platform/drm/drm_surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/drm.gypi
diff --git a/ui/ozone/platform/drm/drm.gypi b/ui/ozone/platform/drm/drm.gypi
index 634b74eb442c3b922f978fa0e323a601698013b0..f847784448a780d3c23ad82879ec5194edca8087 100644
--- a/ui/ozone/platform/drm/drm.gypi
+++ b/ui/ozone/platform/drm/drm.gypi
@@ -38,6 +38,10 @@
'OZONE_IMPLEMENTATION',
],
'sources': [
+ 'common/drm_util.cc',
+ 'common/drm_util.h',
+ 'common/scoped_drm_types.cc',
+ 'common/scoped_drm_types.h',
'drm_surface_factory.cc',
'drm_surface_factory.h',
'gpu/crtc_controller.cc',
@@ -63,8 +67,6 @@
'gpu/drm_gpu_platform_support.h',
'gpu/drm_surface.cc',
'gpu/drm_surface.h',
- 'gpu/drm_util.cc',
- 'gpu/drm_util.h',
'gpu/drm_vsync_provider.cc',
'gpu/drm_vsync_provider.h',
'gpu/drm_window.cc',
@@ -83,8 +85,6 @@
'gpu/overlay_plane.h',
'gpu/page_flip_request.cc',
'gpu/page_flip_request.h',
- 'gpu/scoped_drm_types.cc',
- 'gpu/scoped_drm_types.h',
'gpu/screen_manager.cc',
'gpu/screen_manager.h',
'host/channel_observer.h',
« no previous file with comments | « ui/ozone/platform/drm/common/scoped_drm_types.cc ('k') | ui/ozone/platform/drm/drm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698