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

Unified Diff: chromeos/chromeos.gyp

Issue 1082323003: timezone match code - consider canonical id as well (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update gn build Created 5 years, 8 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 | « chromeos/BUILD.gn ('k') | chromeos/settings/timezone_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/settings/timezone_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698