| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 5 |
| 1 # GYP file for codec project. | 6 # GYP file for codec project. |
| 2 { | 7 { |
| 3 'targets': [ | 8 'targets': [ |
| 4 { | 9 { |
| 5 'target_name': 'codec', | 10 'target_name': 'codec', |
| 6 'product_name': 'skia_codec', | 11 'product_name': 'skia_codec', |
| 7 'type': 'static_library', | 12 'type': 'static_library', |
| 8 'standalone_static_library': 1, | 13 'standalone_static_library': 1, |
| 9 'dependencies': [ | 14 'dependencies': [ |
| 10 'core.gyp:*', | 15 'core.gyp:*', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 '../src/codec/SkSwizzler.cpp', | 28 '../src/codec/SkSwizzler.cpp', |
| 24 ], | 29 ], |
| 25 'direct_dependent_settings': { | 30 'direct_dependent_settings': { |
| 26 'include_dirs': [ | 31 'include_dirs': [ |
| 27 '../include/codec', | 32 '../include/codec', |
| 28 ], | 33 ], |
| 29 }, | 34 }, |
| 30 }, | 35 }, |
| 31 ], | 36 ], |
| 32 } | 37 } |
| OLD | NEW |