File tree 1 file changed +9
-7
lines changed 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 509
509
'<(INTERMEDIATE_DIR)/snapshot.cc' ,
510
510
'<(INTERMEDIATE_DIR)/embedded.cc' ,
511
511
],
512
+ 'action' : [
513
+ '<(python)' ,
514
+ '<(V8_ROOT)/tools/snapshot/asm_to_inline_asm.py' ,
515
+ '<@(_inputs)' ,
516
+ '<(INTERMEDIATE_DIR)/embedded.cc' , # important: embedded.cc is only ever generated if OS == "win"
517
+ ],
512
518
}],
513
519
# Under non-Windows systems, we effectively ignore the output of this
514
520
# action. We do need to build snapshot.cc, however.
515
521
['OS != "win"' , {
516
- 'outputs' : ['<(INTERMEDIATE_DIR)/snapshot.cc' ]
522
+ 'outputs' : ['<(INTERMEDIATE_DIR)/snapshot.cc' ],
523
+ 'action' : [],
517
524
}],
518
525
],
519
526
'process_outputs_as_sources' : 1 ,
520
- 'action' : [
521
- '<(python)' ,
522
- '<(V8_ROOT)/tools/snapshot/asm_to_inline_asm.py' ,
523
- '<@(_inputs)' ,
524
- '<(INTERMEDIATE_DIR)/embedded.cc' ,
525
- ],
527
+
526
528
},
527
529
],
528
530
}, # v8_snapshot
You can’t perform that action at this time.
0 commit comments