| 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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1448 'browser/theme_helper_mac.h', | 1448 'browser/theme_helper_mac.h', |
| 1449 'browser/theme_helper_mac.mm', | 1449 'browser/theme_helper_mac.mm', |
| 1450 'browser/time_zone_monitor.cc', | 1450 'browser/time_zone_monitor.cc', |
| 1451 'browser/time_zone_monitor.h', | 1451 'browser/time_zone_monitor.h', |
| 1452 'browser/time_zone_monitor_android.cc', | 1452 'browser/time_zone_monitor_android.cc', |
| 1453 'browser/time_zone_monitor_android.h', | 1453 'browser/time_zone_monitor_android.h', |
| 1454 'browser/time_zone_monitor_chromeos.cc', | 1454 'browser/time_zone_monitor_chromeos.cc', |
| 1455 'browser/time_zone_monitor_linux.cc', | 1455 'browser/time_zone_monitor_linux.cc', |
| 1456 'browser/time_zone_monitor_mac.mm', | 1456 'browser/time_zone_monitor_mac.mm', |
| 1457 'browser/time_zone_monitor_win.cc', | 1457 'browser/time_zone_monitor_win.cc', |
| 1458 'browser/tracing/background_tracing_config.cc', |
| 1458 'browser/tracing/background_tracing_manager_impl.cc', | 1459 'browser/tracing/background_tracing_manager_impl.cc', |
| 1459 'browser/tracing/background_tracing_manager_impl.h', | 1460 'browser/tracing/background_tracing_manager_impl.h', |
| 1460 'browser/tracing/etw_system_event_consumer_win.cc', | 1461 'browser/tracing/etw_system_event_consumer_win.cc', |
| 1461 'browser/tracing/etw_system_event_consumer_win.h', | 1462 'browser/tracing/etw_system_event_consumer_win.h', |
| 1462 'browser/tracing/file_tracing_provider_impl.cc', | 1463 'browser/tracing/file_tracing_provider_impl.cc', |
| 1463 'browser/tracing/file_tracing_provider_impl.h', | 1464 'browser/tracing/file_tracing_provider_impl.h', |
| 1464 'browser/tracing/trace_message_filter.cc', | 1465 'browser/tracing/trace_message_filter.cc', |
| 1465 'browser/tracing/trace_message_filter.h', | 1466 'browser/tracing/trace_message_filter.h', |
| 1466 'browser/tracing/tracing_controller_impl.cc', | 1467 'browser/tracing/tracing_controller_impl.cc', |
| 1467 'browser/tracing/tracing_controller_impl.h', | 1468 'browser/tracing/tracing_controller_impl.h', |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 'browser/media/media_web_contents_observer.h', | 2055 'browser/media/media_web_contents_observer.h', |
| 2055 ], | 2056 ], |
| 2056 }], | 2057 }], |
| 2057 ['OS == "linux" and use_openssl==1', { | 2058 ['OS == "linux" and use_openssl==1', { |
| 2058 'dependencies': [ | 2059 'dependencies': [ |
| 2059 '../third_party/boringssl/boringssl.gyp:boringssl', | 2060 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2060 ], | 2061 ], |
| 2061 }], | 2062 }], |
| 2062 ], | 2063 ], |
| 2063 } | 2064 } |
| OLD | NEW |