Index: base/allocator/allocator.gyp |
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp |
index 860572e1de19e5e4a464707c2dc0d914e4238635..c20325d277e63b1d774432310fa12896de7cf927 100644 |
--- a/base/allocator/allocator.gyp |
+++ b/base/allocator/allocator.gyp |
@@ -24,11 +24,6 @@ |
{ |
'target_name': 'allocator', |
'type': 'static_library', |
- # Make sure the allocation library is optimized to |
- # the hilt in official builds. |
- 'variables': { |
- 'optimize': 'max', |
- }, |
'direct_dependent_settings': { |
'configurations': { |
'Common_Base': { |
@@ -320,12 +315,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', { |