| 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 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 'browser/appcache/chrome_appcache_service.cc', | 419 'browser/appcache/chrome_appcache_service.cc', |
| 420 'browser/appcache/chrome_appcache_service.h', | 420 'browser/appcache/chrome_appcache_service.h', |
| 421 'browser/background_sync/background_sync_context_impl.cc', | 421 'browser/background_sync/background_sync_context_impl.cc', |
| 422 'browser/background_sync/background_sync_context_impl.h', | 422 'browser/background_sync/background_sync_context_impl.h', |
| 423 'browser/background_sync/background_sync_manager.cc', | 423 'browser/background_sync/background_sync_manager.cc', |
| 424 'browser/background_sync/background_sync_manager.h', | 424 'browser/background_sync/background_sync_manager.h', |
| 425 'browser/background_sync/background_sync_metrics.cc', | 425 'browser/background_sync/background_sync_metrics.cc', |
| 426 'browser/background_sync/background_sync_metrics.h', | 426 'browser/background_sync/background_sync_metrics.h', |
| 427 'browser/background_sync/background_sync_network_observer.cc', | 427 'browser/background_sync/background_sync_network_observer.cc', |
| 428 'browser/background_sync/background_sync_network_observer.h', | 428 'browser/background_sync/background_sync_network_observer.h', |
| 429 'browser/background_sync/background_sync_power_observer.cc', | |
| 430 'browser/background_sync/background_sync_power_observer.h', | |
| 431 'browser/background_sync/background_sync_registration.cc', | 429 'browser/background_sync/background_sync_registration.cc', |
| 432 'browser/background_sync/background_sync_registration.h', | 430 'browser/background_sync/background_sync_registration.h', |
| 433 'browser/background_sync/background_sync_registration_handle.cc', | 431 'browser/background_sync/background_sync_registration_handle.cc', |
| 434 'browser/background_sync/background_sync_registration_handle.h', | 432 'browser/background_sync/background_sync_registration_handle.h', |
| 435 'browser/background_sync/background_sync_registration_options.cc', | 433 'browser/background_sync/background_sync_registration_options.cc', |
| 436 'browser/background_sync/background_sync_registration_options.h', | 434 'browser/background_sync/background_sync_registration_options.h', |
| 437 'browser/background_sync/background_sync_service_impl.cc', | 435 'browser/background_sync/background_sync_service_impl.cc', |
| 438 'browser/background_sync/background_sync_service_impl.h', | 436 'browser/background_sync/background_sync_service_impl.h', |
| 439 'browser/background_sync/background_sync_status.h', | 437 'browser/background_sync/background_sync_status.h', |
| 440 'browser/bad_message.cc', | 438 'browser/bad_message.cc', |
| (...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2219 ['enable_webvr==1 and OS=="android"', { | 2217 ['enable_webvr==1 and OS=="android"', { |
| 2220 'sources': [ | 2218 'sources': [ |
| 2221 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2222 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2220 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2225 ], | 2223 ], |
| 2226 }], | 2224 }], |
| 2227 ], | 2225 ], |
| 2228 } | 2226 } |
| OLD | NEW |