mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Build v8 inspector through ndoe
This commit is contained in:
@@ -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': {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user