Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 938aec34c08aad6839e022ebf7d7c3d7d0759c0e..b90c0f2772be830a09d4b862bc0fcdf10b01f383 100755 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -3573,6 +3573,14 @@ |
'message': 'Generating manpage' |
}, |
], |
+ 'conditions': [ |
+ [ 'linux_use_tcmalloc==1', { |
+ 'dependencies': [ |
+ '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', |
+ ], |
+ }, |
+ ], |
+ ], |
'dependencies': [ |
# On Linux, link the dependencies (libraries) that make up actual |
# Chromium functionality directly into the executable. |