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",