summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 19:30:31 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 19:30:31 +0000
commit69b11c7278664aea6fd379ee0c6c94cb6bbd59fa (patch)
treed81ddb02254ed97b1535717749af922fa1fc3201 /build
parent843f6d39229fcf8ccc0259c4f64053aa41441f5b (diff)
downloadchromium_src-69b11c7278664aea6fd379ee0c6c94cb6bbd59fa.zip
chromium_src-69b11c7278664aea6fd379ee0c6c94cb6bbd59fa.tar.gz
chromium_src-69b11c7278664aea6fd379ee0c6c94cb6bbd59fa.tar.bz2
Make Chrome limp briefly before freaking out with aura no ash.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10407022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137706 0039d316-1c4b-4281-b951-d872f2087c98
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', {