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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'browser/gamepad/gamepad_standard_mappings_win.cc', | 672 'browser/gamepad/gamepad_standard_mappings_win.cc', |
673 'browser/gamepad/raw_input_data_fetcher_win.cc', | 673 'browser/gamepad/raw_input_data_fetcher_win.cc', |
674 'browser/gamepad/raw_input_data_fetcher_win.h', | 674 'browser/gamepad/raw_input_data_fetcher_win.h', |
675 'browser/gamepad/xbox_data_fetcher_mac.cc', | 675 'browser/gamepad/xbox_data_fetcher_mac.cc', |
676 'browser/gamepad/xbox_data_fetcher_mac.h', | 676 'browser/gamepad/xbox_data_fetcher_mac.h', |
677 'browser/geofencing/geofencing_dispatcher_host.cc', | 677 'browser/geofencing/geofencing_dispatcher_host.cc', |
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/geofencing/geofencing_registration_delegate.h', |
| 683 'browser/geofencing/geofencing_service.cc', |
| 684 'browser/geofencing/geofencing_service.h', |
682 'browser/geolocation/empty_wifi_data_provider.cc', | 685 'browser/geolocation/empty_wifi_data_provider.cc', |
683 'browser/geolocation/empty_wifi_data_provider.h', | 686 'browser/geolocation/empty_wifi_data_provider.h', |
684 'browser/geolocation/geolocation_dispatcher_host.cc', | 687 'browser/geolocation/geolocation_dispatcher_host.cc', |
685 'browser/geolocation/geolocation_dispatcher_host.h', | 688 'browser/geolocation/geolocation_dispatcher_host.h', |
686 'browser/geolocation/geolocation_provider_impl.cc', | 689 'browser/geolocation/geolocation_provider_impl.cc', |
687 'browser/geolocation/geolocation_provider_impl.h', | 690 'browser/geolocation/geolocation_provider_impl.h', |
688 'browser/geolocation/location_api_adapter_android.cc', | 691 'browser/geolocation/location_api_adapter_android.cc', |
689 'browser/geolocation/location_api_adapter_android.h', | 692 'browser/geolocation/location_api_adapter_android.h', |
690 'browser/geolocation/location_arbitrator.h', | 693 'browser/geolocation/location_arbitrator.h', |
691 'browser/geolocation/location_arbitrator_impl.cc', | 694 'browser/geolocation/location_arbitrator_impl.cc', |
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1928 'sources': [ | 1931 'sources': [ |
1929 'browser/media/cdm/browser_cdm_manager.cc', | 1932 'browser/media/cdm/browser_cdm_manager.cc', |
1930 'browser/media/cdm/browser_cdm_manager.h', | 1933 'browser/media/cdm/browser_cdm_manager.h', |
1931 # This works on Android because enable_browser_cdms==1 on Android. | 1934 # This works on Android because enable_browser_cdms==1 on Android. |
1932 'browser/media/media_web_contents_observer.cc', | 1935 'browser/media/media_web_contents_observer.cc', |
1933 'browser/media/media_web_contents_observer.h', | 1936 'browser/media/media_web_contents_observer.h', |
1934 ], | 1937 ], |
1935 }], | 1938 }], |
1936 ], | 1939 ], |
1937 } | 1940 } |
OLD | NEW |