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

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: ... 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') | no next file with comments »
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 fb096b9d8198f7b375b601a43e1bfc3bca235b12..dc101182264f4331911f3dc5bc20b206ef7d2530 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698