diff --git a/src/base/BUILD.gn b/src/base/BUILD.gn index e58a1d19a2..9786c47e2a 100644 --- a/src/base/BUILD.gn +++ b/src/base/BUILD.gn @@ -2313,7 +2313,7 @@ mixed_component("base") { # TODO(b/167763382) Find an alternate solution for Chromecast devices, since # adding the icui18n and icuuc deps significantly increases the binary size. - if (!is_castos && !is_cast_android) { + if (false) { sources += [ "time/time_exploded_icu.cc" ] # The ICU dependency is only needed on systems with a 32-bit time_t. diff --git a/src/base/time/time.h b/src/base/time/time.h index 712718d1ec..0c95f599bd 100644 --- a/src/base/time/time.h +++ b/src/base/time/time.h @@ -812,6 +812,7 @@ class BASE_EXPORT Time : public time_internal::TimeBase