| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index ab8b4c6d8b4456f2133a208862505a7d21ee7c86..b993d24120c565a0b8395c1ce8f58ec1900b75be 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -90,6 +90,38 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'monobench',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'flags.gyp:flags',
|
| + 'flags.gyp:flags_common',
|
| + 'resources',
|
| + 'skia_lib.gyp:skia_lib',
|
| + 'timer',
|
| + 'pdf.gyp:pdf',
|
| + 'tools.gyp:sk_tool_utils',
|
| + ],
|
| + 'include_dirs': [
|
| + '../bench',
|
| + '../include/private',
|
| + '../src/core',
|
| + '../src/effects',
|
| + '../src/effects/gradients',
|
| + '../src/image',
|
| + '../src/gpu',
|
| + '../src/pdf',
|
| + '../src/utils',
|
| + ],
|
| + 'sources': [
|
| + '../tools/monobench.cpp',
|
| + '../bench/Benchmark.cpp',
|
| + '<!@(python find.py ../bench "*Bench.cpp")',
|
| + ],
|
| + 'sources!': [
|
| + '../bench/GMBench.cpp',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'chrome_fuzz',
|
| 'type': 'executable',
|
| 'sources': [
|
|
|