diff --git a/src/base/BUILD.gn b/src/base/BUILD.gn index 1d97f72804..9dc8dc88a8 100644 --- a/src/base/BUILD.gn +++ b/src/base/BUILD.gn @@ -2068,7 +2068,7 @@ component("base") { if (is_posix && !is_apple) { sources += [ "time/time_conversion_posix.cc", - "time/time_exploded_icu.cc", # See note below. + #"time/time_exploded_icu.cc", # See note below. "time/time_exploded_posix.cc", "time/time_now_posix.cc", ] @@ -2079,7 +2079,7 @@ component("base") { # versa). Thus, the dependency is taken here for all POSIX platforms and the # compiler+linker should be able to easily detect when the ICU routines will # not be called and delete them in the final linking. - deps += [ "//third_party/icu:icui18n" ] + #deps += [ "//third_party/icu:icui18n" ] } if (is_posix && !is_apple && !is_nacl) { diff --git a/src/base/time/time.h b/src/base/time/time.h index 1eef31e1d2..9b5dee7f07 100644 --- a/src/base/time/time.h +++ b/src/base/time/time.h @@ -789,6 +789,7 @@ class BASE_EXPORT Time : public time_internal::TimeBase