summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 21:14:52 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 21:14:52 +0000
commitd2d9351b24a93bbc9ed4d75247a37a2e0ce9bf67 (patch)
tree1815224f425e977d10f352a98de578763e80f861 /build
parentd23334c8777ddb3d9369c9c968fb8edcd95d6259 (diff)
downloadchromium_src-d2d9351b24a93bbc9ed4d75247a37a2e0ce9bf67.zip
chromium_src-d2d9351b24a93bbc9ed4d75247a37a2e0ce9bf67.tar.gz
chromium_src-d2d9351b24a93bbc9ed4d75247a37a2e0ce9bf67.tar.bz2
linux_aura: Turn aura on on the builders.
This widens some suppressions from windows to linux, and suppresses some memory errors in third party libraries that we now use. BUG=125106,303342 R=cpu@chromium.org, mseaborn@chromium.org Review URL: https://codereview.chromium.org/25120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 4487b19..94a417b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -75,6 +75,14 @@
'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,