diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 40f1383..87b77eb 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -65,12 +65,12 @@ 'branding%': 'Chromium', 'conditions': [ - # ChromeOS implies ash. - ['chromeos==1', { + # ChromeOS implies ash and for a limited time Windows. Call now!. + ['chromeos==1 or OS=="win"', { 'use_ash%': 1, 'use_aura%': 1, }], - + # For now, Windows builds that |use_aura| should also imply using # ash. This rule should be removed for the future when Windows is # using the aura windows without the ash interface. |