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

Unified Diff: content/content_common.gypi

Issue 856373002: enable V4L2 VDA in VDA unittest on x86 CrOS platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 1948e36a05dc5e8a894d57d66a6da8ed2d6048d6..87db9598d10d3a2cbf466a2e9ce3a06cd21cce4e 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -805,8 +805,13 @@
],
}],
['chromeos==1 and use_v4l2_codec==1', {
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'USE_V4L2_CODEC'
+ ],
+ },
'defines': [
- 'USE_V4L2_CODEC',
+ 'USE_V4L2_CODEC'
],
}],
['chromeos==1 and (target_arch=="arm" or (use_ozone==1 and use_v4l2_codec==1))', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698