| 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 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'browser/background_sync/background_sync_network_observer.h', | 475 'browser/background_sync/background_sync_network_observer.h', |
| 476 'browser/background_sync/background_sync_power_observer.cc', | 476 'browser/background_sync/background_sync_power_observer.cc', |
| 477 'browser/background_sync/background_sync_power_observer.h', | 477 'browser/background_sync/background_sync_power_observer.h', |
| 478 'browser/background_sync/background_sync_registration.cc', | 478 'browser/background_sync/background_sync_registration.cc', |
| 479 'browser/background_sync/background_sync_registration.h', | 479 'browser/background_sync/background_sync_registration.h', |
| 480 'browser/background_sync/background_sync_registration_options.cc', | 480 'browser/background_sync/background_sync_registration_options.cc', |
| 481 'browser/background_sync/background_sync_registration_options.h', | 481 'browser/background_sync/background_sync_registration_options.h', |
| 482 'browser/background_sync/background_sync_service_impl.cc', | 482 'browser/background_sync/background_sync_service_impl.cc', |
| 483 'browser/background_sync/background_sync_service_impl.h', | 483 'browser/background_sync/background_sync_service_impl.h', |
| 484 'browser/background_sync/background_sync_status.h', | 484 'browser/background_sync/background_sync_status.h', |
| 485 'browser/background_sync/client_background_sync_registration.cc', |
| 486 'browser/background_sync/client_background_sync_registration.h', |
| 485 'browser/bad_message.cc', | 487 'browser/bad_message.cc', |
| 486 'browser/bad_message.h', | 488 'browser/bad_message.h', |
| 487 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 489 'browser/bluetooth/bluetooth_dispatcher_host.cc', |
| 488 'browser/bluetooth/bluetooth_dispatcher_host.h', | 490 'browser/bluetooth/bluetooth_dispatcher_host.h', |
| 489 'browser/bluetooth/bluetooth_metrics.cc', | 491 'browser/bluetooth/bluetooth_metrics.cc', |
| 490 'browser/bluetooth/bluetooth_metrics.h', | 492 'browser/bluetooth/bluetooth_metrics.h', |
| 491 'browser/bootstrap_sandbox_mac.cc', | 493 'browser/bootstrap_sandbox_mac.cc', |
| 492 'browser/bootstrap_sandbox_mac.h', | 494 'browser/bootstrap_sandbox_mac.h', |
| 493 'browser/browser_child_process_host_impl.cc', | 495 'browser/browser_child_process_host_impl.cc', |
| 494 'browser/browser_child_process_host_impl.h', | 496 'browser/browser_child_process_host_impl.h', |
| (...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2145 'sources': [ | 2147 'sources': [ |
| 2146 'browser/vr/vr_device.cc', | 2148 'browser/vr/vr_device.cc', |
| 2147 'browser/vr/vr_device.h', | 2149 'browser/vr/vr_device.h', |
| 2148 'browser/vr/vr_device_manager.cc', | 2150 'browser/vr/vr_device_manager.cc', |
| 2149 'browser/vr/vr_device_manager.h', | 2151 'browser/vr/vr_device_manager.h', |
| 2150 'browser/vr/vr_device_provider.h', | 2152 'browser/vr/vr_device_provider.h', |
| 2151 ] | 2153 ] |
| 2152 }], | 2154 }], |
| 2153 ], | 2155 ], |
| 2154 } | 2156 } |
| OLD | NEW |