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

Unified Diff: base/third_party/dynamic_annotations/dynamic_annotations.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/third_party/dynamic_annotations/dynamic_annotations.gyp
diff --git a/base/third_party/dynamic_annotations/dynamic_annotations.gyp b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
index f526c7ff9647ffc57b40135fcd95dd59858631ba..12cfb6588eb99d430717f2aa1148813aec9a450f 100644
--- a/base/third_party/dynamic_annotations/dynamic_annotations.gyp
+++ b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
@@ -16,6 +16,9 @@
'dynamic_annotations.h',
'../valgrind/valgrind.h',
],
+ 'includes': [
+ '../../../build/android/increase_size_for_speed.gypi',
+ ],
},
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698