| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 51d3e572e67fe9d339bc812c0de02ec88be0b306..f3eff1797c9c1ea6e347279c859dfb6b78a434a7 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3906,7 +3906,9 @@
|
| }],
|
| ['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', {
|
| 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| + # crazy_linker has an upstream gyp file we can't edit, and we
|
| + # don't want to instrument it.
|
| + ['_toolset=="target" and _target_name!="crazy_linker"', {
|
| 'cflags': [
|
| '-finstrument-functions',
|
| # Allow mmx intrinsics to inline, so that the
|
|
|