summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-27 23:14:37 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-27 23:14:37 +0000
commitd7a94fb3ff0f9ac74fc5b63badfc52414b4f1b80 (patch)
tree76d7142950b63080a8be63c4eceab84dabb51cf2 /build/common.gypi
parenta792a3b3feb3df40e5071457b96299d210adc6c8 (diff)
downloadchromium_src-d7a94fb3ff0f9ac74fc5b63badfc52414b4f1b80.zip
chromium_src-d7a94fb3ff0f9ac74fc5b63badfc52414b4f1b80.tar.gz
chromium_src-d7a94fb3ff0f9ac74fc5b63badfc52414b4f1b80.tar.bz2
Revert 214056 "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, r211007 > > BUG=259185 > TEST=none > TBR=scottmg > > Review URL: https://codereview.chromium.org/20929002 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/20933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e6851c9..62aa480 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,
}],