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

Unified Diff: base/allocator/allocator.gyp

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
« no previous file with comments | « base/BUILD.gn ('k') | 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..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', {
« no previous file with comments | « base/BUILD.gn ('k') | base/allocator/allocator_shim_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698