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

Side by Side Diff: content/content_browser.gypi

Issue 1162623002: Implement FromDict/IntoDict for BackgroundTracingConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename file to fix mac gclient error. Created 5 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
« no previous file with comments | « content/browser/tracing/background_tracing_manager_impl.cc ('k') | content/content_tests.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 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 'browser/theme_helper_mac.h', 1457 'browser/theme_helper_mac.h',
1458 'browser/theme_helper_mac.mm', 1458 'browser/theme_helper_mac.mm',
1459 'browser/time_zone_monitor.cc', 1459 'browser/time_zone_monitor.cc',
1460 'browser/time_zone_monitor.h', 1460 'browser/time_zone_monitor.h',
1461 'browser/time_zone_monitor_android.cc', 1461 'browser/time_zone_monitor_android.cc',
1462 'browser/time_zone_monitor_android.h', 1462 'browser/time_zone_monitor_android.h',
1463 'browser/time_zone_monitor_chromeos.cc', 1463 'browser/time_zone_monitor_chromeos.cc',
1464 'browser/time_zone_monitor_linux.cc', 1464 'browser/time_zone_monitor_linux.cc',
1465 'browser/time_zone_monitor_mac.mm', 1465 'browser/time_zone_monitor_mac.mm',
1466 'browser/time_zone_monitor_win.cc', 1466 'browser/time_zone_monitor_win.cc',
1467 'browser/tracing/background_tracing_config_dict.cc',
1467 'browser/tracing/background_tracing_manager_impl.cc', 1468 'browser/tracing/background_tracing_manager_impl.cc',
1468 'browser/tracing/background_tracing_manager_impl.h', 1469 'browser/tracing/background_tracing_manager_impl.h',
1469 'browser/tracing/etw_system_event_consumer_win.cc', 1470 'browser/tracing/etw_system_event_consumer_win.cc',
1470 'browser/tracing/etw_system_event_consumer_win.h', 1471 'browser/tracing/etw_system_event_consumer_win.h',
1471 'browser/tracing/file_tracing_provider_impl.cc', 1472 'browser/tracing/file_tracing_provider_impl.cc',
1472 'browser/tracing/file_tracing_provider_impl.h', 1473 'browser/tracing/file_tracing_provider_impl.h',
1473 'browser/tracing/trace_message_filter.cc', 1474 'browser/tracing/trace_message_filter.cc',
1474 'browser/tracing/trace_message_filter.h', 1475 'browser/tracing/trace_message_filter.h',
1475 'browser/tracing/tracing_controller_impl.cc', 1476 'browser/tracing/tracing_controller_impl.cc',
1476 'browser/tracing/tracing_controller_impl.h', 1477 'browser/tracing/tracing_controller_impl.h',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 'browser/media/media_web_contents_observer.h', 2064 'browser/media/media_web_contents_observer.h',
2064 ], 2065 ],
2065 }], 2066 }],
2066 ['OS == "linux" and use_openssl==1', { 2067 ['OS == "linux" and use_openssl==1', {
2067 'dependencies': [ 2068 'dependencies': [
2068 '../third_party/boringssl/boringssl.gyp:boringssl', 2069 '../third_party/boringssl/boringssl.gyp:boringssl',
2069 ], 2070 ],
2070 }], 2071 }],
2071 ], 2072 ],
2072 } 2073 }
OLDNEW
« no previous file with comments | « content/browser/tracing/background_tracing_manager_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698