Build v8 inspector through ndoe
This commit is contained in:
parent
98cce37e3d
commit
7469d09dae
2 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
'V8_BASE': '',
|
'V8_BASE': '',
|
||||||
'v8_postmortem_support': 'false',
|
'v8_postmortem_support': 'false',
|
||||||
'v8_enable_i18n_support': 'false',
|
'v8_enable_i18n_support': 'false',
|
||||||
'v8_inspector': 'false',
|
'v8_inspector': 'true',
|
||||||
},
|
},
|
||||||
# Settings to compile node under Windows.
|
# Settings to compile node under Windows.
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
|
|
|
@ -227,6 +227,7 @@
|
||||||
# We need to access internal implementations of Node.
|
# We need to access internal implementations of Node.
|
||||||
'NODE_WANT_INTERNALS=1',
|
'NODE_WANT_INTERNALS=1',
|
||||||
'NODE_SHARED_MODE',
|
'NODE_SHARED_MODE',
|
||||||
|
'HAVE_INSPECTOR=1',
|
||||||
# This is defined in skia/skia_common.gypi.
|
# This is defined in skia/skia_common.gypi.
|
||||||
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
|
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
|
||||||
# Disable warnings for g_settings_list_schemas.
|
# Disable warnings for g_settings_list_schemas.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue