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))', { |