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

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

Issue 383193002: Start plumbing drm atomic swap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/hardware_display_plane.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri.gypi
diff --git a/ui/ozone/platform/dri/dri.gypi b/ui/ozone/platform/dri/dri.gypi
index 2dcb782b5cf247a8a177c2cdce6acc5e0f1af993..e26cb208969f7aa3255d9b3a9f0a533d1197c07b 100644
--- a/ui/ozone/platform/dri/dri.gypi
+++ b/ui/ozone/platform/dri/dri.gypi
@@ -13,6 +13,7 @@
'internal_ozone_platforms': [
'dri',
],
+ 'use_drm_atomic_flip%': 0,
},
'targets': [
{
@@ -68,6 +69,14 @@
'virtual_terminal_manager.cc',
'virtual_terminal_manager.h',
],
+ 'conditions': [
+ ['use_drm_atomic_flip==1', {
+ 'sources': [
+ 'hardware_display_plane.cc',
+ 'hardware_display_plane.h',
+ ],
+ }],
+ ],
},
{
'target_name': 'ozone_platform_dri_unittests',
« no previous file with comments | « no previous file | ui/ozone/platform/dri/hardware_display_plane.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698