File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 438
438
'inputs' : [ '<(opensslconfig)' , ],
439
439
'outputs' : [ '<(opensslconfig_internal)' , ],
440
440
'action' : [
441
- 'python' , 'tools/copyfile.py' ,
441
+ '<( python) ' , 'tools/copyfile.py' ,
442
442
'<(opensslconfig)' ,
443
443
'<(opensslconfig_internal)' ,
444
444
],
Original file line number Diff line number Diff line change 1782
1782
}],
1783
1783
],
1784
1784
'action' : [
1785
- 'python' , '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py' ,
1785
+ '<( python) ' , '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py' ,
1786
1786
'<@(v8_dump_build_config_args)' ,
1787
1787
],
1788
1788
},
1876
1876
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc' ,
1877
1877
],
1878
1878
'action' : [
1879
- 'python' ,
1879
+ '<( python) ' ,
1880
1880
'<(V8_ROOT)/tools/gen-postmortem-metadata.py' ,
1881
1881
'<@(_outputs)' ,
1882
1882
'<@(heapobject_files)'
You can’t perform that action at this time.
0 commit comments