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

Unified Diff: gyp/libwebp.gyp

Issue 21096005: update gyp for ARM builds to be more well defined. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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 | « gyp/core.gyp ('k') | gyp/opts.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libwebp.gyp
diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
index 4b36fbb31b6bba92b24f69f1eafa1c2a3f20e58d..17e0026f2f8d4ef78e7975f8645c8762cce82888 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -67,7 +67,7 @@
{
'target_name': 'libwebp_dsp_neon',
'conditions': [
- ['armv7 == 1', {
+ ['arm_version >= 7', {
'type': 'static_library',
'include_dirs': [
'../third_party/externals/libwebp',
@@ -82,7 +82,7 @@
'-mfpu=vfpv3-d16',
],
'cflags': [ '-mfpu=neon' ],
- },{ # "armv7 != 1"
+ },{ # !(arm_version >= 7)
'type': 'none',
}],
],
« no previous file with comments | « gyp/core.gyp ('k') | gyp/opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698