diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 07:08:06 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 07:08:06 +0000 |
commit | ede840c16352588eb01cd75761d614b20cfe92fc (patch) | |
tree | c51bc28dfe6102a8839503a5947e56be7ecb1428 /build | |
parent | 01183243478ddf720e219971e9b8d42f8c87308a (diff) | |
download | chromium_src-ede840c16352588eb01cd75761d614b20cfe92fc.zip chromium_src-ede840c16352588eb01cd75761d614b20cfe92fc.tar.gz chromium_src-ede840c16352588eb01cd75761d614b20cfe92fc.tar.bz2 |
Revert 211007 "Switch all windows bots to use Aura."
> 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
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/18439004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211040 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 df5a467..2852a98 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, }], |