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

Unified Diff: chromeos/chromeos.gyp

Issue 834073002: ChromeOS: Implement periodic timezone refresh on geolocation data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment updated. Created 5 years, 12 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index bb74dca9d97d4a2d3be6e616bb20eba909bbe5a9..f7b588447c397dff721e2629ab0bac6ecfc1d428 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -419,6 +419,8 @@
'system/version_loader.h',
'timezone/timezone_provider.h',
'timezone/timezone_provider.cc',
+ 'timezone/timezone_resolver.cc',
+ 'timezone/timezone_resolver.h',
Bernhard Bauer 2015/01/05 10:22:33 Alphabetical ordering: "resolver" after "request".
Alexander Alekseev 2015/01/15 18:59:03 Done.
Bernhard Bauer 2015/01/16 09:25:05 The order of header vs. implementation file is fix
Alexander Alekseev 2015/01/16 20:42:44 Done.
'timezone/timezone_request.cc',
'timezone/timezone_request.h',
'tpm/tpm_password_fetcher.cc',

Powered by Google App Engine
This is Rietveld 408576698