Chromium Code Reviews

Unified Diff: gyp/libwebp.gyp

Issue 16318003: Fix iOS build for webP (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | 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..d1b28190d5b6c2eea4bba483d29c9faed547c60e 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -67,7 +67,7 @@
{
'target_name': 'libwebp_dsp_neon',
'conditions': [
- ['armv7 == 1', {
+ ['skia_os in ["android", "ios"]', {
borenet 2013/06/11 12:20:07 What about x86 Android? I think it might be bette
'type': 'static_library',
'include_dirs': [
'../third_party/externals/libwebp',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine