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