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

Unified Diff: content/content_common.gypi

Issue 1134993003: ozone: Implement zero/one-copy texture for Ozone GBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index f989b373e088bb6e9a139e0b25663d8440ca9f9c..b35bec85bcab87c7722b9c90f1e2528ccb12827a 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -1056,5 +1056,15 @@
'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
],
}],
+ ['ozone_platform_gbm==1', {
+ 'defines': ['USE_OZONE_GBM'],
+ 'dependencies': [
+ '../build/linux/system.gyp:libdrm',
+ ],
+ 'sources': [
+ 'common/gpu/client/gpu_memory_buffer_impl_ozone_gbm.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_ozone_gbm.h',
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698