Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 275460) |
| +++ build/common.gypi (working copy) |
| @@ -735,7 +735,7 @@ |
| 'chromium_win_pch%': 1 |
| }], |
| - ['chromeos==1 or OS=="android" or OS=="ios"', { |
| + ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', { |
| 'enable_plugin_installation%': 0, |
| }, { |
| 'enable_plugin_installation%': 1, |