| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index 463fa732a78d012549cbb5f1ab2de1aeb577036b..1c443229eefaac09e431faf513abf8e5cf159d9c 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -18,6 +18,7 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| 'bench_pictures',
|
| + 'bitmap_region_decoder',
|
| 'chrome_fuzz',
|
| 'dump_record',
|
| 'filter',
|
| @@ -50,6 +51,21 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'bitmap_region_decoder',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + '../tools/SkBitmapRegionCanvas.cpp',
|
| + '../tools/SkBitmapRegionDecoderInterface.cpp',
|
| + '../tools/SkBitmapRegionSampler.cpp',
|
| + ],
|
| + 'include_dirs': [
|
| + '../include/private'
|
| + ],
|
| + 'dependencies': [
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'chrome_fuzz',
|
| 'type': 'executable',
|
| 'sources': [
|
|
|