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

Unified Diff: content/content_tests.gypi

Issue 1743543004: Enable Accelerated Video Decode in Linux Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use std::tie Created 4 years, 10 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 a7e31a64d00dc89fdf17518a2e8b22c64298fed0..9c50c549870705aed1dcec2fb44c18215b881674 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1784,7 +1784,7 @@
},
]
}],
- ['chromeos==1 and target_arch != "arm"', {
+ ['OS=="linux" and target_arch != "arm"', {
'targets': [
{
'target_name': 'vaapi_jpeg_decoder_unittest',
@@ -1816,7 +1816,7 @@
}
]
}],
- ['chromeos==1', {
+ ['chromeos==1 or (OS=="linux" and target_arch != "arm")', {
'targets': [
{
'target_name': 'video_encode_accelerator_unittest',

Powered by Google App Engine
This is Rietveld 408576698