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

Side by Side 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: rebase (267223) Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/time_zone_monitor_win.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 'browser/streams/stream_url_request_job.h', 1264 'browser/streams/stream_url_request_job.h',
1265 'browser/streams/stream_write_observer.h', 1265 'browser/streams/stream_write_observer.h',
1266 'browser/storage_partition_impl.cc', 1266 'browser/storage_partition_impl.cc',
1267 'browser/storage_partition_impl.h', 1267 'browser/storage_partition_impl.h',
1268 'browser/storage_partition_impl_map.cc', 1268 'browser/storage_partition_impl_map.cc',
1269 'browser/storage_partition_impl_map.h', 1269 'browser/storage_partition_impl_map.h',
1270 'browser/system_message_window_win.cc', 1270 'browser/system_message_window_win.cc',
1271 'browser/system_message_window_win.h', 1271 'browser/system_message_window_win.h',
1272 'browser/tcmalloc_internals_request_job.cc', 1272 'browser/tcmalloc_internals_request_job.cc',
1273 'browser/tcmalloc_internals_request_job.h', 1273 'browser/tcmalloc_internals_request_job.h',
1274 'browser/time_zone_monitor.cc',
1275 'browser/time_zone_monitor.h',
1276 'browser/time_zone_monitor_android.cc',
1277 'browser/time_zone_monitor_android.h',
1278 'browser/time_zone_monitor_chromeos.cc',
1279 'browser/time_zone_monitor_linux.cc',
1280 'browser/time_zone_monitor_mac.mm',
1281 'browser/time_zone_monitor_win.cc',
1274 'browser/theme_helper_mac.mm', 1282 'browser/theme_helper_mac.mm',
1275 'browser/theme_helper_mac.h', 1283 'browser/theme_helper_mac.h',
1276 'browser/tracing/trace_message_filter.cc', 1284 'browser/tracing/trace_message_filter.cc',
1277 'browser/tracing/trace_message_filter.h', 1285 'browser/tracing/trace_message_filter.h',
1278 'browser/tracing/etw_system_event_consumer_win.cc', 1286 'browser/tracing/etw_system_event_consumer_win.cc',
1279 'browser/tracing/etw_system_event_consumer_win.h', 1287 'browser/tracing/etw_system_event_consumer_win.h',
1280 'browser/tracing/tracing_controller_impl.cc', 1288 'browser/tracing/tracing_controller_impl.cc',
1281 'browser/tracing/tracing_controller_impl.h', 1289 'browser/tracing/tracing_controller_impl.h',
1282 'browser/tracing/tracing_ui.cc', 1290 'browser/tracing/tracing_ui.cc',
1283 'browser/tracing/tracing_ui.h', 1291 'browser/tracing/tracing_ui.h',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 '../build/linux/system.gyp:dbus', 1736 '../build/linux/system.gyp:dbus',
1729 '../dbus/dbus.gyp:dbus', 1737 '../dbus/dbus.gyp:dbus',
1730 ], 1738 ],
1731 }, { # OS != "linux" or use_dbus==0 1739 }, { # OS != "linux" or use_dbus==0
1732 'sources!': [ 1740 'sources!': [
1733 'browser/geolocation/wifi_data_provider_linux.cc', 1741 'browser/geolocation/wifi_data_provider_linux.cc',
1734 ], 1742 ],
1735 }], 1743 }],
1736 ], 1744 ],
1737 } 1745 }
OLDNEW
« no previous file with comments | « content/browser/time_zone_monitor_win.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698