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

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

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 | « no previous file | ui/ozone/platform/drm/common/drm_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index 7ad72fad4cc7f5e9b6232a0fdc61ff576519e2f7..ca7c46111f316934ca520a1ded93904e20fa2c36 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -16,6 +16,10 @@ pkg_config("libdrm") {
source_set("drm_common") {
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",
@@ -41,8 +45,6 @@ source_set("drm_common") {
"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",
@@ -62,8 +64,6 @@ source_set("drm_common") {
"gpu/page_flip_request.cc",
"gpu/page_flip_request.h",
"gpu/scanout_buffer.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 | « no previous file | ui/ozone/platform/drm/common/drm_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698