From 5c1969f1aada851ffc49f393e4b17e16536c93ed Mon Sep 17 00:00:00 2001 From: Niranjan Yardi Date: Thu, 19 Sep 2024 17:58:46 -0700 Subject: [PATCH] Remove starboard dep on cobalt/build/contents_dir.gni (#4125) b/364421874 --- third_party/icu/BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/third_party/icu/BUILD.gn b/third_party/icu/BUILD.gn index 4ab93f1d14c..943d30e31c2 100644 --- a/third_party/icu/BUILD.gn +++ b/third_party/icu/BUILD.gn @@ -18,10 +18,6 @@ if (is_mac && !icu_is_in_fuchsia) { import("//build/config/sanitizers/sanitizers.gni") } -if (is_starboard) { - import("//cobalt/build/contents_dir.gni") -} - assert(!icu_disable_thin_archive || !is_component_build, "icu_disable_thin_archive only works in static library builds")