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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'browser/background_sync/background_sync_registration.h', | 474 'browser/background_sync/background_sync_registration.h', |
475 'browser/background_sync/background_sync_registration_options.cc', | 475 'browser/background_sync/background_sync_registration_options.cc', |
476 'browser/background_sync/background_sync_registration_options.h', | 476 'browser/background_sync/background_sync_registration_options.h', |
477 'browser/background_sync/background_sync_service_impl.cc', | 477 'browser/background_sync/background_sync_service_impl.cc', |
478 'browser/background_sync/background_sync_service_impl.h', | 478 'browser/background_sync/background_sync_service_impl.h', |
479 'browser/background_sync/background_sync_status.h', | 479 'browser/background_sync/background_sync_status.h', |
480 'browser/bad_message.cc', | 480 'browser/bad_message.cc', |
481 'browser/bad_message.h', | 481 'browser/bad_message.h', |
482 'browser/blob_storage/blob_dispatcher_host.cc', | 482 'browser/blob_storage/blob_dispatcher_host.cc', |
483 'browser/blob_storage/blob_dispatcher_host.h', | 483 'browser/blob_storage/blob_dispatcher_host.h', |
| 484 'browser/bluetooth/bluetooth_adapter_factory_wrapper.cc', |
| 485 'browser/bluetooth/bluetooth_adapter_factory_wrapper.h', |
484 'browser/bluetooth/bluetooth_allowed_devices_map.cc', | 486 'browser/bluetooth/bluetooth_allowed_devices_map.cc', |
485 'browser/bluetooth/bluetooth_allowed_devices_map.h', | 487 'browser/bluetooth/bluetooth_allowed_devices_map.h', |
486 'browser/bluetooth/bluetooth_blacklist.cc', | 488 'browser/bluetooth/bluetooth_blacklist.cc', |
487 'browser/bluetooth/bluetooth_blacklist.h', | 489 'browser/bluetooth/bluetooth_blacklist.h', |
488 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 490 'browser/bluetooth/bluetooth_device_provider.cc', |
489 'browser/bluetooth/bluetooth_dispatcher_host.h', | 491 'browser/bluetooth/bluetooth_device_provider.h', |
490 'browser/bluetooth/bluetooth_metrics.cc', | 492 'browser/bluetooth/bluetooth_metrics.cc', |
491 'browser/bluetooth/bluetooth_metrics.h', | 493 'browser/bluetooth/bluetooth_metrics.h', |
492 'browser/bluetooth/cache_query_result.h', | 494 'browser/bluetooth/cache_query_result.h', |
493 'browser/bluetooth/first_device_bluetooth_chooser.cc', | 495 'browser/bluetooth/first_device_bluetooth_chooser.cc', |
494 'browser/bluetooth/first_device_bluetooth_chooser.h', | 496 'browser/bluetooth/first_device_bluetooth_chooser.h', |
495 'browser/bluetooth/frame_connected_bluetooth_devices.cc', | 497 'browser/bluetooth/frame_connected_bluetooth_devices.cc', |
496 'browser/bluetooth/frame_connected_bluetooth_devices.h', | 498 'browser/bluetooth/frame_connected_bluetooth_devices.h', |
497 'browser/bluetooth/web_bluetooth_service_impl.cc', | 499 'browser/bluetooth/web_bluetooth_service_impl.cc', |
498 'browser/bluetooth/web_bluetooth_service_impl.h', | 500 'browser/bluetooth/web_bluetooth_service_impl.h', |
499 'browser/bootstrap_sandbox_manager_mac.cc', | 501 'browser/bootstrap_sandbox_manager_mac.cc', |
(...skipping 1712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2212 ], | 2214 ], |
2213 }], | 2215 }], |
2214 ['OS != "mac" and OS != "android"', { | 2216 ['OS != "mac" and OS != "android"', { |
2215 'sources!': [ | 2217 'sources!': [ |
2216 'browser/gpu/gpu_surface_tracker.cc', | 2218 'browser/gpu/gpu_surface_tracker.cc', |
2217 'browser/gpu/gpu_surface_tracker.h', | 2219 'browser/gpu/gpu_surface_tracker.h', |
2218 ], | 2220 ], |
2219 }], | 2221 }], |
2220 ], | 2222 ], |
2221 } | 2223 } |
OLD | NEW |