mirror of
https://github.com/nodejs/node.git
synced 2025-05-05 11:29:34 +00:00

Converting the helper functions to be inlined and making the helper file header only. PR-URL: https://github.com/nodejs/node/pull/49515 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
12 lines
180 B
Python
12 lines
180 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'test_new_target',
|
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
|
'sources': [
|
|
'test_new_target.c'
|
|
]
|
|
}
|
|
]
|
|
}
|