diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 02:12:10 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 02:12:10 +0000 |
commit | ecabe5a9089f5aa20a29f73dec781a8209073d49 (patch) | |
tree | 59ef85af047a277de91a77bb6f6e0525b8de631c /build | |
parent | 124ce169a3b1720d711528dc5f4bbb05285ce147 (diff) | |
download | chromium_src-ecabe5a9089f5aa20a29f73dec781a8209073d49.zip chromium_src-ecabe5a9089f5aa20a29f73dec781a8209073d49.tar.gz chromium_src-ecabe5a9089f5aa20a29f73dec781a8209073d49.tar.bz2 |
Revert 204691 "Run aura on the bots for a bit"
Failed on runhooks (OS=win)
> Run aura on the bots for a bit
>
> So we can see the perfbots for Aura.
>
>
> BUG=none
> TEST=see the waterfall red
>
> Review URL: https://codereview.chromium.org/15789017
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/16616003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204692 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 57413d3..75b37c2 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, }], |