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

Unified Diff: media/media.gyp

Issue 1106563002: FakeVideoCaptureDevice: add support for capturing into Dma-Bufs using VGEM in CrOs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ermircan@ comments; removed GpuMemoryBuffer modifications (go in other CL) 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 758166b47fb49fb7105996879ab3b3ab24b91bed..205c4d25356f2d121205032d2978d7c0e46f41fd 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -826,6 +826,11 @@
'ozone/media_ozone_platform.h',
]
}],
+ ['chromeos==1 and use_ozone==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:libdrm',
+ ]
+ }],
['OS!="linux"', {
'sources!': [
'audio/cras/audio_manager_cras.cc',

Powered by Google App Engine
This is Rietveld 408576698