| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 'browser/background_sync/background_sync_service_impl.h', | 473 'browser/background_sync/background_sync_service_impl.h', |
| 474 'browser/background_sync/background_sync_status.h', | 474 'browser/background_sync/background_sync_status.h', |
| 475 'browser/bad_message.cc', | 475 'browser/bad_message.cc', |
| 476 'browser/bad_message.h', | 476 'browser/bad_message.h', |
| 477 'browser/blob_storage/blob_dispatcher_host.cc', | 477 'browser/blob_storage/blob_dispatcher_host.cc', |
| 478 'browser/blob_storage/blob_dispatcher_host.h', | 478 'browser/blob_storage/blob_dispatcher_host.h', |
| 479 'browser/bluetooth/bluetooth_allowed_devices_map.cc', | 479 'browser/bluetooth/bluetooth_allowed_devices_map.cc', |
| 480 'browser/bluetooth/bluetooth_allowed_devices_map.h', | 480 'browser/bluetooth/bluetooth_allowed_devices_map.h', |
| 481 'browser/bluetooth/bluetooth_blacklist.cc', | 481 'browser/bluetooth/bluetooth_blacklist.cc', |
| 482 'browser/bluetooth/bluetooth_blacklist.h', | 482 'browser/bluetooth/bluetooth_blacklist.h', |
| 483 'browser/bluetooth/bluetooth_connected_devices_map.cc', |
| 484 'browser/bluetooth/bluetooth_connected_devices_map.h', |
| 483 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 485 'browser/bluetooth/bluetooth_dispatcher_host.cc', |
| 484 'browser/bluetooth/bluetooth_dispatcher_host.h', | 486 'browser/bluetooth/bluetooth_dispatcher_host.h', |
| 485 'browser/bluetooth/bluetooth_metrics.cc', | 487 'browser/bluetooth/bluetooth_metrics.cc', |
| 486 'browser/bluetooth/bluetooth_metrics.h', | 488 'browser/bluetooth/bluetooth_metrics.h', |
| 487 'browser/bluetooth/cache_query_result.h', | 489 'browser/bluetooth/cache_query_result.h', |
| 488 'browser/bluetooth/first_device_bluetooth_chooser.cc', | 490 'browser/bluetooth/first_device_bluetooth_chooser.cc', |
| 489 'browser/bluetooth/first_device_bluetooth_chooser.h', | 491 'browser/bluetooth/first_device_bluetooth_chooser.h', |
| 490 'browser/bluetooth/web_bluetooth_service_impl.cc', | 492 'browser/bluetooth/web_bluetooth_service_impl.cc', |
| 491 'browser/bluetooth/web_bluetooth_service_impl.h', | 493 'browser/bluetooth/web_bluetooth_service_impl.h', |
| 492 'browser/bootstrap_sandbox_manager_mac.cc', | 494 'browser/bootstrap_sandbox_manager_mac.cc', |
| (...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2208 ], | 2210 ], |
| 2209 }], | 2211 }], |
| 2210 ['OS != "mac" and OS != "android"', { | 2212 ['OS != "mac" and OS != "android"', { |
| 2211 'sources!': [ | 2213 'sources!': [ |
| 2212 'browser/gpu/gpu_surface_tracker.cc', | 2214 'browser/gpu/gpu_surface_tracker.cc', |
| 2213 'browser/gpu/gpu_surface_tracker.h', | 2215 'browser/gpu/gpu_surface_tracker.h', |
| 2214 ], | 2216 ], |
| 2215 }], | 2217 }], |
| 2216 ], | 2218 ], |
| 2217 } | 2219 } |
| OLD | NEW |