diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 57413d3..75b37c2 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -65,8 +65,8 @@ 'branding%': 'Chromium', 'conditions': [ - # ChromeOS implies ash and for a limited time Windows. Call now!. - ['chromeos==1 or OS="win"', { + # ChromeOS implies ash. + ['chromeos==1', { 'use_ash%': 1, 'use_aura%': 1, }], |