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

Side by Side Diff: content/content_browser.gypi

Issue 722153003: Implement basic mojo Permission service and use it for Geolocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename HasPermission() to QueryPermission() 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
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 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'browser/geofencing/geofencing_dispatcher_host.cc', 666 'browser/geofencing/geofencing_dispatcher_host.cc',
667 'browser/geofencing/geofencing_dispatcher_host.h', 667 'browser/geofencing/geofencing_dispatcher_host.h',
668 'browser/geofencing/geofencing_manager.cc', 668 'browser/geofencing/geofencing_manager.cc',
669 'browser/geofencing/geofencing_manager.h', 669 'browser/geofencing/geofencing_manager.h',
670 'browser/geofencing/geofencing_provider.h', 670 'browser/geofencing/geofencing_provider.h',
671 'browser/geofencing/geofencing_registration_delegate.h', 671 'browser/geofencing/geofencing_registration_delegate.h',
672 'browser/geofencing/geofencing_service.cc', 672 'browser/geofencing/geofencing_service.cc',
673 'browser/geofencing/geofencing_service.h', 673 'browser/geofencing/geofencing_service.h',
674 'browser/geolocation/empty_wifi_data_provider.cc', 674 'browser/geolocation/empty_wifi_data_provider.cc',
675 'browser/geolocation/empty_wifi_data_provider.h', 675 'browser/geolocation/empty_wifi_data_provider.h',
676 'browser/geolocation/geolocation_dispatcher_host.cc',
677 'browser/geolocation/geolocation_dispatcher_host.h',
678 'browser/geolocation/geolocation_provider_impl.cc', 676 'browser/geolocation/geolocation_provider_impl.cc',
679 'browser/geolocation/geolocation_provider_impl.h', 677 'browser/geolocation/geolocation_provider_impl.h',
680 'browser/geolocation/geolocation_service_context.cc', 678 'browser/geolocation/geolocation_service_context.cc',
681 'browser/geolocation/geolocation_service_context.h', 679 'browser/geolocation/geolocation_service_context.h',
682 'browser/geolocation/geolocation_service_impl.cc', 680 'browser/geolocation/geolocation_service_impl.cc',
683 'browser/geolocation/geolocation_service_impl.h', 681 'browser/geolocation/geolocation_service_impl.h',
684 'browser/geolocation/location_api_adapter_android.cc', 682 'browser/geolocation/location_api_adapter_android.cc',
685 'browser/geolocation/location_api_adapter_android.h', 683 'browser/geolocation/location_api_adapter_android.h',
686 'browser/geolocation/location_arbitrator.h', 684 'browser/geolocation/location_arbitrator.h',
687 'browser/geolocation/location_arbitrator_impl.cc', 685 'browser/geolocation/location_arbitrator_impl.cc',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'browser/net/view_blob_internals_job_factory.cc', 923 'browser/net/view_blob_internals_job_factory.cc',
926 'browser/net/view_blob_internals_job_factory.h', 924 'browser/net/view_blob_internals_job_factory.h',
927 'browser/net/view_http_cache_job_factory.cc', 925 'browser/net/view_http_cache_job_factory.cc',
928 'browser/net/view_http_cache_job_factory.h', 926 'browser/net/view_http_cache_job_factory.h',
929 'browser/notifications/notification_message_filter.cc', 927 'browser/notifications/notification_message_filter.cc',
930 'browser/notifications/notification_message_filter.h', 928 'browser/notifications/notification_message_filter.h',
931 'browser/notifications/page_notification_delegate.cc', 929 'browser/notifications/page_notification_delegate.cc',
932 'browser/notifications/page_notification_delegate.h', 930 'browser/notifications/page_notification_delegate.h',
933 'browser/notification_service_impl.cc', 931 'browser/notification_service_impl.cc',
934 'browser/notification_service_impl.h', 932 'browser/notification_service_impl.h',
933 'browser/permissions/permission_service_context.cc',
934 'browser/permissions/permission_service_context.h',
935 'browser/permissions/permission_service_impl.cc',
936 'browser/permissions/permission_service_impl.h',
935 'browser/power_monitor_message_broadcaster.cc', 937 'browser/power_monitor_message_broadcaster.cc',
936 'browser/power_monitor_message_broadcaster.h', 938 'browser/power_monitor_message_broadcaster.h',
937 'browser/power_profiler/power_data_provider.h', 939 'browser/power_profiler/power_data_provider.h',
938 'browser/power_profiler/power_event.cc', 940 'browser/power_profiler/power_event.cc',
939 'browser/power_profiler/power_event.h', 941 'browser/power_profiler/power_event.h',
940 'browser/power_profiler/power_profiler_observer.h', 942 'browser/power_profiler/power_profiler_observer.h',
941 'browser/power_profiler/power_profiler_service.cc', 943 'browser/power_profiler/power_profiler_service.cc',
942 'browser/power_profiler/power_profiler_service.h', 944 'browser/power_profiler/power_profiler_service.h',
943 'browser/power_save_blocker_android.cc', 945 'browser/power_save_blocker_android.cc',
944 'browser/power_save_blocker_android.h', 946 'browser/power_save_blocker_android.h',
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'sources': [ 1929 'sources': [
1928 'browser/media/cdm/browser_cdm_manager.cc', 1930 'browser/media/cdm/browser_cdm_manager.cc',
1929 'browser/media/cdm/browser_cdm_manager.h', 1931 'browser/media/cdm/browser_cdm_manager.h',
1930 # This works on Android because enable_browser_cdms==1 on Android. 1932 # This works on Android because enable_browser_cdms==1 on Android.
1931 'browser/media/media_web_contents_observer.cc', 1933 'browser/media/media_web_contents_observer.cc',
1932 'browser/media/media_web_contents_observer.h', 1934 'browser/media/media_web_contents_observer.h',
1933 ], 1935 ],
1934 }], 1936 }],
1935 ], 1937 ],
1936 } 1938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698