aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r--gyp/core.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 14eda4bd3c..7d322a6287 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -79,11 +79,13 @@
'sources': [
'../src/core/SkPaintOptionsAndroid.cpp',
],
+ 'dependencies': [
+ 'android_deps.gyp:cpu_features',
+ ],
}],
- [ 'skia_os == "android" and skia_arch_type == "arm"', {
+ [ 'skia_arch_type == "arm"', {
# The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android.
'sources': [
- '../src/core/SkPaintOptionsAndroid.cpp',
'../src/core/SkUtilsArm.cpp',
'../src/core/SkUtilsArm.h',
],