diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 00:49:26 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 00:49:26 +0000 |
commit | 64e7b81d86cc181155ded24264a7f719afe37129 (patch) | |
tree | 558d6dd84ce504f5f2cc074f644a5cb6948aa45e /ppapi/ppapi_tests.gypi | |
parent | ce40e54e41a91a1b16b4c8fdcbf834efda338f3b (diff) | |
download | chromium_src-64e7b81d86cc181155ded24264a7f719afe37129.zip chromium_src-64e7b81d86cc181155ded24264a7f719afe37129.tar.gz chromium_src-64e7b81d86cc181155ded24264a7f719afe37129.tar.bz2 |
Make ppapi_perftests depend on allocator.gyp:allocator when necessary
This fixes the heapchecker+components release build.
BUG=241938
TBR=viettrunggluu@chromium.org
Review URL: https://codereview.chromium.org/15382002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r-- | ppapi/ppapi_tests.gypi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi index 4ff6941..0d17f37 100644 --- a/ppapi/ppapi_tests.gypi +++ b/ppapi/ppapi_tests.gypi @@ -123,6 +123,14 @@ 'proxy/ppapi_perftests.cc', 'proxy/ppp_messaging_proxy_perftest.cc', ], + 'conditions': [ + # See http://crbug.com/162998#c4 for why this is needed. + ['OS=="linux" and linux_use_tcmalloc==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', + ], + }], + ], }, { 'target_name': 'ppapi_unittests', |