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

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: address comments Created 6 years, 1 month 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
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'sources': [ 1927 'sources': [
1925 'browser/media/cdm/browser_cdm_manager.cc', 1928 'browser/media/cdm/browser_cdm_manager.cc',
1926 'browser/media/cdm/browser_cdm_manager.h', 1929 'browser/media/cdm/browser_cdm_manager.h',
1927 # This works on Android because enable_browser_cdms==1 on Android. 1930 # This works on Android because enable_browser_cdms==1 on Android.
1928 'browser/media/media_web_contents_observer.cc', 1931 'browser/media/media_web_contents_observer.cc',
1929 'browser/media/media_web_contents_observer.h', 1932 'browser/media/media_web_contents_observer.h',
1930 ], 1933 ],
1931 }], 1934 }],
1932 ], 1935 ],
1933 } 1936 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698