Index: gyp/opts.gyp |
diff --git a/gyp/opts.gyp b/gyp/opts.gyp |
index 2e08664dd2bb842e6d1a92b7bce9955f3553f3f7..b4fb6098818fefd343bcba23fb4430e436f543da 100644 |
--- a/gyp/opts.gyp |
+++ b/gyp/opts.gyp |
@@ -66,13 +66,6 @@ |
[ 'arm_neon == 1 or arm_neon_optional == 1', { |
'dependencies': [ 'opts_neon' ] |
}], |
- [ 'skia_os == "ios"', { |
- 'sources!': [ |
- # these fail to compile under xcode for ios |
- '../src/opts/SkBitmapProcState_opts_arm.cpp', |
- '../src/opts/SkBlitRow_opts_arm.cpp', |
- ], |
- }], |
], |
}], |