Add a few new node defines

This commit is contained in:
Cheng Zhao 2016-07-21 00:52:44 -06:00
parent 39e39ae913
commit 567714f07c

View file

@ -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.