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

Unified Diff: base/allocator/allocator.gyp

Issue 868533003: Tidy up the allocator shim, which is now Windows only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove remaining win_heaps 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
« no previous file with comments | « no previous file | base/allocator/allocator_shim_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/allocator.gyp
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 860572e1de19e5e4a464707c2dc0d914e4238635..b379ec97aeb011fcdfbe00cc558d84e34650b8e3 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -320,12 +320,6 @@
],
'sources': [
'allocator_shim_win.cc',
- 'generic_allocators.cc',
- ],
- # sources! means that these are not compiled directly.
- 'sources!': [
- # Included by allocator_shim_win.cc for maximal inlining.
- 'generic_allocators.cc',
],
}],
['profiling!=1', {
« no previous file with comments | « no previous file | base/allocator/allocator_shim_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698