msarett | 506e19a | 2015-11-13 06:11:09 -0800 | [diff] [blame] | 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 | # 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. |
| 9 | |
| 10 | # GYP file for android specific codecs. |
| 11 | { |
| 12 | 'targets': [ |
| 13 | { |
| 14 | 'target_name': 'codec_android', |
| 15 | 'product_name': 'skia_codec_android', |
| 16 | 'type': 'static_library', |
| 17 | 'standalone_static_library': 1, |
| 18 | 'dependencies': [ |
| 19 | 'codec.gyp:codec', |
| 20 | ], |
| 21 | 'include_dirs': [ |
| 22 | '../include/android', |
| 23 | '../include/config', |
| 24 | '../include/core', |
| 25 | '../include/private', |
| 26 | '../src/android', |
| 27 | '../src/codec', |
msarett | 506e19a | 2015-11-13 06:11:09 -0800 | [diff] [blame] | 28 | ], |
| 29 | 'sources': [ |
msarett | 506e19a | 2015-11-13 06:11:09 -0800 | [diff] [blame] | 30 | '../src/android/SkBitmapRegionCodec.cpp', |
| 31 | '../src/android/SkBitmapRegionDecoder.cpp', |
| 32 | ], |
| 33 | 'direct_dependent_settings': { |
| 34 | 'include_dirs': [ |
| 35 | '../include/android', |
| 36 | ], |
| 37 | }, |
| 38 | }, |
| 39 | ], |
| 40 | } |