Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: gyp/tools.gyp

Issue 1288963002: Provides multiple implementations of Android's SkBitmapRegionDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Disable png subsets for SkImageDecoder Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/dm.gypi ('k') | tools/SkBitmapRegionCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « gyp/dm.gypi ('k') | tools/SkBitmapRegionCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698