| 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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1990 'browser/media/media_web_contents_observer.h', | 1992 'browser/media/media_web_contents_observer.h', |
| 1991 ], | 1993 ], |
| 1992 }], | 1994 }], |
| 1993 ['OS == "linux" and use_openssl==1', { | 1995 ['OS == "linux" and use_openssl==1', { |
| 1994 'dependencies': [ | 1996 'dependencies': [ |
| 1995 '../third_party/boringssl/boringssl.gyp:boringssl', | 1997 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1996 ], | 1998 ], |
| 1997 }], | 1999 }], |
| 1998 ], | 2000 ], |
| 1999 } | 2001 } |
| OLD | NEW |