Add a few new node defines
This commit is contained in:
parent
39e39ae913
commit
567714f07c
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@
|
|||
'vendor/node/node.gyp:node',
|
||||
],
|
||||
'defines': [
|
||||
# We need to access internal implementations of Node.
|
||||
'NODE_WANT_INTERNALS=1',
|
||||
'NODE_SHARED_MODE',
|
||||
# This is defined in skia/skia_common.gypi.
|
||||
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
|
||||
# Disable warnings for g_settings_list_schemas.
|
||||
|
|
Loading…
Reference in a new issue