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