Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index 41a30f85641e8d5d4a02d406eded293016a85d04..1b03a485c2195cf204ab7596726984d6848cb060 100644 |
--- a/chromeos/chromeos.gyp |
+++ b/chromeos/chromeos.gyp |
@@ -433,6 +433,8 @@ |
'settings/cros_settings_provider.h', |
'settings/timezone_settings.cc', |
'settings/timezone_settings.h', |
+ 'settings/timezone_settings_helper.cc', |
+ 'settings/timezone_settings_helper.h', |
'system/name_value_pairs_parser.cc', |
'system/name_value_pairs_parser.h', |
'system/statistics_provider.cc', |
@@ -511,6 +513,7 @@ |
'network/shill_property_handler_unittest.cc', |
'process_proxy/process_output_watcher_unittest.cc', |
'process_proxy/process_proxy_unittest.cc', |
+ 'settings/timezone_settings_unittest.cc', |
'system/name_value_pairs_parser_unittest.cc', |
'system/version_loader_unittest.cc', |
'timezone/timezone_unittest.cc', |
@@ -664,6 +667,8 @@ |
'../net/net.gyp:net_test_support', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
+ '../third_party/icu/icu.gyp:icuuc', |
+ '../third_party/icu/icu.gyp:icui18n', |
'../url/url.gyp:url_lib', |
'chromeos_test_support', |
'cryptohome_proto', |