|
@@ -846,10 +846,10 @@ index 0000000000000000000000000000000000000000..2c9d2826c85bdd033f1df1d6188df636
|
|
|
+}
|
|
|
diff --git a/filenames.json b/filenames.json
|
|
|
new file mode 100644
|
|
|
-index 0000000000000000000000000000000000000000..eec6077168980a5248f638c6c4fc33693676437d
|
|
|
+index 0000000000000000000000000000000000000000..2dfbb6aae48b65312f212ab01474763d5a796a23
|
|
|
--- /dev/null
|
|
|
+++ b/filenames.json
|
|
|
-@@ -0,0 +1,533 @@
|
|
|
+@@ -0,0 +1,538 @@
|
|
|
+// This file is automatically generated by generate_gn_filenames_json.py
|
|
|
+// DO NOT EDIT
|
|
|
+{
|
|
@@ -1163,6 +1163,11 @@ index 0000000000000000000000000000000000000000..eec6077168980a5248f638c6c4fc3369
|
|
|
+ "lib/internal/streams/duplexpair.js",
|
|
|
+ "lib/internal/streams/from.js",
|
|
|
+ "lib/internal/streams/legacy.js",
|
|
|
++ "lib/internal/streams/readable.js",
|
|
|
++ "lib/internal/streams/writable.js",
|
|
|
++ "lib/internal/streams/duplex.js",
|
|
|
++ "lib/internal/streams/passthrough.js",
|
|
|
++ "lib/internal/streams/transform.js",
|
|
|
+ "lib/internal/streams/destroy.js",
|
|
|
+ "lib/internal/streams/state.js",
|
|
|
+ "lib/internal/streams/pipeline.js",
|
|
@@ -1184,7 +1189,6 @@ index 0000000000000000000000000000000000000000..eec6077168980a5248f638c6c4fc3369
|
|
|
+ "deps/acorn/acorn/dist/acorn.js",
|
|
|
+ "deps/acorn/acorn-walk/dist/walk.js",
|
|
|
+ "deps/acorn-plugins/acorn-class-fields/index.js",
|
|
|
-+ "deps/acorn-plugins/acorn-numeric-separator/index.js",
|
|
|
+ "deps/acorn-plugins/acorn-private-class-elements/index.js",
|
|
|
+ "deps/acorn-plugins/acorn-private-methods/index.js",
|
|
|
+ "deps/acorn-plugins/acorn-static-class-features/index.js",
|
|
@@ -1293,6 +1297,7 @@ index 0000000000000000000000000000000000000000..eec6077168980a5248f638c6c4fc3369
|
|
|
+ "src/base_object.h",
|
|
|
+ "src/base_object-inl.h",
|
|
|
+ "src/base64.h",
|
|
|
++ "src/base64-inl.h",
|
|
|
+ "src/callback_queue.h",
|
|
|
+ "src/callback_queue-inl.h",
|
|
|
+ "src/connect_wrap.h",
|
|
@@ -1589,7 +1594,7 @@ index 0000000000000000000000000000000000000000..f3c5c798c0aefcb8cf9b1570a7b4817c
|
|
|
+ args = rebase_path(inputs + outputs, root_build_dir)
|
|
|
+}
|
|
|
diff --git a/src/node_version.h b/src/node_version.h
|
|
|
-index 20855d5807e0326118a10ccffe694af2e67d8b79..33422dd4eca758c08de679ac4cb5eba83b7ce145 100644
|
|
|
+index e285f3d79b8833f95f0b24d0a2c2d62c13037a44..8be21f12f6913d5d06d8a5dcb508c62ba3a72144 100644
|
|
|
--- a/src/node_version.h
|
|
|
+++ b/src/node_version.h
|
|
|
@@ -89,7 +89,10 @@
|
|
@@ -1728,10 +1733,10 @@ index 0000000000000000000000000000000000000000..3088ae4bdf814ae255c9805ebd393b2e
|
|
|
+
|
|
|
+ out_file.writelines(new_contents)
|
|
|
diff --git a/tools/install.py b/tools/install.py
|
|
|
-index 655802980a6ea94d1d4ca1dc63c8c8e905fbb83a..ab1a18a215cb7393310324c6dbcacc6655bae9ef 100755
|
|
|
+index 729b416fc47d3ff3317ae3671dee977c719a8841..530ca7d441d3b65d4e4fac7dd5880afe56aa3807 100755
|
|
|
--- a/tools/install.py
|
|
|
+++ b/tools/install.py
|
|
|
-@@ -163,8 +163,8 @@ def files(action):
|
|
|
+@@ -159,8 +159,8 @@ def files(action):
|
|
|
def headers(action):
|
|
|
def ignore_inspector_headers(files_arg, dest):
|
|
|
inspector_headers = [
|
|
@@ -1742,7 +1747,7 @@ index 655802980a6ea94d1d4ca1dc63c8c8e905fbb83a..ab1a18a215cb7393310324c6dbcacc66
|
|
|
]
|
|
|
files_arg = [name for name in files_arg if name not in inspector_headers]
|
|
|
action(files_arg, dest)
|
|
|
-@@ -186,7 +186,7 @@ def headers(action):
|
|
|
+@@ -182,7 +182,7 @@ def headers(action):
|
|
|
if sys.platform.startswith('aix'):
|
|
|
action(['out/Release/node.exp'], 'include/node/')
|
|
|
|
|
@@ -1752,7 +1757,7 @@ index 655802980a6ea94d1d4ca1dc63c8c8e905fbb83a..ab1a18a215cb7393310324c6dbcacc66
|
|
|
if 'false' == variables.get('node_shared_libuv'):
|
|
|
subdir_files('deps/uv/include', 'include/node/', action)
|
|
|
diff --git a/tools/js2c.py b/tools/js2c.py
|
|
|
-index 195e6a6189a98916bcfb7abb1b73595b8bc8eb38..d5109fcae5542730623f5ec3ca244ec0973109f2 100755
|
|
|
+index 0f073e182bdb2858957e4b28ae15b366d7933dbe..93e9474297fd9032981786ae9d4e005f2d1a9a2e 100755
|
|
|
--- a/tools/js2c.py
|
|
|
+++ b/tools/js2c.py
|
|
|
@@ -130,6 +130,14 @@ def NormalizeFileName(filename):
|