| 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 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |