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

Unified Diff: gyp/tools.gyp

Issue 176863004: Add new skpinfo tool (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Next round of review changes Created 6 years, 10 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 | « debugger/QT/SkDebuggerGUI.cpp ('k') | include/core/SkPicture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
===================================================================
--- gyp/tools.gyp (revision 13640)
+++ gyp/tools.gyp (working copy)
@@ -25,6 +25,7 @@
'skdiff',
'skhello',
'skpdiff',
+ 'skpinfo',
'skpmaker',
'skimage',
'test_image_decoder',
@@ -181,6 +182,21 @@
'utils.gyp:utils',
],
},
+ {
+ 'target_name': 'skpinfo',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/skpinfo.cpp',
+ ],
+ 'include_dirs': [
+ '../tools/flags',
+ '../src/core/',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
{
'target_name': 'lua_app',
« no previous file with comments | « debugger/QT/SkDebuggerGUI.cpp ('k') | include/core/SkPicture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698