Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: gyp/core.gyp

Issue 22193002: Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON dectection. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix missing dependency Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkUtilsArm.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 14eda4bd3ce42f916c035df9cbe34ccf61ca4afd..7d322a6287c8ac544c1d63346d63351caff83c6e 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',
],
« no previous file with comments | « no previous file | src/core/SkUtilsArm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698