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

Side by Side Diff: content/content_browser.gypi

Issue 311313005: Add --trace-rotate-startup-file option and store unsaved trace data on exit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: explicit BrowserShutdownProfileDumper. Created 6 years, 6 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
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 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 'browser/time_zone_monitor.cc', 1305 'browser/time_zone_monitor.cc',
1306 'browser/time_zone_monitor.h', 1306 'browser/time_zone_monitor.h',
1307 'browser/time_zone_monitor_android.cc', 1307 'browser/time_zone_monitor_android.cc',
1308 'browser/time_zone_monitor_android.h', 1308 'browser/time_zone_monitor_android.h',
1309 'browser/time_zone_monitor_chromeos.cc', 1309 'browser/time_zone_monitor_chromeos.cc',
1310 'browser/time_zone_monitor_linux.cc', 1310 'browser/time_zone_monitor_linux.cc',
1311 'browser/time_zone_monitor_mac.mm', 1311 'browser/time_zone_monitor_mac.mm',
1312 'browser/time_zone_monitor_win.cc', 1312 'browser/time_zone_monitor_win.cc',
1313 'browser/theme_helper_mac.mm', 1313 'browser/theme_helper_mac.mm',
1314 'browser/theme_helper_mac.h', 1314 'browser/theme_helper_mac.h',
1315 'browser/tracing/add_new_file_index.cc',
1316 'browser/tracing/add_new_file_index.h',
1315 'browser/tracing/trace_message_filter.cc', 1317 'browser/tracing/trace_message_filter.cc',
1316 'browser/tracing/trace_message_filter.h', 1318 'browser/tracing/trace_message_filter.h',
1317 'browser/tracing/etw_system_event_consumer_win.cc', 1319 'browser/tracing/etw_system_event_consumer_win.cc',
1318 'browser/tracing/etw_system_event_consumer_win.h', 1320 'browser/tracing/etw_system_event_consumer_win.h',
1319 'browser/tracing/tracing_controller_impl.cc', 1321 'browser/tracing/tracing_controller_impl.cc',
1320 'browser/tracing/tracing_controller_impl.h', 1322 'browser/tracing/tracing_controller_impl.h',
1321 'browser/tracing/tracing_ui.cc', 1323 'browser/tracing/tracing_ui.cc',
1322 'browser/tracing/tracing_ui.h', 1324 'browser/tracing/tracing_ui.h',
1323 'browser/udev_linux.cc', 1325 'browser/udev_linux.cc',
1324 'browser/udev_linux.h', 1326 'browser/udev_linux.h',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 '../build/linux/system.gyp:dbus', 1758 '../build/linux/system.gyp:dbus',
1757 '../dbus/dbus.gyp:dbus', 1759 '../dbus/dbus.gyp:dbus',
1758 ], 1760 ],
1759 }, { # OS != "linux" or use_dbus==0 1761 }, { # OS != "linux" or use_dbus==0
1760 'sources!': [ 1762 'sources!': [
1761 'browser/geolocation/wifi_data_provider_linux.cc', 1763 'browser/geolocation/wifi_data_provider_linux.cc',
1762 ], 1764 ],
1763 }], 1765 }],
1764 ], 1766 ],
1765 } 1767 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698