Commit 9bc1eb5e authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

Enable inspector in gyp

BUG=chromium:645890

Change-Id: Iec8f473074a65abe9b4fbc968d5617038120efa5
Reviewed-on: https://chromium-review.googlesource.com/458011
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44071}
parent a8119306
......@@ -46,7 +46,7 @@
'msvs_multi_core_compile%': '1',
'mac_deployment_target%': '10.7',
'release_extra_cflags%': '',
'v8_enable_inspector%': 0,
'v8_enable_inspector%': 1,
'variables': {
'variables': {
'variables': {
......
......@@ -53,6 +53,11 @@
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
],
'conditions': [
['v8_enable_inspector == 0', {
'defines': [
'V8_INSPECTOR_ENABLED',
],
}],
[ 'want_separate_host_toolset==1', {
'toolsets': [ 'target', ],
'dependencies': [
......
......@@ -34,7 +34,7 @@
'warmup_script%': "",
'v8_extra_library_files%': [],
'v8_experimental_extra_library_files%': [],
'v8_enable_inspector%': 0,
'v8_enable_inspector%': 1,
'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',
'mkpeephole_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mkpeephole<(EXECUTABLE_SUFFIX)',
'v8_os_page_size%': 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment