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

Unified Diff: gyp/images.gyp

Issue 1038863003: WIP: Added support for giflib, updated jpeg and png (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixed merge conflicts 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/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 4cce08e7a1e5b26810ee9aa6ec6847356559efb5..4d13354befd7b1faa956d05d65e739cae681df3d 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -2,6 +2,7 @@
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
# GYP file for images project.
{
'targets': [
@@ -134,7 +135,7 @@
'../src/utils',
],
'dependencies': [
- 'android_deps.gyp:gif',
+ 'giflib.gyp:giflib',
djsollen 2015/03/27 01:20:51 do all platforms use this now? If so it can be add
scroggo 2015/03/27 12:38:51 Windows does not.
'android_deps.gyp:png',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698