| Index: gyp/bench.gyp
|
| diff --git a/gyp/bench.gyp b/gyp/bench.gyp
|
| index 2a5071a2f147ccbe943c82d5527da9d0bb3111df..9147f40a3440866922da483538e13ede0a731e76 100644
|
| --- a/gyp/bench.gyp
|
| +++ b/gyp/bench.gyp
|
| @@ -6,34 +6,6 @@
|
| ],
|
| 'targets': [
|
| {
|
| - 'target_name': 'bench',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'flags.gyp:flags',
|
| - 'jsoncpp.gyp:jsoncpp',
|
| - 'skia_lib.gyp:skia_lib',
|
| - 'tools.gyp:crash_handler',
|
| - 'tools.gyp:timer',
|
| - ],
|
| - 'sources': [
|
| - '../bench/BenchLogger.cpp',
|
| - '../bench/BenchLogger.h',
|
| - '../bench/GMBench.cpp',
|
| - '../bench/GMBench.h',
|
| - '../bench/ResultsWriter.cpp',
|
| - '../bench/benchmain.cpp',
|
| - ],
|
| - 'conditions': [
|
| - ['skia_android_framework == 1', {
|
| - 'libraries': [ '-lskia' ],
|
| - }],
|
| - ],
|
| - 'includes': [
|
| - 'bench.gypi',
|
| - 'gmslides.gypi',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'nanobench',
|
| 'type': 'executable',
|
| 'sources': [
|
|
|