| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index ce24d9db54fe2054108524da64fbae8a67ef17f3..049e3939e8ef4a801cbeae7fcf03ce7e65e868bf 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -15,6 +15,7 @@
|
| 'dependencies': [
|
| 'bbh_shootout',
|
| 'bench_pictures',
|
| + 'bench_record',
|
| 'filter',
|
| 'lua_app',
|
| 'lua_pictures',
|
| @@ -263,6 +264,16 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'bench_record',
|
| + 'type': 'executable',
|
| + 'sources': ['../tools/bench_record.cpp'],
|
| + 'include_dirs': [ '../src/core/' ],
|
| + 'dependencies': [
|
| + 'flags.gyp:flags',
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'picture_renderer',
|
| 'type': 'static_library',
|
| 'sources': [
|
|
|