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

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: For review 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..4e92dc2210a088652e71e7e6f663c0b137d73a2f 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',
'android_deps.gyp:png',
],
'conditions': [
@@ -156,8 +157,8 @@
}],
[ 'skia_os == "chromeos"', {
'dependencies': [
- 'chromeos_deps.gyp:gif',
- 'libpng.gyp:libpng',
+ 'giflib.gyp:giflib'
+ 'libpng.gyp:libpng',
],
}],
[ 'skia_os == "ios"', {

Powered by Google App Engine
This is Rietveld 408576698