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

Side by Side Diff: content/content_browser.gypi

Issue 1260193009: renderer: implement multiple permission requesting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissions-request-multiple
Patch Set: Created 5 years, 4 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 '../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 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 'browser/notifications/notification_event_dispatcher_impl.cc', 1090 'browser/notifications/notification_event_dispatcher_impl.cc',
1091 'browser/notifications/notification_event_dispatcher_impl.h', 1091 'browser/notifications/notification_event_dispatcher_impl.h',
1092 'browser/notifications/notification_id_generator.cc', 1092 'browser/notifications/notification_id_generator.cc',
1093 'browser/notifications/notification_id_generator.h', 1093 'browser/notifications/notification_id_generator.h',
1094 'browser/notifications/notification_message_filter.cc', 1094 'browser/notifications/notification_message_filter.cc',
1095 'browser/notifications/notification_message_filter.h', 1095 'browser/notifications/notification_message_filter.h',
1096 'browser/notifications/page_notification_delegate.cc', 1096 'browser/notifications/page_notification_delegate.cc',
1097 'browser/notifications/page_notification_delegate.h', 1097 'browser/notifications/page_notification_delegate.h',
1098 'browser/notifications/platform_notification_context_impl.cc', 1098 'browser/notifications/platform_notification_context_impl.cc',
1099 'browser/notifications/platform_notification_context_impl.h', 1099 'browser/notifications/platform_notification_context_impl.h',
1100 'browser/permissions/permission_pending_request.h',
1101 'browser/permissions/permission_pending_single_request.cc',
1102 'browser/permissions/permission_pending_single_request.h',
1103 'browser/permissions/permission_pending_multiple_request.cc',
1104 'browser/permissions/permission_pending_multiple_request.h',
1100 'browser/permissions/permission_service_context.cc', 1105 'browser/permissions/permission_service_context.cc',
1101 'browser/permissions/permission_service_context.h', 1106 'browser/permissions/permission_service_context.h',
1102 'browser/permissions/permission_service_impl.cc', 1107 'browser/permissions/permission_service_impl.cc',
1103 'browser/permissions/permission_service_impl.h', 1108 'browser/permissions/permission_service_impl.h',
1104 'browser/power_monitor_message_broadcaster.cc', 1109 'browser/power_monitor_message_broadcaster.cc',
1105 'browser/power_monitor_message_broadcaster.h', 1110 'browser/power_monitor_message_broadcaster.h',
1106 'browser/power_profiler/power_data_provider.h', 1111 'browser/power_profiler/power_data_provider.h',
1107 'browser/power_profiler/power_event.cc', 1112 'browser/power_profiler/power_event.cc',
1108 'browser/power_profiler/power_event.h', 1113 'browser/power_profiler/power_event.h',
1109 'browser/power_profiler/power_profiler_observer.h', 1114 'browser/power_profiler/power_profiler_observer.h',
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'sources': [ 2148 'sources': [
2144 'browser/vr/vr_device.cc', 2149 'browser/vr/vr_device.cc',
2145 'browser/vr/vr_device.h', 2150 'browser/vr/vr_device.h',
2146 'browser/vr/vr_device_manager.cc', 2151 'browser/vr/vr_device_manager.cc',
2147 'browser/vr/vr_device_manager.h', 2152 'browser/vr/vr_device_manager.h',
2148 'browser/vr/vr_device_provider.h', 2153 'browser/vr/vr_device_provider.h',
2149 ] 2154 ]
2150 }], 2155 }],
2151 ], 2156 ],
2152 } 2157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698