Index: gyp/codec.gyp |
diff --git a/gyp/codec.gyp b/gyp/codec.gyp |
deleted file mode 100644 |
index b9627995ef27a163f916ee25f93d5b984acde6ae..0000000000000000000000000000000000000000 |
--- a/gyp/codec.gyp |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-# GYP file for codec project. |
-{ |
- 'targets': [ |
- { |
- 'target_name': 'codec', |
- 'product_name': 'skia_codec', |
- 'type': 'static_library', |
- 'standalone_static_library': 1, |
- 'dependencies': [ |
- 'core.gyp:*', |
- 'libpng.gyp:libpng', |
- ], |
- 'include_dirs': [ |
- '../include/codec', |
- '../src/codec', |
- ], |
- 'sources': [ |
- '../src/codec/SkCodec.cpp', |
- '../src/codec/SkCodec_libpng.cpp', |
- '../src/codec/SkSwizzler.cpp', |
- ], |
- 'direct_dependent_settings': { |
- 'include_dirs': [ |
- '../include/codec', |
- ], |
- }, |
- }, |
- ], |
-} |