diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-18 09:59:53 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-18 09:59:53 +0000 |
commit | 7ccd609706e11a32aed9f7fbf4bf31c1b89df99c (patch) | |
tree | e7e0cae6b3dd4f2aadf0d7823d211cc9e035a60f /content/content_app.gypi | |
parent | 3ab17a98916459f0725c41a90c3fc0dd4f4f77bc (diff) | |
download | chromium_src-7ccd609706e11a32aed9f7fbf4bf31c1b89df99c.zip chromium_src-7ccd609706e11a32aed9f7fbf4bf31c1b89df99c.tar.gz chromium_src-7ccd609706e11a32aed9f7fbf4bf31c1b89df99c.tar.bz2 |
Linux: add option to use system tcmalloc (off by default)
This changes things only for Linux distros, Google Chrome
will continue to use bundled tcmalloc.
TBR=darin
BUG=174634
Review URL: https://codereview.chromium.org/12224030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_app.gypi')
-rw-r--r-- | content/content_app.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi index dc03208..2be9c0b 100644 --- a/content/content_app.gypi +++ b/content/content_app.gypi @@ -7,6 +7,7 @@ '..', ], 'dependencies': [ + '../base/allocator/allocator.gyp:allocator_headers', '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../crypto/crypto.gyp:crypto', |