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

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: 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
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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 'browser/streams/stream_url_request_job.h', 1259 'browser/streams/stream_url_request_job.h',
1260 'browser/streams/stream_write_observer.h', 1260 'browser/streams/stream_write_observer.h',
1261 'browser/storage_partition_impl.cc', 1261 'browser/storage_partition_impl.cc',
1262 'browser/storage_partition_impl.h', 1262 'browser/storage_partition_impl.h',
1263 'browser/storage_partition_impl_map.cc', 1263 'browser/storage_partition_impl_map.cc',
1264 'browser/storage_partition_impl_map.h', 1264 'browser/storage_partition_impl_map.h',
1265 'browser/system_message_window_win.cc', 1265 'browser/system_message_window_win.cc',
1266 'browser/system_message_window_win.h', 1266 'browser/system_message_window_win.h',
1267 'browser/tcmalloc_internals_request_job.cc', 1267 'browser/tcmalloc_internals_request_job.cc',
1268 'browser/tcmalloc_internals_request_job.h', 1268 'browser/tcmalloc_internals_request_job.h',
1269 'browser/time_zone_monitor.cc',
1270 'browser/time_zone_monitor.h',
1271 'browser/time_zone_monitor_android.cc',
1272 'browser/time_zone_monitor_android.h',
1273 'browser/time_zone_monitor_chromeos.cc',
1274 'browser/time_zone_monitor_linux.cc',
1275 'browser/time_zone_monitor_mac.mm',
1276 'browser/time_zone_monitor_win.cc',
1269 'browser/theme_helper_mac.mm', 1277 'browser/theme_helper_mac.mm',
1270 'browser/theme_helper_mac.h', 1278 'browser/theme_helper_mac.h',
1271 'browser/tracing/trace_message_filter.cc', 1279 'browser/tracing/trace_message_filter.cc',
1272 'browser/tracing/trace_message_filter.h', 1280 'browser/tracing/trace_message_filter.h',
1273 'browser/tracing/etw_system_event_consumer_win.cc', 1281 'browser/tracing/etw_system_event_consumer_win.cc',
1274 'browser/tracing/etw_system_event_consumer_win.h', 1282 'browser/tracing/etw_system_event_consumer_win.h',
1275 'browser/tracing/tracing_controller_impl.cc', 1283 'browser/tracing/tracing_controller_impl.cc',
1276 'browser/tracing/tracing_controller_impl.h', 1284 'browser/tracing/tracing_controller_impl.h',
1277 'browser/tracing/tracing_ui.cc', 1285 'browser/tracing/tracing_ui.cc',
1278 'browser/tracing/tracing_ui.h', 1286 'browser/tracing/tracing_ui.h',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 '../build/linux/system.gyp:dbus', 1730 '../build/linux/system.gyp:dbus',
1723 '../dbus/dbus.gyp:dbus', 1731 '../dbus/dbus.gyp:dbus',
1724 ], 1732 ],
1725 }, { # OS != "linux" or use_dbus==0 1733 }, { # OS != "linux" or use_dbus==0
1726 'sources!': [ 1734 'sources!': [
1727 'browser/geolocation/wifi_data_provider_linux.cc', 1735 'browser/geolocation/wifi_data_provider_linux.cc',
1728 ], 1736 ],
1729 }], 1737 }],
1730 ], 1738 ],
1731 } 1739 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698