| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 87f3015b52a2b499fc69ea819997d2b201eeb7d0..408bcf0b1efe836f9c0d813214b2cfaba791de4e 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -805,7 +805,12 @@
|
| },
|
| ],
|
| }],
|
| - ['chromeos==1 and ((target_arch=="arm" and use_x11==1) or use_v4l2_codec==1)', {
|
| + ['chromeos==1 and use_v4l2_codec==1', {
|
| + 'defines': [
|
| + 'USE_V4L2_CODEC',
|
| + ],
|
| + }],
|
| + ['chromeos==1 and (target_arch=="arm" or (use_ozone==1 and use_v4l2_codec==1))', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
| ],
|
|
|