diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 02:59:27 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 02:59:27 +0000 |
commit | 6e5936cd6be71bb95fde1f8f4da039ea16d66948 (patch) | |
tree | ee184a3f65dddcdc38deee57dd97184a69a31cad /build | |
parent | 2b4ae17cec7ec5582654d6164db9ec55aafdf30c (diff) | |
download | chromium_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.gypi | 4 |
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, }], |