Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: base/base.gyp

Issue 26315008: Add a timezone utility file to base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable test on android Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/i18n/timezone.h » ('j') | base/i18n/timezone.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 8940c5be9de3c86a11ebb6d6f05142a0d6427598..7036742dbceee4445614caf5ef1ff6af1f023cfd 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -347,6 +347,8 @@
'i18n/string_search.h',
'i18n/time_formatting.cc',
'i18n/time_formatting.h',
+ 'i18n/timezone.cc',
+ 'i18n/timezone.h',
],
},
{
@@ -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',
« no previous file with comments | « no previous file | base/i18n/timezone.h » ('j') | base/i18n/timezone.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698