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 /skia | |
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 'skia')
-rw-r--r-- | skia/skia.gyp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 9af8e01..58eb437 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -283,13 +283,6 @@ ], }, }], - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset=="target"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], #Settings for text blitting, chosen to approximate the system browser. [ 'OS == "linux"', { 'defines': [ @@ -665,13 +658,6 @@ '../third_party/skia/src/core', ], 'conditions': [ - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset=="target"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], [ 'os_posix == 1 and OS != "mac" and OS != "android" and target_arch != "arm"', { 'cflags': [ '-msse2', @@ -700,13 +686,6 @@ }, { # arm 'conditions': [ - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset=="target"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], [ 'armv7 == 1', { 'defines': [ '__ARM_ARCH__=7', @@ -791,13 +770,6 @@ '-mssse3', ], }], - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset=="target"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], [ 'OS == "mac"', { 'xcode_settings': { 'GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS': 'YES', |