Lines 54-59
Link Here
|
54 |
'<@(node_builtin_shareable_builtins)', |
54 |
'<@(node_builtin_shareable_builtins)', |
55 |
], |
55 |
], |
56 |
'node_mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)', |
56 |
'node_mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)', |
|
|
57 |
'node_mksnapshot_u_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot_u<(EXECUTABLE_SUFFIX)', |
57 |
'node_js2c_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_js2c<(EXECUTABLE_SUFFIX)', |
58 |
'node_js2c_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_js2c<(EXECUTABLE_SUFFIX)', |
58 |
'conditions': [ |
59 |
'conditions': [ |
59 |
['GENERATOR == "ninja"', { |
60 |
['GENERATOR == "ninja"', { |
Lines 337-347
Link Here
|
337 |
], |
338 |
], |
338 |
}, { |
339 |
}, { |
339 |
'actions': [ |
340 |
'actions': [ |
|
|
341 |
{ |
342 |
'action_name': 'run_pax_mksnapshot', |
343 |
'inputs': [ |
344 |
'<(node_mksnapshot_exec)', |
345 |
], |
346 |
'outputs': [ |
347 |
'<(node_mksnapshot_u_exec)', |
348 |
], |
349 |
'action': [ |
350 |
'bash', |
351 |
'-c', |
352 |
'mv <(node_mksnapshot_exec) <(node_mksnapshot_u_exec) && paxmark.sh m <(node_mksnapshot_u_exec)', |
353 |
], |
354 |
}, |
340 |
{ |
355 |
{ |
341 |
'action_name': 'node_mksnapshot', |
356 |
'action_name': 'node_mksnapshot', |
342 |
'process_outputs_as_sources': 1, |
357 |
'process_outputs_as_sources': 1, |
343 |
'inputs': [ |
358 |
'inputs': [ |
344 |
'<(node_mksnapshot_exec)', |
359 |
'<(node_mksnapshot_u_exec)', |
345 |
], |
360 |
], |
346 |
'outputs': [ |
361 |
'outputs': [ |
347 |
'<(SHARED_INTERMEDIATE_DIR)/node_snapshot.cc', |
362 |
'<(SHARED_INTERMEDIATE_DIR)/node_snapshot.cc', |