summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp/googleurl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/temp_gyp/googleurl.gyp')
-rw-r--r--build/temp_gyp/googleurl.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp
index 0df561c..20da6ab 100644
--- a/build/temp_gyp/googleurl.gyp
+++ b/build/temp_gyp/googleurl.gyp
@@ -69,6 +69,17 @@
'../../googleurl/src/url_util_unittest.cc',
'../../googleurl/src/gurl_test_main.cc',
],
+ 'conditions': [
+ ['OS=="linux" or OS=="freebsd"', {
+ 'conditions': [
+ ['linux_use_tcmalloc==1', {
+ 'dependencies': [
+ '../../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
+ ],
+ }],
+ ],
},
],
}