| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index ce397f3cf31a6dfbe005f974cab5bf6adb5e2605..e689ed1fd7686b595ae4a3cee6718bb3e024d5e4 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -15,8 +15,6 @@
|
| 'dependencies': [
|
| 'bbh_shootout',
|
| 'bench_pictures',
|
| - 'bench_record',
|
| - 'bench_playback',
|
| 'dump_record',
|
| 'filter',
|
| 'gpuveto',
|
| @@ -413,40 +411,6 @@
|
| ],
|
| },
|
| {
|
| - 'target_name': 'bench_record',
|
| - 'type': 'executable',
|
| - 'sources': [
|
| - '../tools/bench_record.cpp',
|
| - '../tools/LazyDecodeBitmap.cpp',
|
| - ],
|
| - 'include_dirs': [
|
| - '../src/core/',
|
| - '../src/images',
|
| - '../src/lazy',
|
| - ],
|
| - 'dependencies': [
|
| - 'timer',
|
| - 'flags.gyp:flags',
|
| - 'skia_lib.gyp:skia_lib',
|
| - ],
|
| - },
|
| - {
|
| - 'target_name': 'bench_playback',
|
| - 'type': 'executable',
|
| - 'sources': [
|
| - '../tools/bench_playback.cpp',
|
| - ],
|
| - 'include_dirs': [
|
| - '../src/core/',
|
| - '../src/images',
|
| - ],
|
| - 'dependencies': [
|
| - 'timer',
|
| - 'flags.gyp:flags',
|
| - 'skia_lib.gyp:skia_lib',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'dump_record',
|
| 'type': 'executable',
|
| 'sources': [
|
|
|