From 4b72ec5472a84bf3e9b8a241d0e91462c08d0484 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 5 Feb 2024 09:02:56 -0500 Subject: [PATCH] Add "orphan" files from bdx to gn (#31874) * Add "orphan" files from bdx to gn This should help layer enforcement. * Restyle --- src/protocols/bdx/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/protocols/bdx/BUILD.gn b/src/protocols/bdx/BUILD.gn index c78b91e9d907a8..17f18826ebe474 100644 --- a/src/protocols/bdx/BUILD.gn +++ b/src/protocols/bdx/BUILD.gn @@ -25,10 +25,12 @@ static_library("bdx") { "BdxTransferProxyDiagnosticLog.h", "BdxTransferServer.cpp", "BdxTransferServer.h", + "BdxTransferServerDelegate.h", "BdxTransferSession.cpp", "BdxTransferSession.h", "BdxUri.cpp", "BdxUri.h", + "DiagnosticLogs.h", "StatusCode.cpp", "StatusCode.h", "TransferFacilitator.cpp",