Index: gyp/opts.gyp |
diff --git a/gyp/opts.gyp b/gyp/opts.gyp |
index 9fe4023ea621f51b5e9870c0b696966a9f04f428..83dfe14b049b86c28ba28bcb3d72b5743f571c97 100644 |
--- a/gyp/opts.gyp |
+++ b/gyp/opts.gyp |
@@ -1,4 +1,3 @@ |
-# Gyp file for opts projects |
{ |
'targets': [ |
# Due to an unfortunate intersection of lameness between gcc and gyp, |
@@ -99,9 +98,7 @@ |
}], |
], |
}], |
- [ '(skia_arch_type == "mips") or (skia_arch_type == "arm" and arm_version < 7) \ |
- or (skia_os == "ios") \ |
- or (skia_os == "android" and skia_arch_type not in ["x86", "arm", "mips"])', { |
+ [ '(skia_arch_type == "mips") or (skia_arch_type == "arm" and arm_version < 7) or (skia_os == "ios")', { |
'sources': [ |
'../src/opts/SkBitmapProcState_opts_none.cpp', |
'../src/opts/SkBlitMask_opts_none.cpp', |