| 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 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1435 'browser/time_zone_monitor.cc', | 1435 'browser/time_zone_monitor.cc', |
| 1436 'browser/time_zone_monitor.h', | 1436 'browser/time_zone_monitor.h', |
| 1437 'browser/time_zone_monitor_android.cc', | 1437 'browser/time_zone_monitor_android.cc', |
| 1438 'browser/time_zone_monitor_android.h', | 1438 'browser/time_zone_monitor_android.h', |
| 1439 'browser/time_zone_monitor_chromeos.cc', | 1439 'browser/time_zone_monitor_chromeos.cc', |
| 1440 'browser/time_zone_monitor_linux.cc', | 1440 'browser/time_zone_monitor_linux.cc', |
| 1441 'browser/time_zone_monitor_mac.mm', | 1441 'browser/time_zone_monitor_mac.mm', |
| 1442 'browser/time_zone_monitor_win.cc', | 1442 'browser/time_zone_monitor_win.cc', |
| 1443 'browser/tracing/etw_system_event_consumer_win.cc', | 1443 'browser/tracing/etw_system_event_consumer_win.cc', |
| 1444 'browser/tracing/etw_system_event_consumer_win.h', | 1444 'browser/tracing/etw_system_event_consumer_win.h', |
| 1445 'browser/tracing/file_tracing_provider_impl.cc', |
| 1446 'browser/tracing/file_tracing_provider_impl.h', |
| 1445 'browser/tracing/trace_message_filter.cc', | 1447 'browser/tracing/trace_message_filter.cc', |
| 1446 'browser/tracing/trace_message_filter.h', | 1448 'browser/tracing/trace_message_filter.h', |
| 1447 'browser/tracing/tracing_controller_impl.cc', | 1449 'browser/tracing/tracing_controller_impl.cc', |
| 1448 'browser/tracing/tracing_controller_impl.h', | 1450 'browser/tracing/tracing_controller_impl.h', |
| 1449 'browser/tracing/tracing_controller_impl_data_sinks.cc', | 1451 'browser/tracing/tracing_controller_impl_data_sinks.cc', |
| 1450 'browser/tracing/tracing_controller_impl_data_sinks.h', | 1452 'browser/tracing/tracing_controller_impl_data_sinks.h', |
| 1451 'browser/tracing/tracing_ui.cc', | 1453 'browser/tracing/tracing_ui.cc', |
| 1452 'browser/tracing/tracing_ui.h', | 1454 'browser/tracing/tracing_ui.h', |
| 1453 'browser/transition_request_manager.cc', | 1455 'browser/transition_request_manager.cc', |
| 1454 'browser/transition_request_manager.h', | 1456 'browser/transition_request_manager.h', |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2036 'browser/media/media_web_contents_observer.h', | 2038 'browser/media/media_web_contents_observer.h', |
| 2037 ], | 2039 ], |
| 2038 }], | 2040 }], |
| 2039 ['OS == "linux" and use_openssl==1', { | 2041 ['OS == "linux" and use_openssl==1', { |
| 2040 'dependencies': [ | 2042 'dependencies': [ |
| 2041 '../third_party/boringssl/boringssl.gyp:boringssl', | 2043 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2042 ], | 2044 ], |
| 2043 }], | 2045 }], |
| 2044 ], | 2046 ], |
| 2045 } | 2047 } |
| OLD | NEW |