| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 5c0dbe723bb0cba0c0347082b6c1344a11647f12..54f90bd4f863bfe5ffe70f9fe076d1cb94d882ee 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1079,6 +1079,34 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'net_docs',
|
| + 'type': 'none',
|
| + 'actions': [
|
| + {
|
| + 'action_name': 'net_docs',
|
| + 'variables': {
|
| + 'net_docs_input_dir': '.',
|
| + },
|
| + 'inputs': [
|
| + '<@(net_docs_sources)',
|
| + ],
|
| + 'outputs': [
|
| + '<(net_docs_output_dir)',
|
| + ],
|
| + 'action': [
|
| + 'python',
|
| + '<(net_docs_script)',
|
| + '--input_path',
|
| + '<(net_docs_input_dir)',
|
| + '--output_path',
|
| + '<(net_docs_output_dir)',
|
| + '<@(net_docs_sources)',
|
| + ],
|
| + 'message': 'Rendering network stack documentation',
|
| + }
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'http_server',
|
| 'type': 'static_library',
|
| 'variables': { 'enable_wexit_time_destructors': 1, },
|
|
|