| 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 'browser/background_sync/background_sync_registration_options.h', | 480 'browser/background_sync/background_sync_registration_options.h', |
| 481 'browser/background_sync/background_sync_service_impl.cc', | 481 'browser/background_sync/background_sync_service_impl.cc', |
| 482 'browser/background_sync/background_sync_service_impl.h', | 482 'browser/background_sync/background_sync_service_impl.h', |
| 483 'browser/background_sync/background_sync_status.h', | 483 'browser/background_sync/background_sync_status.h', |
| 484 'browser/bad_message.cc', | 484 'browser/bad_message.cc', |
| 485 'browser/bad_message.h', | 485 'browser/bad_message.h', |
| 486 'browser/blob_storage/blob_dispatcher_host.cc', | 486 'browser/blob_storage/blob_dispatcher_host.cc', |
| 487 'browser/blob_storage/blob_dispatcher_host.h', | 487 'browser/blob_storage/blob_dispatcher_host.h', |
| 488 'browser/blob_storage/chrome_blob_storage_context.cc', | 488 'browser/blob_storage/chrome_blob_storage_context.cc', |
| 489 'browser/blob_storage/chrome_blob_storage_context.h', | 489 'browser/blob_storage/chrome_blob_storage_context.h', |
| 490 'browser/bluetooth/bluetooth_adapter_factory_wrapper.cc', | |
| 491 'browser/bluetooth/bluetooth_adapter_factory_wrapper.h', | |
| 492 'browser/bluetooth/bluetooth_allowed_devices_map.cc', | 490 'browser/bluetooth/bluetooth_allowed_devices_map.cc', |
| 493 'browser/bluetooth/bluetooth_allowed_devices_map.h', | 491 'browser/bluetooth/bluetooth_allowed_devices_map.h', |
| 494 'browser/bluetooth/bluetooth_blacklist.cc', | 492 'browser/bluetooth/bluetooth_blacklist.cc', |
| 495 'browser/bluetooth/bluetooth_blacklist.h', | 493 'browser/bluetooth/bluetooth_blacklist.h', |
| 496 'browser/bluetooth/bluetooth_device_chooser_controller.cc', | 494 'browser/bluetooth/bluetooth_device_chooser_controller.cc', |
| 497 'browser/bluetooth/bluetooth_device_chooser_controller.h', | 495 'browser/bluetooth/bluetooth_device_chooser_controller.h', |
| 498 'browser/bluetooth/bluetooth_metrics.cc', | 496 'browser/bluetooth/bluetooth_metrics.cc', |
| 499 'browser/bluetooth/bluetooth_metrics.h', | 497 'browser/bluetooth/bluetooth_metrics.h', |
| 500 'browser/bluetooth/cache_query_result.h', | 498 'browser/bluetooth/cache_query_result.h', |
| 501 'browser/bluetooth/first_device_bluetooth_chooser.cc', | 499 'browser/bluetooth/first_device_bluetooth_chooser.cc', |
| (...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2211 ], | 2209 ], |
| 2212 }], | 2210 }], |
| 2213 ['OS != "mac" and OS != "android"', { | 2211 ['OS != "mac" and OS != "android"', { |
| 2214 'sources!': [ | 2212 'sources!': [ |
| 2215 'browser/gpu/gpu_surface_tracker.cc', | 2213 'browser/gpu/gpu_surface_tracker.cc', |
| 2216 'browser/gpu/gpu_surface_tracker.h', | 2214 'browser/gpu/gpu_surface_tracker.h', |
| 2217 ], | 2215 ], |
| 2218 }], | 2216 }], |
| 2219 ], | 2217 ], |
| 2220 } | 2218 } |
| OLD | NEW |