| 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/mime_util/mime_util.gyp:mime_util', | 10 '../components/mime_util/mime_util.gyp:mime_util', |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'browser/background_sync/background_sync_network_observer.h', | 461 'browser/background_sync/background_sync_network_observer.h', |
| 462 'browser/background_sync/background_sync_registration.cc', | 462 'browser/background_sync/background_sync_registration.cc', |
| 463 'browser/background_sync/background_sync_registration.h', | 463 'browser/background_sync/background_sync_registration.h', |
| 464 'browser/background_sync/background_sync_registration_options.cc', | 464 'browser/background_sync/background_sync_registration_options.cc', |
| 465 'browser/background_sync/background_sync_registration_options.h', | 465 'browser/background_sync/background_sync_registration_options.h', |
| 466 'browser/background_sync/background_sync_service_impl.cc', | 466 'browser/background_sync/background_sync_service_impl.cc', |
| 467 'browser/background_sync/background_sync_service_impl.h', | 467 'browser/background_sync/background_sync_service_impl.h', |
| 468 'browser/background_sync/background_sync_status.h', | 468 'browser/background_sync/background_sync_status.h', |
| 469 'browser/bad_message.cc', | 469 'browser/bad_message.cc', |
| 470 'browser/bad_message.h', | 470 'browser/bad_message.h', |
| 471 'browser/ballista/ballista_service_impl.cc', |
| 472 'browser/ballista/ballista_service_impl.h', |
| 471 'browser/bluetooth/bluetooth_allowed_devices_map.cc', | 473 'browser/bluetooth/bluetooth_allowed_devices_map.cc', |
| 472 'browser/bluetooth/bluetooth_allowed_devices_map.h', | 474 'browser/bluetooth/bluetooth_allowed_devices_map.h', |
| 473 'browser/bluetooth/bluetooth_blacklist.cc', | 475 'browser/bluetooth/bluetooth_blacklist.cc', |
| 474 'browser/bluetooth/bluetooth_blacklist.h', | 476 'browser/bluetooth/bluetooth_blacklist.h', |
| 475 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 477 'browser/bluetooth/bluetooth_dispatcher_host.cc', |
| 476 'browser/bluetooth/bluetooth_dispatcher_host.h', | 478 'browser/bluetooth/bluetooth_dispatcher_host.h', |
| 477 'browser/bluetooth/bluetooth_metrics.cc', | 479 'browser/bluetooth/bluetooth_metrics.cc', |
| 478 'browser/bluetooth/bluetooth_metrics.h', | 480 'browser/bluetooth/bluetooth_metrics.h', |
| 479 'browser/bluetooth/first_device_bluetooth_chooser.cc', | 481 'browser/bluetooth/first_device_bluetooth_chooser.cc', |
| 480 'browser/bluetooth/first_device_bluetooth_chooser.h', | 482 'browser/bluetooth/first_device_bluetooth_chooser.h', |
| (...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2206 ['enable_webvr==1 and OS=="android"', { | 2208 ['enable_webvr==1 and OS=="android"', { |
| 2207 'sources': [ | 2209 'sources': [ |
| 2208 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2210 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2209 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2211 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2212 ], | 2214 ], |
| 2213 }], | 2215 }], |
| 2214 ], | 2216 ], |
| 2215 } | 2217 } |
| OLD | NEW |