summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 02:59:27 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 02:59:27 +0000
commit6e5936cd6be71bb95fde1f8f4da039ea16d66948 (patch)
treeee184a3f65dddcdc38deee57dd97184a69a31cad /build
parent2b4ae17cec7ec5582654d6164db9ec55aafdf30c (diff)
downloadchromium_src-6e5936cd6be71bb95fde1f8f4da039ea16d66948.zip
chromium_src-6e5936cd6be71bb95fde1f8f4da039ea16d66948.tar.gz
chromium_src-6e5936cd6be71bb95fde1f8f4da039ea16d66948.tar.bz2
Switch all windows bots to use Aura.
So we can have the perf bots run with aura for a while. Depending how red the waterfall we could leave it on for a long time. This has happened before and it will happen again. See for example r204698 BUG=259185 TEST=none TBR=scottmg Review URL: https://codereview.chromium.org/18434006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211007 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 2852a98..df5a467 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -65,8 +65,8 @@
'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,
}],