From 38d53e067578a311391329f20b97d36354f66b11 Mon Sep 17 00:00:00 2001 From: Cullen Walsh <ckwalsh@meta.com> Date: Thu, 19 Dec 2024 16:25:15 -0800 Subject: [PATCH] BUCK-ify quic/common/third-party [7/n] Summary: This stack of diffs BUCK-ifies various quic folders. This stack is so tall because quic has a ton of dependencies, and breaking it up into many diffs gives the best chance of at least partial success. Reviewed By: bigfootjon Differential Revision: D67459071 fbshipit-source-id: ea4bfb587145b8fa05d190adb2389ea902fe20c1 --- quic/common/third-party/BUCK | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 quic/common/third-party/BUCK diff --git a/quic/common/third-party/BUCK b/quic/common/third-party/BUCK deleted file mode 100644 index 093d33568..000000000 --- a/quic/common/third-party/BUCK +++ /dev/null @@ -1,18 +0,0 @@ -load("@fbcode//quic:defs.bzl", "mvfst_cpp_library") - -oncall("traffic_protocols") - -mvfst_cpp_library( - name = "better_enums", - headers = [ - "enum.h", - ], -) - -mvfst_cpp_library( - name = "tiny_optional", - headers = [ - "optional.h", - "optional_flag_manipulator_fwd.h", - ], -)