Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 'targets': [ | |
| 3 { | |
| 4 'target_name': 'skflate', | |
| 5 'type': 'static_library', | |
| 6 'dependencies': [ | |
| 7 'skia_lib.gyp:skia_lib', | |
| 8 'libzlib.gyp:libzlib', | |
| 9 ], | |
| 10 'sources': [ | |
| 11 '../include/core/SkFlate.h', | |
| 12 '../src/core/SkFlate.cpp', | |
| 13 ], | |
| 14 }, | |
| 15 ], | |
| 16 } | |
| OLD | NEW |