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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
678 'browser/geofencing/geofencing_dispatcher_host.h', | 678 'browser/geofencing/geofencing_dispatcher_host.h', |
679 'browser/geofencing/geofencing_manager.cc', | 679 'browser/geofencing/geofencing_manager.cc', |
680 'browser/geofencing/geofencing_manager.h', | 680 'browser/geofencing/geofencing_manager.h', |
681 'browser/geofencing/geofencing_provider.h', | 681 'browser/geofencing/geofencing_provider.h', |
682 'browser/geolocation/empty_wifi_data_provider.cc', | 682 'browser/geolocation/empty_wifi_data_provider.cc', |
683 'browser/geolocation/empty_wifi_data_provider.h', | 683 'browser/geolocation/empty_wifi_data_provider.h', |
684 'browser/geolocation/geolocation_dispatcher_host.cc', | 684 'browser/geolocation/geolocation_dispatcher_host.cc', |
685 'browser/geolocation/geolocation_dispatcher_host.h', | 685 'browser/geolocation/geolocation_dispatcher_host.h', |
686 'browser/geolocation/geolocation_provider_impl.cc', | 686 'browser/geolocation/geolocation_provider_impl.cc', |
687 'browser/geolocation/geolocation_provider_impl.h', | 687 'browser/geolocation/geolocation_provider_impl.h', |
| 688 'browser/geolocation/geolocation_service_context.cc', |
| 689 'browser/geolocation/geolocation_service_context.h', |
| 690 'browser/geolocation/geolocation_service_impl.cc', |
| 691 'browser/geolocation/geolocation_service_impl.h', |
688 'browser/geolocation/location_api_adapter_android.cc', | 692 'browser/geolocation/location_api_adapter_android.cc', |
689 'browser/geolocation/location_api_adapter_android.h', | 693 'browser/geolocation/location_api_adapter_android.h', |
690 'browser/geolocation/location_arbitrator.h', | 694 'browser/geolocation/location_arbitrator.h', |
691 'browser/geolocation/location_arbitrator_impl.cc', | 695 'browser/geolocation/location_arbitrator_impl.cc', |
692 'browser/geolocation/location_arbitrator_impl.h', | 696 'browser/geolocation/location_arbitrator_impl.h', |
693 'browser/geolocation/location_provider_android.cc', | 697 'browser/geolocation/location_provider_android.cc', |
694 'browser/geolocation/location_provider_android.h', | 698 'browser/geolocation/location_provider_android.h', |
695 'browser/geolocation/location_provider_base.cc', | 699 'browser/geolocation/location_provider_base.cc', |
696 'browser/geolocation/location_provider_base.h', | 700 'browser/geolocation/location_provider_base.h', |
697 'browser/geolocation/network_location_provider.cc', | 701 'browser/geolocation/network_location_provider.cc', |
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1926 'sources': [ | 1930 'sources': [ |
1927 'browser/media/cdm/browser_cdm_manager.cc', | 1931 'browser/media/cdm/browser_cdm_manager.cc', |
1928 'browser/media/cdm/browser_cdm_manager.h', | 1932 'browser/media/cdm/browser_cdm_manager.h', |
1929 # This works on Android because enable_browser_cdms==1 on Android. | 1933 # This works on Android because enable_browser_cdms==1 on Android. |
1930 'browser/media/media_web_contents_observer.cc', | 1934 'browser/media/media_web_contents_observer.cc', |
1931 'browser/media/media_web_contents_observer.h', | 1935 'browser/media/media_web_contents_observer.h', |
1932 ], | 1936 ], |
1933 }], | 1937 }], |
1934 ], | 1938 ], |
1935 } | 1939 } |
OLD | NEW |