| 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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 'browser/geolocation/location_arbitrator_impl.cc', | 814 'browser/geolocation/location_arbitrator_impl.cc', |
| 815 'browser/geolocation/location_arbitrator_impl.h', | 815 'browser/geolocation/location_arbitrator_impl.h', |
| 816 'browser/geolocation/location_provider_android.cc', | 816 'browser/geolocation/location_provider_android.cc', |
| 817 'browser/geolocation/location_provider_android.h', | 817 'browser/geolocation/location_provider_android.h', |
| 818 'browser/geolocation/location_provider_base.cc', | 818 'browser/geolocation/location_provider_base.cc', |
| 819 'browser/geolocation/location_provider_base.h', | 819 'browser/geolocation/location_provider_base.h', |
| 820 'browser/geolocation/network_location_provider.cc', | 820 'browser/geolocation/network_location_provider.cc', |
| 821 'browser/geolocation/network_location_provider.h', | 821 'browser/geolocation/network_location_provider.h', |
| 822 'browser/geolocation/network_location_request.cc', | 822 'browser/geolocation/network_location_request.cc', |
| 823 'browser/geolocation/network_location_request.h', | 823 'browser/geolocation/network_location_request.h', |
| 824 'browser/geolocation/osx_wifi.h', | |
| 825 'browser/geolocation/wifi_data.cc', | 824 'browser/geolocation/wifi_data.cc', |
| 826 'browser/geolocation/wifi_data.h', | 825 'browser/geolocation/wifi_data.h', |
| 827 'browser/geolocation/wifi_data_provider.cc', | 826 'browser/geolocation/wifi_data_provider.cc', |
| 828 'browser/geolocation/wifi_data_provider.h', | 827 'browser/geolocation/wifi_data_provider.h', |
| 829 'browser/geolocation/wifi_data_provider_chromeos.cc', | 828 'browser/geolocation/wifi_data_provider_chromeos.cc', |
| 830 'browser/geolocation/wifi_data_provider_chromeos.h', | 829 'browser/geolocation/wifi_data_provider_chromeos.h', |
| 831 'browser/geolocation/wifi_data_provider_common.cc', | 830 'browser/geolocation/wifi_data_provider_common.cc', |
| 832 'browser/geolocation/wifi_data_provider_common.h', | 831 'browser/geolocation/wifi_data_provider_common.h', |
| 833 'browser/geolocation/wifi_data_provider_common_win.cc', | 832 'browser/geolocation/wifi_data_provider_common_win.cc', |
| 834 'browser/geolocation/wifi_data_provider_common_win.h', | 833 'browser/geolocation/wifi_data_provider_common_win.h', |
| (...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2171 ['enable_webvr==1 and OS=="android"', { | 2170 ['enable_webvr==1 and OS=="android"', { |
| 2172 'sources': [ | 2171 'sources': [ |
| 2173 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2172 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2174 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2173 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2175 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2174 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2176 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2175 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2177 ], | 2176 ], |
| 2178 }], | 2177 }], |
| 2179 ], | 2178 ], |
| 2180 } | 2179 } |
| OLD | NEW |