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

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: Merge patches 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 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 'browser/notifications/notification_event_dispatcher_impl.cc', 1087 'browser/notifications/notification_event_dispatcher_impl.cc',
1088 'browser/notifications/notification_event_dispatcher_impl.h', 1088 'browser/notifications/notification_event_dispatcher_impl.h',
1089 'browser/notifications/notification_id_generator.cc', 1089 'browser/notifications/notification_id_generator.cc',
1090 'browser/notifications/notification_id_generator.h', 1090 'browser/notifications/notification_id_generator.h',
1091 'browser/notifications/notification_message_filter.cc', 1091 'browser/notifications/notification_message_filter.cc',
1092 'browser/notifications/notification_message_filter.h', 1092 'browser/notifications/notification_message_filter.h',
1093 'browser/notifications/page_notification_delegate.cc', 1093 'browser/notifications/page_notification_delegate.cc',
1094 'browser/notifications/page_notification_delegate.h', 1094 'browser/notifications/page_notification_delegate.h',
1095 'browser/notifications/platform_notification_context_impl.cc', 1095 'browser/notifications/platform_notification_context_impl.cc',
1096 'browser/notifications/platform_notification_context_impl.h', 1096 'browser/notifications/platform_notification_context_impl.h',
1097 'browser/permissions/permission_pending_request.h',
1098 'browser/permissions/permission_pending_single_request.cc',
1099 'browser/permissions/permission_pending_single_request.h',
1100 'browser/permissions/permission_pending_multiple_request.cc',
1101 'browser/permissions/permission_pending_multiple_request.h',
1097 'browser/permissions/permission_service_context.cc', 1102 'browser/permissions/permission_service_context.cc',
1098 'browser/permissions/permission_service_context.h', 1103 'browser/permissions/permission_service_context.h',
1099 'browser/permissions/permission_service_impl.cc', 1104 'browser/permissions/permission_service_impl.cc',
1100 'browser/permissions/permission_service_impl.h', 1105 'browser/permissions/permission_service_impl.h',
1101 'browser/power_monitor_message_broadcaster.cc', 1106 'browser/power_monitor_message_broadcaster.cc',
1102 'browser/power_monitor_message_broadcaster.h', 1107 'browser/power_monitor_message_broadcaster.h',
1103 'browser/power_profiler/power_data_provider.h', 1108 'browser/power_profiler/power_data_provider.h',
1104 'browser/power_profiler/power_event.cc', 1109 'browser/power_profiler/power_event.cc',
1105 'browser/power_profiler/power_event.h', 1110 'browser/power_profiler/power_event.h',
1106 'browser/power_profiler/power_profiler_observer.h', 1111 'browser/power_profiler/power_profiler_observer.h',
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 'sources': [ 2143 'sources': [
2139 'browser/vr/vr_device.cc', 2144 'browser/vr/vr_device.cc',
2140 'browser/vr/vr_device.h', 2145 'browser/vr/vr_device.h',
2141 'browser/vr/vr_device_manager.cc', 2146 'browser/vr/vr_device_manager.cc',
2142 'browser/vr/vr_device_manager.h', 2147 'browser/vr/vr_device_manager.h',
2143 'browser/vr/vr_device_provider.h', 2148 'browser/vr/vr_device_provider.h',
2144 ] 2149 ]
2145 }], 2150 }],
2146 ], 2151 ],
2147 } 2152 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698