File tree Expand file tree Collapse file tree 2 files changed +1
-225
lines changed Expand file tree Collapse file tree 2 files changed +1
-225
lines changed Original file line number Diff line number Diff line change 178
178
179
179
'dependencies' : [
180
180
'node_js2c#host' ,
181
- 'deps/nghttp2/nghttp2.gyp:nghttp2'
182
181
],
183
182
184
183
'includes' : [
299
298
# node.gyp is added to the project by default.
300
299
'common.gypi' ,
301
300
'<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc' ,
302
- '<(SHARED_INTERMEDIATE_DIR)/node-debug-support.cc' ,
303
301
],
304
302
305
303
'variables' : {
972
970
}]]
973
971
}],
974
972
]
975
- },
976
- {
977
- 'target_name' : 'node_postmortem_metadata' ,
978
- 'type' : 'none' ,
979
- 'toolsets' : ['host' ],
980
- 'actions' : [
981
- {
982
- 'action_name' : 'gen-postmortem-metadata' ,
983
- 'process_outputs_as_sources' : 1 ,
984
- 'inputs' : [
985
- './tools/gen-postmortem-metadata.py' ,
986
- ],
987
- 'outputs' : [
988
- '<(SHARED_INTERMEDIATE_DIR)/node-debug-support.cc' ,
989
- ],
990
- 'action' : [
991
- 'python' ,
992
- './tools/gen-postmortem-metadata.py' ,
993
- '<@(_outputs)' ,
994
- ]
995
- }
996
- ]
997
- },
973
+ }
998
974
], # end targets
999
975
1000
976
'conditions' : [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments