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 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 'browser/notifications/notification_event_dispatcher_impl.cc', | 1093 'browser/notifications/notification_event_dispatcher_impl.cc', |
1094 'browser/notifications/notification_event_dispatcher_impl.h', | 1094 'browser/notifications/notification_event_dispatcher_impl.h', |
1095 'browser/notifications/notification_id_generator.cc', | 1095 'browser/notifications/notification_id_generator.cc', |
1096 'browser/notifications/notification_id_generator.h', | 1096 'browser/notifications/notification_id_generator.h', |
1097 'browser/notifications/notification_message_filter.cc', | 1097 'browser/notifications/notification_message_filter.cc', |
1098 'browser/notifications/notification_message_filter.h', | 1098 'browser/notifications/notification_message_filter.h', |
1099 'browser/notifications/page_notification_delegate.cc', | 1099 'browser/notifications/page_notification_delegate.cc', |
1100 'browser/notifications/page_notification_delegate.h', | 1100 'browser/notifications/page_notification_delegate.h', |
1101 'browser/notifications/platform_notification_context_impl.cc', | 1101 'browser/notifications/platform_notification_context_impl.cc', |
1102 'browser/notifications/platform_notification_context_impl.h', | 1102 'browser/notifications/platform_notification_context_impl.h', |
| 1103 'browser/permissions/permission_pending_request.cc', |
| 1104 'browser/permissions/permission_pending_request.h', |
1103 'browser/permissions/permission_service_context.cc', | 1105 'browser/permissions/permission_service_context.cc', |
1104 'browser/permissions/permission_service_context.h', | 1106 'browser/permissions/permission_service_context.h', |
1105 'browser/permissions/permission_service_impl.cc', | 1107 'browser/permissions/permission_service_impl.cc', |
1106 'browser/permissions/permission_service_impl.h', | 1108 'browser/permissions/permission_service_impl.h', |
1107 'browser/power_monitor_message_broadcaster.cc', | 1109 'browser/power_monitor_message_broadcaster.cc', |
1108 'browser/power_monitor_message_broadcaster.h', | 1110 'browser/power_monitor_message_broadcaster.h', |
1109 'browser/power_profiler/power_data_provider.h', | 1111 'browser/power_profiler/power_data_provider.h', |
1110 'browser/power_profiler/power_event.cc', | 1112 'browser/power_profiler/power_event.cc', |
1111 'browser/power_profiler/power_event.h', | 1113 'browser/power_profiler/power_event.h', |
1112 'browser/power_profiler/power_profiler_observer.h', | 1114 'browser/power_profiler/power_profiler_observer.h', |
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 'sources': [ | 2149 'sources': [ |
2148 'browser/vr/vr_device.cc', | 2150 'browser/vr/vr_device.cc', |
2149 'browser/vr/vr_device.h', | 2151 'browser/vr/vr_device.h', |
2150 'browser/vr/vr_device_manager.cc', | 2152 'browser/vr/vr_device_manager.cc', |
2151 'browser/vr/vr_device_manager.h', | 2153 'browser/vr/vr_device_manager.h', |
2152 'browser/vr/vr_device_provider.h', | 2154 'browser/vr/vr_device_provider.h', |
2153 ] | 2155 ] |
2154 }], | 2156 }], |
2155 ], | 2157 ], |
2156 } | 2158 } |
OLD | NEW |