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

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: Added conditionals to jpeg and png sources, removed extra giflib 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 75eb76b9e86325c16948b6754debc6ce1488b35b..4d13354befd7b1faa956d05d65e739cae681df3d 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -1,3 +1,8 @@
+# Copyright 2015 Google Inc.
+#
+# 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': [
@@ -130,7 +135,7 @@
'../src/utils',
],
'dependencies': [
- 'android_deps.gyp:gif',
+ 'giflib.gyp:giflib',
'android_deps.gyp:png',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698