Commit 22a4eb8e authored by jamesr@chromium.org's avatar jamesr@chromium.org

GN: //base should not depend on //base/allocator on mac

We don't use tcmalloc or the allocator target on OS X

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274797 0039d316-1c4b-4281-b951-d872f2087c98
parent 0a87b8d4
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
if (is_android || cpu_arch == "mipsel") { if (is_android || cpu_arch == "mipsel" || is_mac) {
_default_allocator = "none" _default_allocator = "none"
} else { } else {
_default_allocator = "tcmalloc" _default_allocator = "tcmalloc"
......
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