diff --git a/src/base/BUILD.gn b/src/base/BUILD.gn index 3138c97d8f..e437a8400c 100644 --- a/src/base/BUILD.gn +++ b/src/base/BUILD.gn @@ -2164,7 +2164,7 @@ component("base") { # TODO(b/167763382) Find an alternate solution for Chromecast devices, since # adding the icui18n dep significantly increases the binary size. - if (!is_chromecast) { + 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 f93f07fd83..5830189772 100644 --- a/src/base/time/time.h +++ b/src/base/time/time.h @@ -792,6 +792,7 @@ class BASE_EXPORT Time : public time_internal::TimeBase