Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index a9ade95658b591017583eca59d3883c58c70c2fe..bc9fa1fd0cdb5025ae4eb6d15357e3531817905f 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -567,7 +567,7 @@ |
| ], |
| }, |
| }], |
| - ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { |
| + ['(chromeos==1 or OS=="linux") and use_x11==1 and target_arch != "arm"', { |
|
Ami GONE FROM CHROMIUM
2014/03/03 17:28:12
At least until https://codereview.chromium.org/179
|
| 'sources': [ |
| 'common/gpu/media/h264_dpb.cc', |
| 'common/gpu/media/h264_dpb.h', |