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

Unified Diff: cc/cc.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
« cc/BUILD.gn ('K') | « cc/BUILD.gn ('k') | cc/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index af640a20ed276d1d681557b2409469087b70ffce..81358fb78cf3b94477a9be0818f478ac26c3c825 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -497,6 +497,9 @@
'trees/tree_synchronizer.cc',
'trees/tree_synchronizer.h',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
@@ -537,6 +540,9 @@
'surfaces/surface_resource_holder.h',
'surfaces/surfaces_export.h',
],
+ 'includes': [
+ '../build/android/increase_size_for_speed.gypi',
+ ],
},
],
}
« cc/BUILD.gn ('K') | « cc/BUILD.gn ('k') | cc/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698