summaryrefslogtreecommitdiffstats
path: root/ui/views
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 19:47:10 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 19:47:10 +0000
commit31a7bb02d7449d0b1a2ca27f8a54dcf26d13be58 (patch)
tree0a7f5cdb9bc5424909531431491ad81c1f04fd3e /ui/views
parent1de2f05861f880ca57f3539d6508b14d66dd5b12 (diff)
downloadchromium_src-31a7bb02d7449d0b1a2ca27f8a54dcf26d13be58.zip
chromium_src-31a7bb02d7449d0b1a2ca27f8a54dcf26d13be58.tar.gz
chromium_src-31a7bb02d7449d0b1a2ca27f8a54dcf26d13be58.tar.bz2
Add allocator.gyp target to aura/views_unittests to fix heapcheck build
BUG=241938 R=akalin@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/15825011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views')
-rw-r--r--ui/views/views.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index afcb9be..d0590e4 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -760,6 +760,12 @@
'../../base/allocator/allocator.gyp:allocator',
],
}],
+ ['OS=="linux" and linux_use_tcmalloc==1', {
+ # See http://crbug.com/162998#c4 for why this is needed.
+ 'dependencies': [
+ '../../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
[ 'use_aura==1', {
'dependencies': [
'../aura/aura.gyp:aura_test_support',