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', { |