| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index 4fa1ba0cbd3aeb6e54925b19d55a742dd19a59dd..448860f94ab1ff9adc53bfb5eaba382775da8f08 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -436,13 +436,6 @@
|
| '-L<(nacl_sdk_root)/ports/lib/newlib_x86_<(skia_arch_width)/Release',
|
| ],
|
| },
|
| - }, { # skia_os != "nacl"
|
| - 'link_settings': {
|
| - 'ldflags': [
|
| - '-lstdc++',
|
| - '-lm',
|
| - ],
|
| - },
|
| }],
|
| # Enable asan, tsan, etc.
|
| [ 'skia_sanitizer', {
|
| @@ -638,8 +631,6 @@
|
| },
|
| },
|
| 'libraries': [
|
| - '-lstdc++',
|
| - '-lm',
|
| '-llog',
|
| ],
|
| 'cflags': [
|
| @@ -652,10 +643,6 @@
|
| ],
|
| }],
|
| [ 'skia_android_framework', {
|
| - 'libraries!': [
|
| - '-lstdc++',
|
| - '-lm',
|
| - ],
|
| 'cflags!': [
|
| '-fuse-ld=gold',
|
| ],
|
|
|