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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
10 '../components/leveldb/leveldb.gyp:leveldb_lib', | 10 '../components/leveldb/leveldb.gyp:leveldb_lib', |
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1156 'browser/notifications/notification_event_dispatcher_impl.cc', | 1156 'browser/notifications/notification_event_dispatcher_impl.cc', |
1157 'browser/notifications/notification_event_dispatcher_impl.h', | 1157 'browser/notifications/notification_event_dispatcher_impl.h', |
1158 'browser/notifications/notification_id_generator.cc', | 1158 'browser/notifications/notification_id_generator.cc', |
1159 'browser/notifications/notification_id_generator.h', | 1159 'browser/notifications/notification_id_generator.h', |
1160 'browser/notifications/notification_message_filter.cc', | 1160 'browser/notifications/notification_message_filter.cc', |
1161 'browser/notifications/notification_message_filter.h', | 1161 'browser/notifications/notification_message_filter.h', |
1162 'browser/notifications/page_notification_delegate.cc', | 1162 'browser/notifications/page_notification_delegate.cc', |
1163 'browser/notifications/page_notification_delegate.h', | 1163 'browser/notifications/page_notification_delegate.h', |
1164 'browser/notifications/platform_notification_context_impl.cc', | 1164 'browser/notifications/platform_notification_context_impl.cc', |
1165 'browser/notifications/platform_notification_context_impl.h', | 1165 'browser/notifications/platform_notification_context_impl.h', |
| 1166 'browser/notifications/type_converters.cc', |
| 1167 'browser/notifications/type_converters.h', |
1166 'browser/permissions/permission_service_context.cc', | 1168 'browser/permissions/permission_service_context.cc', |
1167 'browser/permissions/permission_service_context.h', | 1169 'browser/permissions/permission_service_context.h', |
1168 'browser/permissions/permission_service_impl.cc', | 1170 'browser/permissions/permission_service_impl.cc', |
1169 'browser/permissions/permission_service_impl.h', | 1171 'browser/permissions/permission_service_impl.h', |
1170 'browser/power_monitor_message_broadcaster.cc', | 1172 'browser/power_monitor_message_broadcaster.cc', |
1171 'browser/power_monitor_message_broadcaster.h', | 1173 'browser/power_monitor_message_broadcaster.h', |
1172 'browser/power_save_blocker_android.h', | 1174 'browser/power_save_blocker_android.h', |
1173 'browser/power_save_blocker_chromeos.cc', | 1175 'browser/power_save_blocker_chromeos.cc', |
1174 'browser/power_save_blocker_impl.cc', | 1176 'browser/power_save_blocker_impl.cc', |
1175 'browser/power_save_blocker_impl.h', | 1177 'browser/power_save_blocker_impl.h', |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2208 ['enable_webvr==1 and OS=="android"', { | 2210 ['enable_webvr==1 and OS=="android"', { |
2209 'sources': [ | 2211 'sources': [ |
2210 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2212 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2211 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2213 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2214 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2214 ], | 2216 ], |
2215 }], | 2217 }], |
2216 ], | 2218 ], |
2217 } | 2219 } |
OLD | NEW |