| Index: tools/tools.gyp
|
| diff --git a/tools/tools.gyp b/tools/tools.gyp
|
| index fdcbd0192b3e86fa91e7563bade6de386a00526b..9a1119ac5d572ed48b2db983039f7c057491511b 100644
|
| --- a/tools/tools.gyp
|
| +++ b/tools/tools.gyp
|
| @@ -102,6 +102,22 @@
|
| 'mac/on_demand_service_tool.mm',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'run_with_crashpad',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'tool_support',
|
| + '../client/client.gyp:client',
|
| + '../compat/compat.gyp:compat',
|
| + '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'mac/run_with_crashpad.cc',
|
| + ],
|
| + },
|
| ],
|
| }, {
|
| 'targets': [],
|
|
|