| Index: skia/skia.gyp
|
| diff --git a/skia/skia.gyp b/skia/skia.gyp
|
| index c2562f071118be8cc92b9a4a3241117ba65df66d..54d4d6a6c92908e17cba9d4e9a7dff2a390e7bb7 100644
|
| --- a/skia/skia.gyp
|
| +++ b/skia/skia.gyp
|
| @@ -274,13 +274,6 @@
|
| 'SK_SUPPORT_GPU=0',
|
| ],
|
| }],
|
| - ['order_profiling != 0', {
|
| - 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| - 'cflags!': [ '-finstrument-functions' ],
|
| - }],
|
| - ],
|
| - }],
|
| #Settings for text blitting, chosen to approximate the system browser.
|
| [ 'OS == "linux"', {
|
| 'defines': [
|
| @@ -651,13 +644,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',
|
| @@ -686,13 +672,6 @@
|
| },
|
| { # arm
|
| 'conditions': [
|
| - ['order_profiling != 0', {
|
| - 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| - 'cflags!': [ '-finstrument-functions' ],
|
| - }],
|
| - ],
|
| - }],
|
| [ 'armv7 == 1', {
|
| 'defines': [
|
| '__ARM_ARCH__=7',
|
| @@ -777,13 +756,6 @@
|
| '-mssse3',
|
| ],
|
| }],
|
| - ['order_profiling != 0', {
|
| - 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| - 'cflags!': [ '-finstrument-functions' ],
|
| - }],
|
| - ],
|
| - }],
|
| [ 'OS == "mac"', {
|
| 'xcode_settings': {
|
| 'GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS': 'YES',
|
|
|