Chromium Code Reviews| Index: platform_tools/android/gyp/dependencies.gypi |
| diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi |
| index fb9e80bb4a0860b0e603b81c79fe9d8a952e4c38..7e2bf99e5f6806f894216ca747ea1352870a827c 100644 |
| --- a/platform_tools/android/gyp/dependencies.gypi |
| +++ b/platform_tools/android/gyp/dependencies.gypi |
| @@ -183,18 +183,18 @@ |
| '../third_party/externals/jpeg/jutils.c', |
| ], |
| 'conditions': [ |
| - [ 'arm_neon == 1 and skia_clang_build == 0', |
| - { |
| - 'sources' : [ |
| - '../third_party/externals/jpeg/armv6_idct.S', |
| - '../third_party/externals/jpeg/jsimd_arm_neon.S', |
| - '../third_party/externals/jpeg/jsimd_neon.c', |
| - ], |
| - 'defines' : [ |
| - 'NV_ARM_NEON', |
| - ], |
| - }, |
| - ], |
| + #[ 'arm_neon == 1 and skia_clang_build == 0', |
|
msarett
2015/08/10 17:28:21
There are namespace conflicts between simd arm/neo
|
| + # { |
| + # 'sources' : [ |
| + # '../third_party/externals/jpeg/armv6_idct.S', |
| + # '../third_party/externals/jpeg/jsimd_arm_neon.S', |
| + # '../third_party/externals/jpeg/jsimd_neon.c', |
| + # ], |
| + # 'defines' : [ |
| + # 'NV_ARM_NEON', |
| + # ], |
| + # }, |
| + #], |
| [ '"mips" in skia_arch_type and mips_dsp == 2', |
| { |
| 'sources' : [ |