Build v8 inspector through ndoe

This commit is contained in:
Kevin Sawicki 2017-05-15 09:07:52 -07:00
parent 98cce37e3d
commit 7469d09dae
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@
'V8_BASE': '',
'v8_postmortem_support': 'false',
'v8_enable_i18n_support': 'false',
'v8_inspector': 'false',
'v8_inspector': 'true',
},
# Settings to compile node under Windows.
'target_defaults': {

View file

@ -227,6 +227,7 @@
# We need to access internal implementations of Node.
'NODE_WANT_INTERNALS=1',
'NODE_SHARED_MODE',
'HAVE_INSPECTOR=1',
# This is defined in skia/skia_common.gypi.
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
# Disable warnings for g_settings_list_schemas.