diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 03:44:42 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 03:44:42 +0000 |
commit | 4a8cf3e2dcd1c95a3ec7ba34f7a0b653c154a1ce (patch) | |
tree | 6b64ec98359b2bcf45ee27a7ee3a53ece231072a /ui/snapshot | |
parent | 23fb390103030074a14ef799971c78c76b3a3288 (diff) | |
download | chromium_src-4a8cf3e2dcd1c95a3ec7ba34f7a0b653c154a1ce.zip chromium_src-4a8cf3e2dcd1c95a3ec7ba34f7a0b653c154a1ce.tar.gz chromium_src-4a8cf3e2dcd1c95a3ec7ba34f7a0b653c154a1ce.tar.bz2 |
Make snapshot_unittests depend on allocator.gyp:allocator when necessary
This fixes the heapchecker+components release build.
BUG=241938
Review URL: https://chromiumcodereview.appspot.com/15797009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/snapshot')
-rw-r--r-- | ui/snapshot/snapshot.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp index 9f71d0d..2346483 100644 --- a/ui/snapshot/snapshot.gyp +++ b/ui/snapshot/snapshot.gyp @@ -66,6 +66,12 @@ '../compositor/compositor.gyp:compositor_test_support', ], }], + # See http://crbug.com/162998#c4 for why this is needed. + ['OS=="linux" and linux_use_tcmalloc==1', { + 'dependencies': [ + '../../base/allocator/allocator.gyp:allocator', + ], + }], ], }, ], |