| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 'browser/blob_storage/blob_dispatcher_host.cc', | 479 'browser/blob_storage/blob_dispatcher_host.cc', |
| 480 'browser/blob_storage/blob_dispatcher_host.h', | 480 'browser/blob_storage/blob_dispatcher_host.h', |
| 481 'browser/bluetooth/bluetooth_allowed_devices_map.cc', | 481 'browser/bluetooth/bluetooth_allowed_devices_map.cc', |
| 482 'browser/bluetooth/bluetooth_allowed_devices_map.h', | 482 'browser/bluetooth/bluetooth_allowed_devices_map.h', |
| 483 'browser/bluetooth/bluetooth_blacklist.cc', | 483 'browser/bluetooth/bluetooth_blacklist.cc', |
| 484 'browser/bluetooth/bluetooth_blacklist.h', | 484 'browser/bluetooth/bluetooth_blacklist.h', |
| 485 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 485 'browser/bluetooth/bluetooth_dispatcher_host.cc', |
| 486 'browser/bluetooth/bluetooth_dispatcher_host.h', | 486 'browser/bluetooth/bluetooth_dispatcher_host.h', |
| 487 'browser/bluetooth/bluetooth_metrics.cc', | 487 'browser/bluetooth/bluetooth_metrics.cc', |
| 488 'browser/bluetooth/bluetooth_metrics.h', | 488 'browser/bluetooth/bluetooth_metrics.h', |
| 489 'browser/bluetooth/cache_query_result.h', |
| 489 'browser/bluetooth/first_device_bluetooth_chooser.cc', | 490 'browser/bluetooth/first_device_bluetooth_chooser.cc', |
| 490 'browser/bluetooth/first_device_bluetooth_chooser.h', | 491 'browser/bluetooth/first_device_bluetooth_chooser.h', |
| 491 'browser/bluetooth/web_bluetooth_service_impl.cc', | 492 'browser/bluetooth/web_bluetooth_service_impl.cc', |
| 492 'browser/bluetooth/web_bluetooth_service_impl.h', | 493 'browser/bluetooth/web_bluetooth_service_impl.h', |
| 493 'browser/bootstrap_sandbox_manager_mac.cc', | 494 'browser/bootstrap_sandbox_manager_mac.cc', |
| 494 'browser/bootstrap_sandbox_manager_mac.h', | 495 'browser/bootstrap_sandbox_manager_mac.h', |
| 495 'browser/browser_child_process_host_impl.cc', | 496 'browser/browser_child_process_host_impl.cc', |
| 496 'browser/browser_child_process_host_impl.h', | 497 'browser/browser_child_process_host_impl.h', |
| 497 'browser/browser_context.cc', | 498 'browser/browser_context.cc', |
| 498 'browser/browser_ipc_logging.cc', | 499 'browser/browser_ipc_logging.cc', |
| (...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2203 ['enable_webvr==1 and OS=="android"', { | 2204 ['enable_webvr==1 and OS=="android"', { |
| 2204 'sources': [ | 2205 'sources': [ |
| 2205 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2206 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2206 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2207 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2207 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2209 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2209 ], | 2210 ], |
| 2210 }], | 2211 }], |
| 2211 ], | 2212 ], |
| 2212 } | 2213 } |
| OLD | NEW |