Index: gyp/libpng.gyp |
diff --git a/gyp/libpng.gyp b/gyp/libpng.gyp |
index 45be5f7180ded5c363694af89d928c0ebb66d186..c6014bbd5eea4b4c23df6781e3d421883fb83090 100644 |
--- a/gyp/libpng.gyp |
+++ b/gyp/libpng.gyp |
@@ -12,19 +12,6 @@ |
'target_name': 'libpng', |
'type': 'none', |
'conditions': [ |
- [ 'skia_os == "android"', { |
- 'dependencies': [ 'android_deps.gyp:png' ], |
- 'export_dependent_settings': [ 'android_deps.gyp:png' ], |
- },{ |
- 'dependencies': [ 'libpng.gyp:libpng_static' ], |
- 'export_dependent_settings': [ 'libpng.gyp:libpng_static' ], |
- }] |
- ] |
- }, |
- { |
- 'target_name': 'libpng_static_when_possible', |
- 'type': 'none', |
- 'conditions': [ |
[ 'skia_android_framework', { |
'dependencies': [ 'android_deps.gyp:png' ], |
'export_dependent_settings': [ 'android_deps.gyp:png' ], |