aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/opts.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/opts.gyp')
-rw-r--r--gyp/opts.gyp12
1 files changed, 5 insertions, 7 deletions
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index 010ddfb028..12c4dc560c 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -33,20 +33,18 @@
'conditions': [
[ 'skia_arch_type == "x86" and skia_os != "ios"', {
'conditions': [
- [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos"]', {
+ [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos", "android"]', {
'cflags': [
'-msse2',
],
}],
- [ 'skia_os != "android"', {
- 'dependencies': [
- 'opts_ssse3',
- ],
- }],
],
'include_dirs': [
'../include/utils',
],
+ 'dependencies': [
+ 'opts_ssse3',
+ ],
'sources': [
'../src/opts/opts_check_SSE2.cpp',
'../src/opts/SkBitmapProcState_opts_SSE2.cpp',
@@ -119,7 +117,7 @@
'../src/core',
],
'conditions': [
- [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos"]', {
+ [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos", "android"]', {
'cflags': [
'-mssse3',
],