File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -887,12 +887,12 @@ index 0000000000000000000000000000000000000000..0daf8c006cef89e76d7eccec3e924bd2
887
887
+ }
888
888
diff --git a/deps/histogram/BUILD.gn b/deps/histogram/BUILD.gn
889
889
new file mode 100644
890
- index 0000000000000000000000000000000000000000..8ba89a379fa2937b4b2fa5092f18727c7d0788a6
890
+ index 0000000000000000000000000000000000000000..02bc887db7c8545e1d8adc57f73f203eec2f2592
891
891
--- /dev/null
892
892
+++ b/deps/histogram/BUILD.gn
893
893
@@ -0,0 +1,19 @@
894
894
+ config("histogram_config") {
895
- + include_dirs = [ "src " ]
895
+ + include_dirs = [ "include " ]
896
896
+
897
897
+ cflags = [
898
898
+ "-Wno-implicit-function-declaration",
@@ -910,6 +910,7 @@ index 0000000000000000000000000000000000000000..8ba89a379fa2937b4b2fa5092f18727c
910
910
+ "src/hdr_histogram.h",
911
911
+ ]
912
912
+ }
913
+ \ No newline at end of file
913
914
diff --git a/deps/llhttp/BUILD.gn b/deps/llhttp/BUILD.gn
914
915
new file mode 100644
915
916
index 0000000000000000000000000000000000000000..fb000f8ee7647c375bc190d1729d67bb7770d109
You can’t perform that action at this time.
0 commit comments