| Index: tools/tools.gyp
|
| diff --git a/tools/tools.gyp b/tools/tools.gyp
|
| index e099fc1d19951a3ee489685ce6b55bba839f6717..f64bc47846a50280d4a68300bd0a50815d1a4da0 100644
|
| --- a/tools/tools.gyp
|
| +++ b/tools/tools.gyp
|
| @@ -45,6 +45,22 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'exception_port_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': [
|
| + 'exception_port_tool.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'on_demand_service_tool',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|