diff --git a/starboard/BUILD.gn b/starboard/BUILD.gn index 610e6acec962..977f95353af5 100644 --- a/starboard/BUILD.gn +++ b/starboard/BUILD.gn @@ -66,15 +66,7 @@ group("gn_all") { deps += [ "//third_party/lz4_lib:lz4" ] if (sb_is_evergreen_compatible) { - deps += [ - "//third_party/crashpad/client", - - # TODO(b/270858365): remove this dependency on the Starboard-based - # target (from the target toolchain) once Buildbot is using the native - # target (from native_target toolchain) and no longer declares the - # Starboard-based one as a build target. - "//third_party/crashpad/handler", - ] + deps += [ "//third_party/crashpad/client" ] data_deps = [ "//starboard/loader_app", "//third_party/crashpad/handler:crashpad_handler(//$starboard_path/toolchain:native_target)",