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

Unified Diff: content/content_common.gypi

Issue 175223003: HW Video: Make media::VideoFrame handle the sync point of the compositor as well as webgl (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Make GpuVideoAcceleratorFactories::ReadPixels() receive mailbox, instead of texture Created 6 years, 9 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 2a23d522e5341056dbab81ad4377e5b9324fd1d5..5ed51cb121527be88caa9a0c3f9b776d73b79fe5 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -568,7 +568,7 @@
],
},
}],
- ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
+ ['(chromeos==1 or OS=="linux") and use_x11==1 and target_arch != "arm"', {
'sources': [
'common/gpu/media/h264_dpb.cc',
'common/gpu/media/h264_dpb.h',

Powered by Google App Engine
This is Rietveld 408576698