diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-06 12:42:36 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-06 12:42:36 +0000 |
commit | 8b8832e0dff8ed9dc44b6210c393585183935979 (patch) | |
tree | f3dd0a2758d938e3491124c0a020ad8f1f1076ba /build/all.gyp | |
parent | 6289beb1a1caa052d9379923e2a7a344edb74839 (diff) | |
download | chromium_src-8b8832e0dff8ed9dc44b6210c393585183935979.zip chromium_src-8b8832e0dff8ed9dc44b6210c393585183935979.tar.gz chromium_src-8b8832e0dff8ed9dc44b6210c393585183935979.tar.bz2 |
Convert tcmalloc (and its modified libcmt) to building with gyp.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/119265
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ffe041e..5f0ee95 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -63,6 +63,7 @@ '../sandbox/sandbox.gyp:*', '../third_party/bsdiff/bsdiff.gyp:*', '../third_party/bspatch/bspatch.gyp:*', + '../third_party/tcmalloc/tcmalloc.gyp:*', '../tools/memory_watcher/memory_watcher.gyp:*', '../webkit/activex_shim/activex_shim.gyp:*', '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', |