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

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: not-leak USE_OZONE_GBM, GetSupportedGpuMemoryBufferConfigurations from ozone, return handle 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 e4b952dd3aac47627778ee60ab8d3083de5a6454..954a1a52cf42fd706dc8b598e2864b573b57823d 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -1038,6 +1038,7 @@
}],
['use_ozone==1', {
'dependencies': [
+ '../build/linux/system.gyp:libdrm',
'../ui/ozone/ozone.gyp:ozone',
'../ui/ozone/ozone.gyp:ozone_base',
'../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',

Powered by Google App Engine
This is Rietveld 408576698