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

Unified Diff: gyp/codec.gyp

Issue 1038863003: WIP: Added support for giflib, updated jpeg and png (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 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
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index 29aebe92e7f19e4c505ff92d9df73b58d6ba6cff..25d1a5a3e14bdb71a127e32c642744802c6ddf6e 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -13,6 +13,7 @@
'standalone_static_library': 1,
'dependencies': [
'core.gyp:*',
+ 'giflib.gyp:giflib',
djsollen 2015/03/26 19:51:05 no need to add it here until you have code in this
msarett 2015/03/26 21:06:23 True, I will move this to my gif CL.
'libpng.gyp:libpng',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698