| Index: build/temp_gyp/googleurl.gyp
|
| ===================================================================
|
| --- build/temp_gyp/googleurl.gyp (revision 34057)
|
| +++ build/temp_gyp/googleurl.gyp (working copy)
|
| @@ -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',
|
| + ],
|
| + }],
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| ],
|
| }
|
|
|