summaryrefslogtreecommitdiffstats
path: root/chromeos/BUILD.gn
diff options
context:
space:
mode:
authorjshin <jshin@chromium.org>2015-04-23 18:13:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-24 01:13:17 +0000
commit77e507bdf737ccbf193352ebd09554fea12c2f44 (patch)
tree9c09d4c538ed89036850d995562e4d064758790a /chromeos/BUILD.gn
parentb86c45ca4b1d84748a5543ee85fa1ba38c8ee677 (diff)
downloadchromium_src-77e507bdf737ccbf193352ebd09554fea12c2f44.zip
chromium_src-77e507bdf737ccbf193352ebd09554fea12c2f44.tar.gz
chromium_src-77e507bdf737ccbf193352ebd09554fea12c2f44.tar.bz2
Improve the timezone matching
GetKnownTimezoneOrNull() is supposed to find a matching timezone entry to an input tz id in the CrOS tz list. When looking for a match, the canonical ids have to be taken into account. Note: This CL started as a speculative fix to bug 466014, but I couldn't verify that it fixes the bug on CrOS. It does fix the bug when I tested 'Chrome with cros=1' on Linux (i.e. stub implementation.) with tz changed on Linux. BUG=466014 TEST=manual: see the bug Review URL: https://codereview.chromium.org/1082323003 Cr-Commit-Position: refs/heads/master@{#326709}
Diffstat (limited to 'chromeos/BUILD.gn')
-rw-r--r--chromeos/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index afa1728..ff31dbc 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -140,6 +140,7 @@ test("chromeos_unittests") {
"//net:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/icu",
"//url",
":cryptohome_proto",
":power_manager_proto",