diff options
author | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-05 09:31:45 +0000 |
---|---|---|
committer | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-05 09:31:45 +0000 |
commit | c2a8d2e1dbb1eb3b265840aa4a4c00ee3bd43ecb (patch) | |
tree | 20983b78858ffd29f75066f7492aba946225f1e6 /media/media.gyp | |
parent | 9f0927af5d1ec369024a6d8820b44eb414a2257a (diff) | |
download | chromium_src-c2a8d2e1dbb1eb3b265840aa4a4c00ee3bd43ecb.zip chromium_src-c2a8d2e1dbb1eb3b265840aa4a4c00ee3bd43ecb.tar.gz chromium_src-c2a8d2e1dbb1eb3b265840aa4a4c00ee3bd43ecb.tar.bz2 |
Honor mmintrin.h intrinics when instrumenting Chrome with cygprofiler.
BUG=chromium-os:35028
TEST=build chrome with GYP_DEFINES="order_profiling=1"
Review URL: https://chromiumcodereview.appspot.com/11045021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media/media.gyp b/media/media.gyp index e7ca958..51a8f17 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -810,13 +810,6 @@ '..', ], 'conditions': [ - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset=="target"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], [ 'target_arch == "ia32" or target_arch == "x64"', { 'dependencies': [ 'yuv_convert_simd_x86', @@ -864,13 +857,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': [ |