Index: skia/skia_library_opts.gyp |
diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp |
index 37f5eb44addf19bb387eb61118642ac4367e92a5..1536ee7cd39a71d7c612582b483de517a8f634b6 100644 |
--- a/skia/skia_library_opts.gyp |
+++ b/skia/skia_library_opts.gyp |
@@ -65,16 +65,6 @@ |
}], |
[ 'target_arch == "arm"', { |
'conditions': [ |
- [ 'arm_version >= 7 and arm_neon == 1', { |
djsollen
2014/07/31 16:05:54
this is not needed as it is pulled in from the ski
|
- 'defines': [ |
- '__ARM_HAVE_NEON', |
- ], |
- }], |
- [ 'arm_version >= 7 and arm_neon_optional == 1', { |
- 'defines': [ |
- '__ARM_HAVE_OPTIONAL_NEON_SUPPORT', |
- ], |
- }], |
[ 'arm_version >= 7 and (arm_neon == 1 or arm_neon_optional == 1)', { |
'cflags': [ |
# The neon assembly contains conditional instructions which |
@@ -332,18 +322,6 @@ |
'../third_party/skia/src/opts/memset16_neon.S', |
'../third_party/skia/src/opts/memset32_neon.S', |
], |
- 'conditions': [ |
djsollen
2014/07/31 16:05:54
same here
|
- ['arm_neon == 1', { |
- 'defines': [ |
- '__ARM_HAVE_NEON', |
- ], |
- }], |
- ['arm_neon_optional == 1', { |
- 'defines': [ |
- '__ARM_HAVE_OPTIONAL_NEON_SUPPORT', |
- ], |
- }], |
- ], |
}, |
], |
}], |