summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 22:50:02 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 22:50:02 +0000
commitdf16da78233a9c25cf4ccee2974945dc61bca9bb (patch)
tree7c19b1025dcbc09867f616199b0c5292988e0ce5 /build
parent39be0d17700983ea4147851aba59fbb9279c774a (diff)
downloadchromium_src-df16da78233a9c25cf4ccee2974945dc61bca9bb.zip
chromium_src-df16da78233a9c25cf4ccee2974945dc61bca9bb.tar.gz
chromium_src-df16da78233a9c25cf4ccee2974945dc61bca9bb.tar.bz2
linux_aura: Revert everything; abort turning linux_aura on.
Spectacular breakages include: - nacl integration tests constantly crashing. - browser tests running in a busted environment. - interactive_ui_tests being weirdly broken despite not running. - Size regressions BUG=125106,303342,304554,125106,304555 TBR=cpu@chromium.org,mseaborn@chromium.org,tim@chromiium.org,phajdan.jr@chromium.org,koz@chromium.org Review URL: https://codereview.chromium.org/26157003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 94a417b..4487b19 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -75,14 +75,6 @@
'use_aura%': 1,
}],
- # ToT Linux should be aura.
- #
- # TODO(erg): Merge this into the previous block once compiling with
- # aura safely implies including ash capabilities.
- ['OS=="linux"', {
- 'use_aura%': 1,
- }],
-
# Whether we're a traditional desktop unix.
['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and chromeos==0', {
'desktop_linux%': 1,