diff options
author | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 14:50:13 +0000 |
---|---|---|
committer | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 14:50:13 +0000 |
commit | 96a1e3abc64ade9fb24990d25c0bb530f722b9a0 (patch) | |
tree | 80a43f8de2ddccea437521976c9d94b7a701dfb4 /chrome/test | |
parent | c0fbaed2be9b4df04c8cc9fe3f5c1c41b3459ca0 (diff) | |
download | chromium_src-96a1e3abc64ade9fb24990d25c0bb530f722b9a0.zip chromium_src-96a1e3abc64ade9fb24990d25c0bb530f722b9a0.tar.gz chromium_src-96a1e3abc64ade9fb24990d25c0bb530f722b9a0.tar.bz2 |
Convert the existing .gyp configuration to use the new base\allocator
library with upstream source code from the new vendor branch patterns
in third_party\jemalloc and third_party\tcmalloc.
BUG=27911
TEST=none
Review URL: http://codereview.chromium.org/435040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/interactive_ui/interactive_ui_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/interactive_ui/interactive_ui_tests.gypi b/chrome/test/interactive_ui/interactive_ui_tests.gypi index b515193..6988316 100644 --- a/chrome/test/interactive_ui/interactive_ui_tests.gypi +++ b/chrome/test/interactive_ui/interactive_ui_tests.gypi @@ -96,11 +96,11 @@ ], 'dependencies': [ '<(DEPTH)/app/app.gyp:app_resources', + '<(DEPTH)/base/allocator/allocator.gyp:allocator', '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', '<(DEPTH)/views/views.gyp:views', - '<(DEPTH)/third_party/tcmalloc/tcmalloc.gyp:tcmalloc', ], 'sources': [ '<(DEPTH)/webkit/glue/resources/aliasb.cur', |