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

Unified Diff: build/common.gypi

Issue 292123008: Never instrument the crazy linker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments. 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 | « base/base.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 51d3e572e67fe9d339bc812c0de02ec88be0b306..88933bb0a4a8f5ebd4fd351c4afdb8b9af65fe68 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3906,7 +3906,7 @@
}],
['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', {
'target_conditions' : [
- ['_toolset=="target"', {
+ ['_toolset=="target" and _target_name!="crazy_linker"', {
Nico 2014/05/27 09:12:07 # crazy_linker has an upstream gyp file we can't e
qsr 2014/05/27 09:22:44 Done.
'cflags': [
'-finstrument-functions',
# Allow mmx intrinsics to inline, so that the
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698