diff options
author | 2013-08-05 17:26:11 +0000 | |
---|---|---|
committer | 2013-08-05 17:26:11 +0000 | |
commit | 5149bd954b301abb3cb1e6332c5c84a8d3b99681 (patch) | |
tree | 12e5ecec6f7b7114cdfdf89480bb75c05e2bb9c4 /gyp | |
parent | 66017f6cc52770c04078dc74ddcda27349002652 (diff) |
pdfviewer: set backdround to transparent, and add an app to chop transparent content in png files.
Review URL: https://codereview.chromium.org/21981008
git-svn-id: http://skia.googlecode.com/svn/trunk@10538 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/pdfviewer.gyp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gyp/pdfviewer.gyp b/gyp/pdfviewer.gyp index 8552f3be3a..063c294c24 100644 --- a/gyp/pdfviewer.gyp +++ b/gyp/pdfviewer.gyp @@ -99,6 +99,22 @@ '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', ], }, ], |