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/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
996 'browser/notifications/notification_database.cc', | 996 'browser/notifications/notification_database.cc', |
997 'browser/notifications/notification_database.h', | 997 'browser/notifications/notification_database.h', |
998 'browser/notifications/notification_database_data.cc', | 998 'browser/notifications/notification_database_data.cc', |
999 'browser/notifications/notification_database_data.h', | 999 'browser/notifications/notification_database_data.h', |
1000 'browser/notifications/notification_event_dispatcher_impl.cc', | 1000 'browser/notifications/notification_event_dispatcher_impl.cc', |
1001 'browser/notifications/notification_event_dispatcher_impl.h', | 1001 'browser/notifications/notification_event_dispatcher_impl.h', |
1002 'browser/notifications/notification_message_filter.cc', | 1002 'browser/notifications/notification_message_filter.cc', |
1003 'browser/notifications/notification_message_filter.h', | 1003 'browser/notifications/notification_message_filter.h', |
1004 'browser/notifications/page_notification_delegate.cc', | 1004 'browser/notifications/page_notification_delegate.cc', |
1005 'browser/notifications/page_notification_delegate.h', | 1005 'browser/notifications/page_notification_delegate.h', |
| 1006 'browser/notifications/platform_notification_context.cc', |
| 1007 'browser/notifications/platform_notification_context.h', |
1006 'browser/permissions/permission_service_context.cc', | 1008 'browser/permissions/permission_service_context.cc', |
1007 'browser/permissions/permission_service_context.h', | 1009 'browser/permissions/permission_service_context.h', |
1008 'browser/permissions/permission_service_impl.cc', | 1010 'browser/permissions/permission_service_impl.cc', |
1009 'browser/permissions/permission_service_impl.h', | 1011 'browser/permissions/permission_service_impl.h', |
1010 'browser/power_monitor_message_broadcaster.cc', | 1012 'browser/power_monitor_message_broadcaster.cc', |
1011 'browser/power_monitor_message_broadcaster.h', | 1013 'browser/power_monitor_message_broadcaster.h', |
1012 'browser/power_profiler/power_data_provider.h', | 1014 'browser/power_profiler/power_data_provider.h', |
1013 'browser/power_profiler/power_event.cc', | 1015 'browser/power_profiler/power_event.cc', |
1014 'browser/power_profiler/power_event.h', | 1016 'browser/power_profiler/power_event.h', |
1015 'browser/power_profiler/power_profiler_observer.h', | 1017 'browser/power_profiler/power_profiler_observer.h', |
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1995 'browser/media/media_web_contents_observer.h', | 1997 'browser/media/media_web_contents_observer.h', |
1996 ], | 1998 ], |
1997 }], | 1999 }], |
1998 ['OS == "linux" and use_openssl==1', { | 2000 ['OS == "linux" and use_openssl==1', { |
1999 'dependencies': [ | 2001 'dependencies': [ |
2000 '../third_party/boringssl/boringssl.gyp:boringssl', | 2002 '../third_party/boringssl/boringssl.gyp:boringssl', |
2001 ], | 2003 ], |
2002 }], | 2004 }], |
2003 ], | 2005 ], |
2004 } | 2006 } |
OLD | NEW |