This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chakrashim,src,test: fix build issues
Chakra changes * Removed the "inspector" subdirectory from chakrashim * Integrated inspector build into chakrashim.gyp * Enabled native inspector tests * Cleaned up the node.gyp/node.gypi files * Updated regexes in test-repl.js for Chakra * Added flaky-tests parameter in Makefile V8 changes * Fixed node.gyp file issue related to upstream inspector refactor * Fixed env-inl.h to build correctly for both V8 and Linux * Fixed test issue in test-repl.js for V8 PR-URL: #241 Reviewed-By: Sandeep Agarwal <saagarwa@microsoft.com> Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
- Loading branch information
Showing
213 changed files
with
154 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Copyright 2016 the V8 project authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
{ | ||
'variables': { | ||
'inspector_generated_sources': [ | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Forward.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.cpp', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Console.cpp', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Console.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Debugger.cpp', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Debugger.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Runtime.cpp', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Runtime.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Schema.cpp', | ||
'<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Schema.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/include/inspector/Debugger.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/include/inspector/Runtime.h', | ||
'<(SHARED_INTERMEDIATE_DIR)/include/inspector/Schema.h', | ||
], | ||
|
||
'inspector_all_sources': [ | ||
'<@(inspector_generated_sources)', | ||
'include/v8-inspector.h', | ||
'include/v8-inspector-protocol.h', | ||
'src/inspector/inspected-context.cc', | ||
'src/inspector/inspected-context.h', | ||
'src/inspector/java-script-call-frame.cc', | ||
'src/inspector/java-script-call-frame.h', | ||
'src/inspector/protocol-platform.h', | ||
'src/inspector/script-breakpoint.h', | ||
'src/inspector/search-util.cc', | ||
'src/inspector/search-util.h', | ||
'src/inspector/string-16.cc', | ||
'src/inspector/string-16.h', | ||
'src/inspector/string-util.cc', | ||
'src/inspector/string-util.h', | ||
'src/inspector/v8-console.cc', | ||
'src/inspector/v8-console.h', | ||
'src/inspector/v8-console-agent-impl.cc', | ||
'src/inspector/v8-console-agent-impl.h', | ||
'src/inspector/v8-console-message.cc', | ||
'src/inspector/v8-console-message.h', | ||
'src/inspector/v8-debugger.cc', | ||
'src/inspector/v8-debugger.h', | ||
'src/inspector/v8-debugger-agent-impl.cc', | ||
'src/inspector/v8-debugger-agent-impl.h', | ||
'src/inspector/v8-debugger-script.cc', | ||
'src/inspector/v8-debugger-script.h', | ||
'src/inspector/v8-function-call.cc', | ||
'src/inspector/v8-function-call.h', | ||
'src/inspector/v8-inspector-impl.cc', | ||
'src/inspector/v8-inspector-impl.h', | ||
'src/inspector/v8-inspector-session-impl.cc', | ||
'src/inspector/v8-inspector-session-impl.h', | ||
'src/inspector/v8-internal-value-type.cc', | ||
'src/inspector/v8-internal-value-type.h', | ||
'src/inspector/v8-regex.cc', | ||
'src/inspector/v8-regex.h', | ||
'src/inspector/v8-runtime-agent-impl.cc', | ||
'src/inspector/v8-runtime-agent-impl.h', | ||
'src/inspector/v8-schema-agent-impl.cc', | ||
'src/inspector/v8-schema-agent-impl.h', | ||
'src/inspector/v8-stack-trace-impl.cc', | ||
'src/inspector/v8-stack-trace-impl.h', | ||
'src/inspector/v8-value-copier.cc', | ||
'src/inspector/v8-value-copier.h', | ||
] | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
V8 Inspector support for Node.js | ||
================================ | ||
|
||
* inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol | ||
* jinja2: vendored from https://github.com/mitsuhiko/jinja2 | ||
* The `tests/` directory `ext/jinja.el` file have been deleted. | ||
* markupsafe: vendored from https://github.com/mitsuhiko/markupsafe |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.