Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index cede6f187720f60150cd632e9a4458f1258b3014..020ac0a2b2a5e279d0242164df81f08802b5ce95 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -358,8 +358,8 @@ |
| 'file_manager_extension%': 0, |
| }], |
| - # ... except on Windows even with Aura. |
| - ['use_aura==1 and OS=="win"', { |
| + # ... except on Windows/Native Linux even with Aura. |
| + ['use_aura==1 and (OS=="win" or (OS=="linux" and chromeos==0))', { |
|
Ben Goodger (Google)
2012/02/28 20:12:06
and then discard this whole block.
|
| 'file_manager_extension%': 0, |
| }], |