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

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: Backport gpu to the new system 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..c5beb80086c847d610105f55b5cfda6cc9b9f2d5 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/optimize_speed_template.gypi',
+ ],
},
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698