diff --git a/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn index b8a06582e9856..84163e47b2b6c 100644 --- a/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn +++ b/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn @@ -29,12 +29,14 @@ static_library("Breakpoint") { "BreakpointResolverName.cpp", "BreakpointResolverScripted.cpp", "BreakpointSite.cpp", - "BreakpointSiteList.cpp", + "StopPointSiteList.cpp", "Stoppoint.cpp", "StoppointCallbackContext.cpp", "StoppointSite.cpp", "Watchpoint.cpp", "WatchpointList.cpp", "WatchpointOptions.cpp", + "WatchpointResource.cpp", + "WatchpointResourceList.cpp", ] }