1
0
Fork 0

Fix python invokation

This commit is contained in:
Andreas Streichardt 2016-02-11 14:57:48 +01:00
parent ed3f635407
commit bcae81dc7b
3 changed files with 5 additions and 5 deletions

View File

@ -127,7 +127,7 @@
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
],
'action': [
'python',
'$(PYTHON_EXECUTABLE)',
'../tools/js2c.py',
'<@(_outputs)',
'D8',

View File

@ -320,7 +320,7 @@
'<(generated_file)',
],
'action': [
'python',
'$(PYTHON_EXECUTABLE)',
'../../tools/js2c.py',
'<@(_outputs)',
'TEST', # type

View File

@ -1731,14 +1731,13 @@
'action_name': 'js2c',
'inputs': [
'../../tools/js2c.py',
'<@(library_files)',
'<@(i18n_library_files)',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
],
'action': [
'python',
'$(PYTHON_EXECUTABLE)',
'../../tools/js2c.py',
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
'CORE',
@ -1757,6 +1756,7 @@
{
'action_name': 'js2c_experimental',
'inputs': [
'$(PYTHON_EXECUTABLE)',
'../../tools/js2c.py',
'<@(experimental_library_files)',
],
@ -1764,7 +1764,7 @@
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
],
'action': [
'python',
'$(PYTHON_EXECUTABLE)',
'../../tools/js2c.py',
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
'EXPERIMENTAL',