summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e2e9c07..11f3472 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -98,7 +98,7 @@
# imply using ash. This rule should be removed for the future when
# both Linux and Windows are using the aura windows without the ash
# interface.
- ['use_aura==1 and ((OS=="linux" and chromeos==0) or OS=="win")', {
+ ['use_aura==1 and ((OS=="linux" and chromeos==0))', {
'use_ash%': 1,
}],
['use_ash==1', {