| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 'browser/bluetooth/bluetooth_adapter_factory_wrapper.h', | 491 'browser/bluetooth/bluetooth_adapter_factory_wrapper.h', |
| 492 'browser/bluetooth/bluetooth_allowed_devices_map.cc', | 492 'browser/bluetooth/bluetooth_allowed_devices_map.cc', |
| 493 'browser/bluetooth/bluetooth_allowed_devices_map.h', | 493 'browser/bluetooth/bluetooth_allowed_devices_map.h', |
| 494 'browser/bluetooth/bluetooth_blacklist.cc', | 494 'browser/bluetooth/bluetooth_blacklist.cc', |
| 495 'browser/bluetooth/bluetooth_blacklist.h', | 495 'browser/bluetooth/bluetooth_blacklist.h', |
| 496 'browser/bluetooth/bluetooth_device_chooser_controller.cc', | 496 'browser/bluetooth/bluetooth_device_chooser_controller.cc', |
| 497 'browser/bluetooth/bluetooth_device_chooser_controller.h', | 497 'browser/bluetooth/bluetooth_device_chooser_controller.h', |
| 498 'browser/bluetooth/bluetooth_metrics.cc', | 498 'browser/bluetooth/bluetooth_metrics.cc', |
| 499 'browser/bluetooth/bluetooth_metrics.h', | 499 'browser/bluetooth/bluetooth_metrics.h', |
| 500 'browser/bluetooth/cache_query_result.h', | 500 'browser/bluetooth/cache_query_result.h', |
| 501 'browser/bluetooth/first_device_bluetooth_chooser.cc', | |
| 502 'browser/bluetooth/first_device_bluetooth_chooser.h', | |
| 503 'browser/bluetooth/frame_connected_bluetooth_devices.cc', | 501 'browser/bluetooth/frame_connected_bluetooth_devices.cc', |
| 504 'browser/bluetooth/frame_connected_bluetooth_devices.h', | 502 'browser/bluetooth/frame_connected_bluetooth_devices.h', |
| 505 'browser/bluetooth/web_bluetooth_service_impl.cc', | 503 'browser/bluetooth/web_bluetooth_service_impl.cc', |
| 506 'browser/bluetooth/web_bluetooth_service_impl.h', | 504 'browser/bluetooth/web_bluetooth_service_impl.h', |
| 507 'browser/bootstrap_sandbox_manager_mac.cc', | 505 'browser/bootstrap_sandbox_manager_mac.cc', |
| 508 'browser/bootstrap_sandbox_manager_mac.h', | 506 'browser/bootstrap_sandbox_manager_mac.h', |
| 509 'browser/browser_child_process_host_impl.cc', | 507 'browser/browser_child_process_host_impl.cc', |
| 510 'browser/browser_child_process_host_impl.h', | 508 'browser/browser_child_process_host_impl.h', |
| 511 'browser/browser_context.cc', | 509 'browser/browser_context.cc', |
| 512 'browser/browser_ipc_logging.cc', | 510 'browser/browser_ipc_logging.cc', |
| (...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2194 ], | 2192 ], |
| 2195 }], | 2193 }], |
| 2196 ['OS != "mac" and OS != "android"', { | 2194 ['OS != "mac" and OS != "android"', { |
| 2197 'sources!': [ | 2195 'sources!': [ |
| 2198 'browser/gpu/gpu_surface_tracker.cc', | 2196 'browser/gpu/gpu_surface_tracker.cc', |
| 2199 'browser/gpu/gpu_surface_tracker.h', | 2197 'browser/gpu/gpu_surface_tracker.h', |
| 2200 ], | 2198 ], |
| 2201 }], | 2199 }], |
| 2202 ], | 2200 ], |
| 2203 } | 2201 } |
| OLD | NEW |