Linux: Fix build with use_allocator=none.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1940 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-11-27 02:41:29 +00:00
parent af31ea83ac
commit 7efd15daa0
1 changed files with 1 additions and 1 deletions

View File

@ -1666,7 +1666,7 @@
},
},
}],
[ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
[ '(OS=="linux" or OS=="freebsd" or OS=="openbsd") and use_allocator!="none"', {
'dependencies':[
'<(DEPTH)/base/allocator/allocator.gyp:allocator',
],