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
887887+ }
888888diff --git a/deps/histogram/BUILD.gn b/deps/histogram/BUILD.gn
889889new file mode 100644
890- index 0000000000000000000000000000000000000000..8ba89a379fa2937b4b2fa5092f18727c7d0788a6
890+ index 0000000000000000000000000000000000000000..02bc887db7c8545e1d8adc57f73f203eec2f2592
891891--- /dev/null
892892+++ b/deps/histogram/BUILD.gn
893893@@ -0,0 +1,19 @@
894894+ config("histogram_config") {
895- + include_dirs = [ "src " ]
895+ + include_dirs = [ "include " ]
896896+
897897+ cflags = [
898898+ "-Wno-implicit-function-declaration",
@@ -910,6 +910,7 @@ index 0000000000000000000000000000000000000000..8ba89a379fa2937b4b2fa5092f18727c
910910+ "src/hdr_histogram.h",
911911+ ]
912912+ }
913+ \ No newline at end of file
913914diff --git a/deps/llhttp/BUILD.gn b/deps/llhttp/BUILD.gn
914915new file mode 100644
915916index 0000000000000000000000000000000000000000..fb000f8ee7647c375bc190d1729d67bb7770d109
You can’t perform that action at this time.
0 commit comments