diff --git a/Source/santad/BUILD b/Source/santad/BUILD index 623892906..fed2f8f4e 100644 --- a/Source/santad/BUILD +++ b/Source/santad/BUILD @@ -326,6 +326,7 @@ objc_library( "//Source/common:SNTLogging", "//Source/common:String", "//Source/common:Unit", + "//Source/santad/ProcessTree:process_tree", ], ) @@ -357,8 +358,8 @@ objc_library( ":EndpointSecurityMessage", ":Metrics", ":SNTCompilerController", + ":SNTEndpointSecurityClient", ":SNTEndpointSecurityEventHandler", - ":SNTEndpointSecurityTreeAwareClient", ":SNTExecutionController", "//Source/common:BranchPrediction", "//Source/common:SNTCommonEnums",