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', | |
mlamouri (slow - plz ping)
2015/09/04 15:04:13
I doubt you need that.
Lalit Maganti
2015/09/04 16:07:28
Done.
| |
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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2167 ['enable_webvr==1 and OS=="android"', { | 2169 ['enable_webvr==1 and OS=="android"', { |
2168 'sources': [ | 2170 'sources': [ |
2169 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2171 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2170 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2172 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2171 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2173 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2172 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2174 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2173 ], | 2175 ], |
2174 }], | 2176 }], |
2175 ], | 2177 ], |
2176 } | 2178 } |
OLD | NEW |