aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/android_deps.gyp
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2015-03-27 12:17:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-27 12:17:00 -0700
commit255dcd11992ebe74eb54202c48cf5394d33a8ce6 (patch)
treecebd8cf7ae2a220fd24a2cc9b5fe605abef11ea0 /gyp/android_deps.gyp
parenta096d7a6d03662073f4cd46f7db5fe2cf5495c36 (diff)
WIP: Added support for giflib, updated jpeg and png
Diffstat (limited to 'gyp/android_deps.gyp')
-rw-r--r--gyp/android_deps.gyp13
1 files changed, 1 insertions, 12 deletions
diff --git a/gyp/android_deps.gyp b/gyp/android_deps.gyp
index 2188150532..ceecb062bc 100644
--- a/gyp/android_deps.gyp
+++ b/gyp/android_deps.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.
+
# This GYP file stores the dependencies necessary to build Skia on the Android
# platform. The OS doesn't provide many stable libraries as part of the
# distribution so we have to build a few of them ourselves.
@@ -39,18 +40,6 @@
},
},
{
- 'target_name': 'gif',
- 'type': 'none',
- 'direct_dependent_settings': {
- 'libraries' : [
- 'libgif.a',
- ],
- 'include_dirs': [
- 'external/giflib',
- ],
- },
- },
- {
'target_name': 'png',
'type': 'none',
'direct_dependent_settings': {