Index: gyp/pdfviewer.gyp |
=================================================================== |
--- gyp/pdfviewer.gyp (revision 10419) |
+++ gyp/pdfviewer.gyp (working copy) |
@@ -99,8 +99,24 @@ |
'core.gyp:core', |
'flags.gyp:flags', |
'libpdfviewer', |
+ 'chop_transparency', |
], |
}, |
+ { |
+ 'target_name': 'chop_transparency', |
+ 'type': 'executable', |
+ 'sources': [ |
+ '../experimental/PdfViewer/chop_transparency_main.cpp', |
+ ], |
+ 'include_dirs': [ |
+ # For SkBitmapHasher.h |
+ '../src/utils/', |
+ ], |
+ 'dependencies': [ |
+ 'skia_lib.gyp:skia_lib', |
+ 'flags.gyp:flags', |
+ ], |
+ }, |
], |
} |