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

Unified Diff: base/base.gyp

Issue 292123008: Never instrument the crazy linker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 7 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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index b0d27be4ec4956a24e01f4f1b6e45c21d9e17785..c93bb6482b23fcec842304d7a2225c534b3489c0 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1415,6 +1415,9 @@
'sources': [
'android/linker/linker_jni.cc',
],
+ 'cflags!': [
Nico 2014/05/27 09:08:00 Maybe add a comment for why this is here.
qsr 2014/05/27 09:11:00 Done.
+ '-finstrument-functions',
+ ],
'dependencies': [
'<(android_ndk_root)/crazy_linker.gyp:crazy_linker',
],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698