OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |