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

Unified Diff: build/common.gypi

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: define use_vgem_map in single place 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
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | content/common/sandbox_linux/bpf_renderer_policy_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b58fede74469c9d22504ed5c30cf6f3e238fc13f..d0830be1e5c0d852ab4ea00cdda01a81ac334108 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -612,6 +612,13 @@
# Enable FTP support by default.
'disable_ftp_support%': 0,
+ # This enables memory-mapped access to accelerated graphics buffers via
+ # the VGEM ("virtual GEM") driver. This is currently only available on
+ # Chrome OS kernels and affects code in the GBM ozone platform.
+ # TODO(dshwang): remove this flag when all gbm hardware supports vgem map.
+ # crbug.com/519587
+ 'use_vgem_map%': 0,
+
# Use native android functions in place of ICU. Not supported by most
# components.
'use_icu_alternatives_on_android%': 0,
@@ -1227,6 +1234,7 @@
'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
'disable_file_support%': '<(disable_file_support)',
'disable_ftp_support%': '<(disable_ftp_support)',
+ 'use_vgem_map%': '<(use_vgem_map)',
'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)',
'enable_task_manager%': '<(enable_task_manager)',
'sas_dll_path%': '<(sas_dll_path)',
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | content/common/sandbox_linux/bpf_renderer_policy_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698