| Index: gyp/tools.gyp
|
| ===================================================================
|
| --- gyp/tools.gyp (revision 14378)
|
| +++ gyp/tools.gyp (working copy)
|
| @@ -18,6 +18,7 @@
|
| 'bench_record',
|
| 'bench_playback',
|
| 'filter',
|
| + 'gpuveto',
|
| 'lua_app',
|
| 'lua_pictures',
|
| 'pinspect',
|
| @@ -198,8 +199,25 @@
|
| 'skia_lib.gyp:skia_lib',
|
| ],
|
| },
|
| -
|
| {
|
| + 'target_name': 'gpuveto',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + '../tools/gpuveto.cpp',
|
| + '../tools/LazyDecodeBitmap.cpp',
|
| + ],
|
| + 'include_dirs': [
|
| + '../src/core/',
|
| + '../src/images',
|
| + '../src/lazy',
|
| + '../tools/flags',
|
| + ],
|
| + 'dependencies': [
|
| + 'flags.gyp:flags',
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'lua_app',
|
| 'type': 'executable',
|
| 'sources': [
|
|
|