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

Unified Diff: content/content_tests.gypi

Issue 333253002: Add VaapiVideoEncodeAccelerator for HW-accelerated video encode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 7f456876d01b60064cf3c91bee00a0ab14402699..66cee7fcdb512b277f9b2795039865d76e3cbf08 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1464,7 +1464,7 @@
},
]
}],
- ['chromeos==1 and target_arch == "arm"', {
+ ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', {
'targets': [
{
'target_name': 'video_encode_accelerator_unittest',

Powered by Google App Engine
This is Rietveld 408576698