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

Unified Diff: gyp/libwebp.gyp

Issue 153093003: Gyp file changes for the android framework. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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/images.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 cacfab63baf96697a78cc7985fb90e39dcf39a31..1f8689ada3dfc84747b0b128e60d75f66acb6a1e 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -4,13 +4,7 @@
{
'variables': {
- 'conditions':[
- ['skia_android_framework == 1', {
- 'use_system_libwebp': 1,
- }, {
- 'use_system_libwebp%': 0,
- }],
- ],
+ 'use_system_libwebp%': 0,
},
'conditions': [
['use_system_libwebp==0', {
@@ -162,36 +156,20 @@
},
],
}, {
- # use_system_libwep == 1
'targets': [
{
'target_name': 'libwebp',
'type': 'none',
- 'conditions': [
- [ 'skia_android_framework', {
- 'direct_dependent_settings': {
- 'libraries': [
- 'libwebp-decode.a',
- 'libwebp-encode.a',
- ],
- 'include_dirs': [
- 'external/webp/include',
- ],
- },
- }, { # skia_android_framework == 0
- 'direct_dependent_settings': {
- 'defines': [
- 'ENABLE_WEBP',
- ],
- },
- 'link_settings': {
- 'libraries': [
- '-lwebp',
- ],
- },
- },
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'ENABLE_WEBP',
],
- ],
+ },
+ 'link_settings': {
+ 'libraries': [
+ '-lwebp',
+ ],
+ },
}
],
}],
« no previous file with comments | « gyp/images.gyp ('k') | gyp/opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698