| Index: tools/tools.gyp
|
| diff --git a/tools/tools.gyp b/tools/tools.gyp
|
| index 8c623cfe7c5daebf955a2c511c9e53644b4beecf..e099fc1d19951a3ee489685ce6b55bba839f6717 100644
|
| --- a/tools/tools.gyp
|
| +++ b/tools/tools.gyp
|
| @@ -29,6 +29,22 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'catch_exception_tool',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'tool_support',
|
| + '../compat/compat.gyp:compat',
|
| + '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
|
| + '../util/util.gyp:util',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'catch_exception_tool.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'on_demand_service_tool',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|