Commit e2aceb5a authored by cpu@chromium.org's avatar cpu@chromium.org

Switch all windows bots to use Aura.

Because we've been shipping Aura to canary for a while. And because force compositor landed 40 hours ago and things seem ok. See https://codereview.chromium.org/23874016/

This also allows to see perf numbers for Aura. 

This has happened before see for example r204698, r211007 and 214056 as an experiment but this time it might stick.

BUG=259185
TEST=none
TBR=scottmg

Review URL: https://codereview.chromium.org/23816007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221936 0039d316-1c4b-4281-b951-d872f2087c98
parent 26281620
......@@ -69,8 +69,8 @@
'branding%': 'Chromium',
'conditions': [
# ChromeOS implies ash.
['chromeos==1', {
# ChromeOS implies ash and Windows implies Ash and Aura.
['chromeos==1 or OS=="win"', {
'use_ash%': 1,
'use_aura%': 1,
}],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment