Index: media/media.gyp |
diff --git a/media/media.gyp b/media/media.gyp |
index d1a74a0e303638645c777af1c66145d8cbe5e101..f04f54bafb3b713dfd7b7b3d413eb62ef55ae679 100644 |
--- a/media/media.gyp |
+++ b/media/media.gyp |
@@ -806,13 +806,6 @@ |
'..', |
], |
'conditions': [ |
- ['order_profiling != 0', { |
- 'target_conditions' : [ |
- ['_toolset=="target"', { |
- 'cflags!': [ '-finstrument-functions' ], |
- }], |
- ], |
- }], |
[ 'target_arch == "ia32" or target_arch == "x64"', { |
'dependencies': [ |
'yuv_convert_simd_x86', |
@@ -860,13 +853,6 @@ |
'base/simd/yuv_to_rgb_table.h', |
], |
'conditions': [ |
- ['order_profiling != 0', { |
- 'target_conditions' : [ |
- ['_toolset=="target"', { |
- 'cflags!': [ '-finstrument-functions' ], |
- }], |
- ], |
- }], |
[ 'target_arch == "x64"', { |
# Source files optimized for X64 systems. |
'sources': [ |