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

Unified Diff: gyp/tools.gyp

Issue 108343006: create simple 'skpmaker' tool to generate SKP files for testing (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: happy new year Created 6 years, 12 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/skpmaker.cpp » ('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 f748157a720155c4ff09c27cdfd9d66a2a511bc8..ce24d9db54fe2054108524da64fbae8a67ef17f3 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -13,17 +13,18 @@
'target_name': 'tools',
'type': 'none',
'dependencies': [
+ 'bbh_shootout',
'bench_pictures',
'filter',
- 'lua_pictures',
- 'bbh_shootout',
'lua_app',
+ 'lua_pictures',
'pinspect',
'render_pdfs',
'render_pictures',
'skdiff',
- 'skpdiff',
'skhello',
+ 'skpdiff',
+ 'skpmaker',
'skimage',
'test_image_decoder',
],
@@ -110,6 +111,20 @@
],
},
{
+ 'target_name': 'skpmaker',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/skpmaker.cpp',
+ ],
+ 'include_dirs': [
+ '../src/core',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'skimagediff',
'type': 'executable',
'sources': [
« no previous file with comments | « no previous file | tools/skpmaker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698