diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 02:32:30 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 02:32:30 +0000 |
commit | c1aef2450fc644df4473dd81fa738d3efc6ba925 (patch) | |
tree | 700b4fd9674813a40aa27ddfb182739faa0280ac /build | |
parent | fc47526241e2367035b107f853c89e27573304ff (diff) | |
download | chromium_src-c1aef2450fc644df4473dd81fa738d3efc6ba925.zip chromium_src-c1aef2450fc644df4473dd81fa738d3efc6ba925.tar.gz chromium_src-c1aef2450fc644df4473dd81fa738d3efc6ba925.tar.bz2 |
Run aura on the bots for a bit (take 2)
So we can see the perfbots for Aura.
BUG=none
TEST=see the waterfall red
Review URL: https://codereview.chromium.org/16049016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 75b37c2..433fe46 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -65,12 +65,12 @@ '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, }], - + # For now, Windows builds that |use_aura| should also imply using # ash. This rule should be removed for the future when Windows is # using the aura windows without the ash interface. |