Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: base/allocator/prep_libc.py

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/allocator/prep_libc.py
diff --git a/base/allocator/prep_libc.py b/base/allocator/prep_libc.py
index 3238eec8c0fcf274fed05982b71c444f50432acc..079297b4629346601a1401e59f98f47e09578033 100755
--- a/base/allocator/prep_libc.py
+++ b/base/allocator/prep_libc.py
@@ -50,8 +50,7 @@ def main():
cppvspath = 'f:\\binaries\\Intermediate\\vctools\\crt_bld\\' + bindir + \
'\\crt\\prebuild\\build\\' + objdir + '\\mt_obj\\nativecpp\\\\';
- cobjfiles = ['malloc', 'free', 'realloc', 'align', 'msize', 'heapinit',
- 'expand', 'heapchk', 'heapwalk', 'heapmin', 'calloc', 'recalloc',
+ cobjfiles = ['malloc', 'free', 'realloc', 'heapinit', 'calloc', 'recalloc',
'calloc_impl']
cppobjfiles = ['new', 'new2', 'delete', 'delete2', 'new_mode', 'newopnt',
'newaopnt']
« no previous file with comments | « base/allocator/generic_allocators.cc ('k') | base/android/java/src/org/chromium/base/metrics/RecordHistogram.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698