Skip to content

Commit

Permalink
debugger: rename internal module
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Aug 9, 2021
1 parent bc7a971 commit b5faf0d
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions patches/node/build_add_gn_build_files.patch
Expand Up @@ -892,10 +892,10 @@ index 0000000000000000000000000000000000000000..2c9d2826c85bdd033f1df1d6188df636
+}
diff --git a/filenames.json b/filenames.json
new file mode 100644
index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597fa4473e50
index 0000000000000000000000000000000000000000..d34967fc801c165fdd85ed78ac34f306682421b6
--- /dev/null
+++ b/filenames.json
@@ -0,0 +1,544 @@
@@ -0,0 +1,545 @@
+// This file is automatically generated by generate_gn_filenames_json.py
+// DO NOT EDIT
+{
Expand All @@ -913,12 +913,6 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
+ ]
+ },
+ {
+ "dest_dir": "include/node//cppgc/",
+ "files": [
+ "//v8/include/cppgc/common.h"
+ ]
+ },
+ {
+ "dest_dir": "include/node//",
+ "files": [
+ "//v8/include/v8-internal.h",
Expand All @@ -938,6 +932,18 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
+ ]
+ },
+ {
+ "dest_dir": "include/node//cppgc/",
+ "files": [
+ "//v8/include/cppgc/common.h"
+ ]
+ },
+ {
+ "dest_dir": "include/node//",
+ "files": [
+ "deps/uv/include/uv.h"
+ ]
+ },
+ {
+ "dest_dir": "include/node//uv/",
+ "files": [
+ "deps/uv/include/uv/aix.h",
Expand All @@ -956,12 +962,6 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
+ "deps/uv/include/uv/version.h",
+ "deps/uv/include/uv/win.h"
+ ]
+ },
+ {
+ "dest_dir": "include/node//",
+ "files": [
+ "deps/uv/include/uv.h"
+ ]
+ }
+ ],
+ "library_files": [
Expand Down Expand Up @@ -1100,6 +1100,7 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
+ "lib/internal/webstreams/writablestream.js",
+ "lib/internal/webstreams/readablestream.js",
+ "lib/internal/webstreams/queuingstrategies.js",
+ "lib/internal/webstreams/encoding.js",
+ "lib/internal/webstreams/transformstream.js",
+ "lib/internal/webstreams/transfer.js",
+ "lib/internal/bootstrap/loaders.js",
Expand Down Expand Up @@ -1155,7 +1156,7 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
+ "lib/internal/child_process/serialization.js",
+ "lib/internal/debugger/inspect_repl.js",
+ "lib/internal/debugger/inspect_client.js",
+ "lib/internal/debugger/_inspect.js",
+ "lib/internal/debugger/inspect.js",
+ "lib/internal/worker/io.js",
+ "lib/internal/worker/js_transferable.js",
+ "lib/internal/main/repl.js",
Expand Down

0 comments on commit b5faf0d

Please sign in to comment.