Skip to content

Commit

Permalink
Add a timezone utility file to base/.
Browse files Browse the repository at this point in the history
Currently there's just one function exported, which checks the system timezone and returns a 2-character ASCII country code for it.

BUG=303368

Review URL: https://codereview.chromium.org/26315008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235823 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
estade@chromium.org committed Nov 18, 2013
1 parent 1bd1f98 commit b9b082b
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/base.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@
'i18n/string_search.h',
'i18n/time_formatting.cc',
'i18n/time_formatting.h',
'i18n/timezone.cc',
'i18n/timezone.h',
],
},
{
Expand Down Expand Up @@ -529,6 +531,7 @@
'i18n/rtl_unittest.cc',
'i18n/string_search_unittest.cc',
'i18n/time_formatting_unittest.cc',
'i18n/timezone_unittest.cc',
'ini_parser_unittest.cc',
'ios/device_util_unittest.mm',
'json/json_parser_unittest.cc',
Expand Down
Loading

0 comments on commit b9b082b

Please sign in to comment.