File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 469
469
'<(INTERMEDIATE_DIR)/snapshot.cc' ,
470
470
'<(INTERMEDIATE_DIR)/embedded.cc' ,
471
471
],
472
+ 'action' : [
473
+ '<(python)' ,
474
+ '<(V8_ROOT)/tools/snapshot/asm_to_inline_asm.py' ,
475
+ '<@(_inputs)' ,
476
+ '<(INTERMEDIATE_DIR)/embedded.cc' , # important: embedded.cc is only ever generated if OS == "win"
477
+ ],
472
478
}],
473
479
# Under non-Windows systems, we effectively ignore the output of this
474
480
# action. We do need to build snapshot.cc, however.
475
481
['OS != "win"' , {
476
- 'outputs' : ['<(INTERMEDIATE_DIR)/snapshot.cc' ]
482
+ 'outputs' : ['<(INTERMEDIATE_DIR)/snapshot.cc' ],
483
+ 'action' : [],
477
484
}],
478
485
],
479
486
'process_outputs_as_sources' : 1 ,
480
- 'action' : [
481
- '<(python)' ,
482
- '<(V8_ROOT)/tools/snapshot/asm_to_inline_asm.py' ,
483
- '<@(_inputs)' ,
484
- '<(INTERMEDIATE_DIR)/embedded.cc' ,
485
- ],
487
+
486
488
},
487
489
],
488
490
}, # v8_snapshot
You can’t perform that action at this time.
0 commit comments