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

Unified Diff: gyp/tools.gyp

Issue 1350323002: Add slice tool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename slice to imgslice 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 | « no previous file | tools/flags/SkCommandLineFlags.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 1c443229eefaac09e431faf513abf8e5cf159d9c..9516b23c73fe5e36e8b02a03f6aa2488b7801586 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -36,6 +36,7 @@
'skpdiff',
'skpinfo',
'skpmaker',
+ 'imgslice',
'test_image_decoder',
'test_public_includes',
'whitelist_typefaces',
@@ -310,6 +311,20 @@
],
},
{
+ 'target_name': 'imgslice',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/imgslice.cpp',
+ ],
+ 'include_dirs': [
+ '../include/core',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'flatten',
'type': 'executable',
'sources': [
« no previous file with comments | « no previous file | tools/flags/SkCommandLineFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698