diff --git a/src/base/BUILD.gn b/src/base/BUILD.gn index 9e8e055293..5b4579f40b 100644 --- a/src/base/BUILD.gn +++ b/src/base/BUILD.gn @@ -2355,7 +2355,7 @@ component("base") { # headers which allows representing time as int64, which makes this entire # problem moot. Hence, why `!is_cronet_build` flag has been added. # See crbug.com/431972096#comment10 for more information. - if (!is_castos && !is_cast_android && !is_cronet_build) { + 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 8365d89644..4816fb7339 100644 --- a/src/base/time/time.h +++ b/src/base/time/time.h @@ -846,6 +846,7 @@ class BASE_EXPORT Time : public time_internal::TimeBase