| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/bad_message.cc', | 485 'browser/bad_message.cc', |
| 486 'browser/bad_message.h', | 486 'browser/bad_message.h', |
| 487 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 487 'browser/bluetooth/bluetooth_dispatcher_host.cc', |
| 488 'browser/bluetooth/bluetooth_dispatcher_host.h', | 488 'browser/bluetooth/bluetooth_dispatcher_host.h', |
| 489 'browser/bluetooth/bluetooth_metrics.cc', |
| 490 'browser/bluetooth/bluetooth_metrics.h', |
| 489 'browser/bootstrap_sandbox_mac.cc', | 491 'browser/bootstrap_sandbox_mac.cc', |
| 490 'browser/bootstrap_sandbox_mac.h', | 492 'browser/bootstrap_sandbox_mac.h', |
| 491 'browser/browser_child_process_host_impl.cc', | 493 'browser/browser_child_process_host_impl.cc', |
| 492 'browser/browser_child_process_host_impl.h', | 494 'browser/browser_child_process_host_impl.h', |
| 493 'browser/browser_context.cc', | 495 'browser/browser_context.cc', |
| 494 'browser/browser_io_surface_manager_mac.cc', | 496 'browser/browser_io_surface_manager_mac.cc', |
| 495 'browser/browser_io_surface_manager_mac.h', | 497 'browser/browser_io_surface_manager_mac.h', |
| 496 'browser/browser_ipc_logging.cc', | 498 'browser/browser_ipc_logging.cc', |
| 497 'browser/browser_main.cc', | 499 'browser/browser_main.cc', |
| 498 'browser/browser_main.h', | 500 'browser/browser_main.h', |
| (...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2142 'sources': [ | 2144 'sources': [ |
| 2143 'browser/vr/vr_device.cc', | 2145 'browser/vr/vr_device.cc', |
| 2144 'browser/vr/vr_device.h', | 2146 'browser/vr/vr_device.h', |
| 2145 'browser/vr/vr_device_manager.cc', | 2147 'browser/vr/vr_device_manager.cc', |
| 2146 'browser/vr/vr_device_manager.h', | 2148 'browser/vr/vr_device_manager.h', |
| 2147 'browser/vr/vr_device_provider.h', | 2149 'browser/vr/vr_device_provider.h', |
| 2148 ] | 2150 ] |
| 2149 }], | 2151 }], |
| 2150 ], | 2152 ], |
| 2151 } | 2153 } |
| OLD | NEW |