Removing tcmalloc from gyp so we can build a version of chrome
without tcmalloc for testing purpose. The linker complains about _set_new_mode so I remove the call from the code for now. Note this change is different from the change Bradley is working on which provides an option for building chrome without tcmalloc. This change simply removes tcmalloc from the build. The plan is checking it in, keeping it in trunk for 24 hours, and then reverting it. The benefits are - Having another round of performance comparison between build with and w/o tcmalloc. - Having a full run of UI test under purify with tcmalloc disabled. - Getting a verified CL in case we'd like to build an alternative dev build w/o tcmalloc for A/B test. Review URL: http://codereview.chromium.org/159599 git-svn-id: http://src.chromium.org/svn/trunk/src/build@22080 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
78388d87e8
Коммит
e92dc2cff9
1
all.gyp
1
all.gyp
|
@ -75,7 +75,6 @@
|
|||
'../third_party/bsdiff/bsdiff.gyp:*',
|
||||
'../third_party/bspatch/bspatch.gyp:*',
|
||||
'../third_party/cld/cld.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:*',
|
||||
|
|
Загрузка…
Ссылка в новой задаче