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

Unified Diff: gyp/tools.gyp

Issue 14907017: add SkLuaCanvas (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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/lua.gyp ('k') | include/utils/SkLuaCanvas.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 ec521cf97153bd414a344115f8ffaad98c932b16..4ece77cbe6ab667fd0a450a9aa23dc946c4bd413 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -15,6 +15,7 @@
'dependencies': [
'bench_pictures',
'filter',
+ 'lua_pictures',
'pinspect',
'render_pdfs',
'render_pictures',
@@ -93,6 +94,25 @@
],
},
{
+ 'target_name': 'lua_pictures',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/lua/lua_pictures.cpp',
+ '../src/utils/SkLuaCanvas.cpp',
+ ],
+ 'dependencies': [
+ 'skia_base_libs.gyp:skia_base_libs',
+ 'effects.gyp:effects',
+ 'utils.gyp:utils',
+ 'images.gyp:images',
+ 'tools.gyp:picture_renderer',
+ 'tools.gyp:picture_utils',
+ 'ports.gyp:ports',
+ 'flags.gyp:flags',
+ 'lua.gyp:lua',
+ ],
+ },
+ {
'target_name': 'render_pictures',
'type': 'executable',
'sources': [
« no previous file with comments | « gyp/lua.gyp ('k') | include/utils/SkLuaCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698