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

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: live dangerously Created 7 years, 2 months 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.cc » ('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 fb3780322bc90d32e5cde10b55f7ee2763bd2ae2..3af6cd94b5e63a304c78f1a5119c85d550a80159 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -343,6 +343,8 @@
'i18n/string_search.h',
'i18n/time_formatting.cc',
'i18n/time_formatting.h',
+ 'i18n/timezone.cc',
+ 'i18n/timezone.h',
],
},
{
@@ -510,6 +512,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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698