Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: platform_tools/android/gyp/dependencies.gypi

Issue 1275773004: Switching Skia to chromium's libjpeg-turbo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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' : [

Powered by Google App Engine
This is Rietveld 408576698