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

Side by Side Diff: content/content_browser.gypi

Issue 1089253003: Re-land first pass BackgroundTracingManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More tests. Created 5 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 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 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 'browser/theme_helper_mac.h', 1428 'browser/theme_helper_mac.h',
1429 'browser/theme_helper_mac.mm', 1429 'browser/theme_helper_mac.mm',
1430 'browser/time_zone_monitor.cc', 1430 'browser/time_zone_monitor.cc',
1431 'browser/time_zone_monitor.h', 1431 'browser/time_zone_monitor.h',
1432 'browser/time_zone_monitor_android.cc', 1432 'browser/time_zone_monitor_android.cc',
1433 'browser/time_zone_monitor_android.h', 1433 'browser/time_zone_monitor_android.h',
1434 'browser/time_zone_monitor_chromeos.cc', 1434 'browser/time_zone_monitor_chromeos.cc',
1435 'browser/time_zone_monitor_linux.cc', 1435 'browser/time_zone_monitor_linux.cc',
1436 'browser/time_zone_monitor_mac.mm', 1436 'browser/time_zone_monitor_mac.mm',
1437 'browser/time_zone_monitor_win.cc', 1437 'browser/time_zone_monitor_win.cc',
1438 'browser/tracing/background_tracing_endpoint.cc',
1439 'browser/tracing/background_tracing_endpoint.h',
1440 'browser/tracing/background_tracing_manager.cc',
1441 'browser/tracing/background_tracing_manager.h',
1442 'browser/tracing/background_tracing_scenario.cc',
1443 'browser/tracing/background_tracing_scenario.h',
1438 'browser/tracing/etw_system_event_consumer_win.cc', 1444 'browser/tracing/etw_system_event_consumer_win.cc',
1439 'browser/tracing/etw_system_event_consumer_win.h', 1445 'browser/tracing/etw_system_event_consumer_win.h',
1440 'browser/tracing/trace_message_filter.cc', 1446 'browser/tracing/trace_message_filter.cc',
1441 'browser/tracing/trace_message_filter.h', 1447 'browser/tracing/trace_message_filter.h',
1442 'browser/tracing/tracing_controller_impl.cc', 1448 'browser/tracing/tracing_controller_impl.cc',
1443 'browser/tracing/tracing_controller_impl.h', 1449 'browser/tracing/tracing_controller_impl.h',
1444 'browser/tracing/tracing_ui.cc', 1450 'browser/tracing/tracing_ui.cc',
1445 'browser/tracing/tracing_ui.h', 1451 'browser/tracing/tracing_ui.h',
1446 'browser/transition_request_manager.cc', 1452 'browser/transition_request_manager.cc',
1447 'browser/transition_request_manager.h', 1453 'browser/transition_request_manager.h',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 'browser/media/media_web_contents_observer.h', 2037 'browser/media/media_web_contents_observer.h',
2032 ], 2038 ],
2033 }], 2039 }],
2034 ['OS == "linux" and use_openssl==1', { 2040 ['OS == "linux" and use_openssl==1', {
2035 'dependencies': [ 2041 'dependencies': [
2036 '../third_party/boringssl/boringssl.gyp:boringssl', 2042 '../third_party/boringssl/boringssl.gyp:boringssl',
2037 ], 2043 ],
2038 }], 2044 }],
2039 ], 2045 ],
2040 } 2046 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698