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

Unified Diff: content/content_browser.gypi

Issue 251613002: Broadcast NotifyTimezoneChange to all RenderProcessHosts when the system time zone changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 3c8ef72908a8a81fcfb7f7542efb40d44801fb83..73178d7d1ca5647af0823fa2222f11729689a5bb 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1266,6 +1266,14 @@
'browser/system_message_window_win.h',
'browser/tcmalloc_internals_request_job.cc',
'browser/tcmalloc_internals_request_job.h',
+ 'browser/time_zone_monitor.cc',
+ 'browser/time_zone_monitor.h',
+ 'browser/time_zone_monitor_android.cc',
+ 'browser/time_zone_monitor_android.h',
+ 'browser/time_zone_monitor_chromeos.cc',
+ 'browser/time_zone_monitor_linux.cc',
+ 'browser/time_zone_monitor_mac.mm',
+ 'browser/time_zone_monitor_win.cc',
'browser/theme_helper_mac.mm',
'browser/theme_helper_mac.h',
'browser/tracing/trace_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698