@@ -849,10 +849,10 @@ index 0000000000000000000000000000000000000000..fb000f8ee7647c375bc190d1729d67bb
849
849
+ }
850
850
diff --git a/deps/nghttp2/BUILD.gn b/deps/nghttp2/BUILD.gn
851
851
new file mode 100644
852
- index 0000000000000000000000000000000000000000..23eed033d31eced6a85c794eee550655af7a9a1d
852
+ index 0000000000000000000000000000000000000000..7d2ca477db2415f43ababa270d8aefa3124b2765
853
853
--- /dev/null
854
854
+++ b/deps/nghttp2/BUILD.gn
855
- @@ -0,0 +1,48 @@
855
+ @@ -0,0 +1,51 @@
856
856
+ config("nghttp2_config") {
857
857
+ defines = [ "NGHTTP2_STATICLIB" ]
858
858
+ include_dirs = [ "lib/includes" ]
@@ -894,11 +894,14 @@ index 0000000000000000000000000000000000000000..23eed033d31eced6a85c794eee550655
894
894
+ "lib/nghttp2_pq.c",
895
895
+ "lib/nghttp2_priority_spec.c",
896
896
+ "lib/nghttp2_queue.c",
897
+ + "lib/nghttp2_ratelim.c",
897
898
+ "lib/nghttp2_rcbuf.c",
898
899
+ "lib/nghttp2_session.c",
899
900
+ "lib/nghttp2_stream.c",
900
901
+ "lib/nghttp2_submit.c",
902
+ + "lib/nghttp2_time.c",
901
903
+ "lib/nghttp2_version.c",
904
+ + "lib/sfparse.c"
902
905
+ ]
903
906
+ }
904
907
diff --git a/deps/simdutf/BUILD.gn b/deps/simdutf/BUILD.gn
@@ -2100,7 +2103,7 @@ index 0000000000000000000000000000000000000000..4ab828dcbf322a9e28674e48c4a6868b
2100
2103
+ args = rebase_path(inputs + outputs, root_build_dir)
2101
2104
+ }
2102
2105
diff --git a/src/node_version.h b/src/node_version.h
2103
- index 7e90c796f3bd076048a2114a1ba31db7ee876440..60a17104e0b1b19038efc1a1468ee92642d3ffd6 100644
2106
+ index 88cc915177bcf8b86eb8f9f16b215cb6d06b3aa7..8df52c22dd76a850d421075effc44fbfb32307db 100644
2104
2107
--- a/src/node_version.h
2105
2108
+++ b/src/node_version.h
2106
2109
@@ -89,7 +89,10 @@
0 commit comments