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

Unified Diff: base/base.gyp

Issue 555373004: Compile specific parts of the Android build with -O2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 years, 3 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/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c74115d9303f0e4de827b7fdf8bc9304c8804ef8..73852d1adf36f4d9bc40634565a11e9e9f9ebb3f 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -251,6 +251,9 @@
'sync_socket_win.cc',
'sync_socket_posix.cc',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
{
'target_name': 'base_i18n',
@@ -288,8 +291,9 @@
'export_dependent_settings': [
'base',
],
-
-
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
{
'target_name': 'base_message_loop_tests',
@@ -357,6 +361,9 @@
'prefs/value_map_pref_store.h',
'prefs/writeable_pref_store.h',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
{
'target_name': 'base_prefs_test_support',
@@ -396,6 +403,9 @@
'include_dirs': [
'..',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
# Include this target for a main() function that simply instantiates
# and runs a base::TestSuite.
@@ -1197,6 +1207,9 @@
'include_dirs': [
'..',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
{
'target_name': 'xdg_mime',
@@ -1226,6 +1239,9 @@
'third_party/xdg_mime/xdgmimeparent.c',
'third_party/xdg_mime/xdgmimeparent.h',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
],
}],

Powered by Google App Engine
This is Rietveld 408576698