diff options
author | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 13:48:04 +0000 |
---|---|---|
committer | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 13:48:04 +0000 |
commit | 1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea (patch) | |
tree | b657cd0802983a80e07298ec930822b87711c711 /webkit | |
parent | fbe44334084bbf58447b9c3e78e4dee9039c44ce (diff) | |
download | chromium_src-1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea.zip chromium_src-1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea.tar.gz chromium_src-1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea.tar.bz2 |
Point #include lines to files in the new tcmalloc/chromium local branch.
Add +third_party\tcmalloc to webkit\DEPS.
BUG=27911
TEST=none
Review URL: http://codereview.chromium.org/449016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/DEPS | 1 | ||||
-rw-r--r-- | webkit/extensions/v8/heap_profiler_extension.cc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 5102de3..c199e99 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -8,6 +8,7 @@ include_rules = [ "+bridge", "+grit", # For generated headers "+third_party/sqlite", + "+third_party/tcmalloc", # For databases/ "+app/sql", diff --git a/webkit/extensions/v8/heap_profiler_extension.cc b/webkit/extensions/v8/heap_profiler_extension.cc index 058a5c2..e52c8a6 100644 --- a/webkit/extensions/v8/heap_profiler_extension.cc +++ b/webkit/extensions/v8/heap_profiler_extension.cc @@ -7,7 +7,7 @@ #include "base/basictypes.h" #if defined(LINUX_USE_TCMALLOC) -#include "third_party/tcmalloc/tcmalloc/src/google/heap-profiler.h" +#include "third_party/tcmalloc/chromium/src/google/heap-profiler.h" #endif namespace extensions_v8 { |