| 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)',
|
|
|