Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: content/content_browser.gypi

Issue 645763003: Refactor GeofencingManager to have one instance per StoragePartition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: have reference to service worker context in geofencing manager Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'browser/gamepad/gamepad_standard_mappings_win.cc', 670 'browser/gamepad/gamepad_standard_mappings_win.cc',
671 'browser/gamepad/raw_input_data_fetcher_win.cc', 671 'browser/gamepad/raw_input_data_fetcher_win.cc',
672 'browser/gamepad/raw_input_data_fetcher_win.h', 672 'browser/gamepad/raw_input_data_fetcher_win.h',
673 'browser/gamepad/xbox_data_fetcher_mac.cc', 673 'browser/gamepad/xbox_data_fetcher_mac.cc',
674 'browser/gamepad/xbox_data_fetcher_mac.h', 674 'browser/gamepad/xbox_data_fetcher_mac.h',
675 'browser/geofencing/geofencing_dispatcher_host.cc', 675 'browser/geofencing/geofencing_dispatcher_host.cc',
676 'browser/geofencing/geofencing_dispatcher_host.h', 676 'browser/geofencing/geofencing_dispatcher_host.h',
677 'browser/geofencing/geofencing_manager.cc', 677 'browser/geofencing/geofencing_manager.cc',
678 'browser/geofencing/geofencing_manager.h', 678 'browser/geofencing/geofencing_manager.h',
679 'browser/geofencing/geofencing_provider.h', 679 'browser/geofencing/geofencing_provider.h',
680 'browser/geofencing/geofencing_registration_delegate.h',
681 'browser/geofencing/geofencing_service.cc',
682 'browser/geofencing/geofencing_service.h',
680 'browser/geolocation/empty_wifi_data_provider.cc', 683 'browser/geolocation/empty_wifi_data_provider.cc',
681 'browser/geolocation/empty_wifi_data_provider.h', 684 'browser/geolocation/empty_wifi_data_provider.h',
682 'browser/geolocation/geolocation_dispatcher_host.cc', 685 'browser/geolocation/geolocation_dispatcher_host.cc',
683 'browser/geolocation/geolocation_dispatcher_host.h', 686 'browser/geolocation/geolocation_dispatcher_host.h',
684 'browser/geolocation/geolocation_provider_impl.cc', 687 'browser/geolocation/geolocation_provider_impl.cc',
685 'browser/geolocation/geolocation_provider_impl.h', 688 'browser/geolocation/geolocation_provider_impl.h',
686 'browser/geolocation/location_api_adapter_android.cc', 689 'browser/geolocation/location_api_adapter_android.cc',
687 'browser/geolocation/location_api_adapter_android.h', 690 'browser/geolocation/location_api_adapter_android.h',
688 'browser/geolocation/location_arbitrator.h', 691 'browser/geolocation/location_arbitrator.h',
689 'browser/geolocation/location_arbitrator_impl.cc', 692 'browser/geolocation/location_arbitrator_impl.cc',
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 'sources': [ 1921 'sources': [
1919 'browser/media/cdm/browser_cdm_manager.cc', 1922 'browser/media/cdm/browser_cdm_manager.cc',
1920 'browser/media/cdm/browser_cdm_manager.h', 1923 'browser/media/cdm/browser_cdm_manager.h',
1921 # This works on Android because enable_browser_cdms==1 on Android. 1924 # This works on Android because enable_browser_cdms==1 on Android.
1922 'browser/media/media_web_contents_observer.cc', 1925 'browser/media/media_web_contents_observer.cc',
1923 'browser/media/media_web_contents_observer.h', 1926 'browser/media/media_web_contents_observer.h',
1924 ], 1927 ],
1925 }], 1928 }],
1926 ], 1929 ],
1927 } 1930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698