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

Unified Diff: ui/ozone/ozone.gni

Issue 1253363004: ozone gbm: whitelist 3 DRM ioctl code for native GpuMemoryBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move code to content/ Created 5 years, 4 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
Index: ui/ozone/ozone.gni
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index e307a352d578184fc4ba74e32c3a469e118c9d61..e64ad5186c368dbc77340d136646f0786c21852d 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -5,6 +5,10 @@
declare_args() {
# Select platforms automatically. Turn this off for manual control.
ozone_auto_platforms = true
+
+ # TODO(dshwang): remove this flag when all gbm hardware supports vgem map.
+ # crbug.com/519587
+ use_vgem_map = false
brettw 2015/08/24 21:53:38 Can you call this ozone_use_vgem_map instead? Does
spang 2015/08/24 22:09:09 The scope is narrower than ozone, it applies to Ch
dshwang 2015/08/26 12:02:43 got it. I'll rename it to CHROMEOS_USE_VGEM_MAP wi
dshwang 2015/08/26 14:18:02 I didn't rename it. done to update comments.
}
declare_args() {

Powered by Google App Engine
This is Rietveld 408576698