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

Unified Diff: build/linux/system.gyp

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
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index df651fbd7ec16c392d1062f2f9dfebdbf408d29e..d15aacef93f0e3810be371c44c39d7dc7523c657 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -503,6 +503,19 @@
},
],
}],
+ ['use_vgem_map==1', {
+ 'targets': [
+ {
+ 'target_name': 'vgem_map',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'USE_VGEM_MAP',
+ ],
+ },
+ },
+ ],
+ }],
['ozone_platform_gbm==1', {
'targets': [
{

Powered by Google App Engine
This is Rietveld 408576698