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 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 'browser/gamepad/xbox_data_fetcher_mac.cc', | 679 'browser/gamepad/xbox_data_fetcher_mac.cc', |
680 'browser/gamepad/xbox_data_fetcher_mac.h', | 680 'browser/gamepad/xbox_data_fetcher_mac.h', |
681 'browser/geofencing/geofencing_dispatcher_host.cc', | 681 'browser/geofencing/geofencing_dispatcher_host.cc', |
682 'browser/geofencing/geofencing_dispatcher_host.h', | 682 'browser/geofencing/geofencing_dispatcher_host.h', |
683 'browser/geofencing/geofencing_manager.cc', | 683 'browser/geofencing/geofencing_manager.cc', |
684 'browser/geofencing/geofencing_manager.h', | 684 'browser/geofencing/geofencing_manager.h', |
685 'browser/geofencing/geofencing_provider.h', | 685 'browser/geofencing/geofencing_provider.h', |
686 'browser/geofencing/geofencing_registration_delegate.h', | 686 'browser/geofencing/geofencing_registration_delegate.h', |
687 'browser/geofencing/geofencing_service.cc', | 687 'browser/geofencing/geofencing_service.cc', |
688 'browser/geofencing/geofencing_service.h', | 688 'browser/geofencing/geofencing_service.h', |
| 689 'browser/geofencing/mock_geofencing_service.cc', |
| 690 'browser/geofencing/mock_geofencing_service.h', |
689 'browser/geolocation/empty_wifi_data_provider.cc', | 691 'browser/geolocation/empty_wifi_data_provider.cc', |
690 'browser/geolocation/empty_wifi_data_provider.h', | 692 'browser/geolocation/empty_wifi_data_provider.h', |
691 'browser/geolocation/geolocation_provider_impl.cc', | 693 'browser/geolocation/geolocation_provider_impl.cc', |
692 'browser/geolocation/geolocation_provider_impl.h', | 694 'browser/geolocation/geolocation_provider_impl.h', |
693 'browser/geolocation/geolocation_service_context.cc', | 695 'browser/geolocation/geolocation_service_context.cc', |
694 'browser/geolocation/geolocation_service_context.h', | 696 'browser/geolocation/geolocation_service_context.h', |
695 'browser/geolocation/geolocation_service_impl.cc', | 697 'browser/geolocation/geolocation_service_impl.cc', |
696 'browser/geolocation/geolocation_service_impl.h', | 698 'browser/geolocation/geolocation_service_impl.h', |
697 'browser/geolocation/location_api_adapter_android.cc', | 699 'browser/geolocation/location_api_adapter_android.cc', |
698 'browser/geolocation/location_api_adapter_android.h', | 700 'browser/geolocation/location_api_adapter_android.h', |
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1938 'sources': [ | 1940 'sources': [ |
1939 'browser/media/cdm/browser_cdm_manager.cc', | 1941 'browser/media/cdm/browser_cdm_manager.cc', |
1940 'browser/media/cdm/browser_cdm_manager.h', | 1942 'browser/media/cdm/browser_cdm_manager.h', |
1941 # This works on Android because enable_browser_cdms==1 on Android. | 1943 # This works on Android because enable_browser_cdms==1 on Android. |
1942 'browser/media/media_web_contents_observer.cc', | 1944 'browser/media/media_web_contents_observer.cc', |
1943 'browser/media/media_web_contents_observer.h', | 1945 'browser/media/media_web_contents_observer.h', |
1944 ], | 1946 ], |
1945 }], | 1947 }], |
1946 ], | 1948 ], |
1947 } | 1949 } |
OLD | NEW |