| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |