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

Unified Diff: gyp/android_deps.gyp

Issue 1406153015: Remove dependencies on Android's forked decoder libraries (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: It is 2015 Created 5 years, 1 month 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 | « DEPS ('k') | gyp/codec.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/android_deps.gyp
diff --git a/gyp/android_deps.gyp b/gyp/android_deps.gyp
index ceecb062bceb9e3643eb9e5b0fea136c9c4882dc..07188db8e8a90704f762a54a1b8341fe82afefa1 100644
--- a/gyp/android_deps.gyp
+++ b/gyp/android_deps.gyp
@@ -52,14 +52,14 @@
},
},
{
- 'target_name': 'jpeg',
+ 'target_name': 'libjpeg-turbo',
'type': 'none',
'direct_dependent_settings': {
'libraries' : [
- '-ljpeg',
+ '-ljpeg-turbo',
],
'include_dirs': [
- 'external/jpeg',
+ 'external/libjpeg-turbo',
],
},
},
« no previous file with comments | « DEPS ('k') | gyp/codec.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698