| Index: chrome/chrome_renderer.gypi
|
| diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
|
| index a9eb0099a0754b952553da0fa6eee0a5667b9ad4..e955f921499eb0ee54da44d67c198af485b483e3 100755
|
| --- a/chrome/chrome_renderer.gypi
|
| +++ b/chrome/chrome_renderer.gypi
|
| @@ -184,6 +184,14 @@
|
| }],
|
| # Linux-specific rules.
|
| ['OS=="linux"', {
|
| + 'conditions': [
|
| + [ 'linux_use_tcmalloc==1', {
|
| + 'dependencies': [
|
| + '../base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + },
|
| + ],
|
| + ],
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| '../sandbox/sandbox.gyp:sandbox',
|
|
|