| 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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 'browser/net/browser_online_state_observer.cc', | 984 'browser/net/browser_online_state_observer.cc', |
| 985 'browser/net/browser_online_state_observer.h', | 985 'browser/net/browser_online_state_observer.h', |
| 986 'browser/net/sqlite_persistent_cookie_store.cc', | 986 'browser/net/sqlite_persistent_cookie_store.cc', |
| 987 'browser/net/sqlite_persistent_cookie_store.h', | 987 'browser/net/sqlite_persistent_cookie_store.h', |
| 988 'browser/net/view_blob_internals_job_factory.cc', | 988 'browser/net/view_blob_internals_job_factory.cc', |
| 989 'browser/net/view_blob_internals_job_factory.h', | 989 'browser/net/view_blob_internals_job_factory.h', |
| 990 'browser/net/view_http_cache_job_factory.cc', | 990 'browser/net/view_http_cache_job_factory.cc', |
| 991 'browser/net/view_http_cache_job_factory.h', | 991 'browser/net/view_http_cache_job_factory.h', |
| 992 'browser/notification_service_impl.cc', | 992 'browser/notification_service_impl.cc', |
| 993 'browser/notification_service_impl.h', | 993 'browser/notification_service_impl.h', |
| 994 'browser/notifications/notification_database.cc', |
| 995 'browser/notifications/notification_database.h', |
| 994 'browser/notifications/notification_event_dispatcher_impl.cc', | 996 'browser/notifications/notification_event_dispatcher_impl.cc', |
| 995 'browser/notifications/notification_event_dispatcher_impl.h', | 997 'browser/notifications/notification_event_dispatcher_impl.h', |
| 996 'browser/notifications/notification_message_filter.cc', | 998 'browser/notifications/notification_message_filter.cc', |
| 997 'browser/notifications/notification_message_filter.h', | 999 'browser/notifications/notification_message_filter.h', |
| 998 'browser/notifications/page_notification_delegate.cc', | 1000 'browser/notifications/page_notification_delegate.cc', |
| 999 'browser/notifications/page_notification_delegate.h', | 1001 'browser/notifications/page_notification_delegate.h', |
| 1000 'browser/permissions/permission_service_context.cc', | 1002 'browser/permissions/permission_service_context.cc', |
| 1001 'browser/permissions/permission_service_context.h', | 1003 'browser/permissions/permission_service_context.h', |
| 1002 'browser/permissions/permission_service_impl.cc', | 1004 'browser/permissions/permission_service_impl.cc', |
| 1003 'browser/permissions/permission_service_impl.h', | 1005 'browser/permissions/permission_service_impl.h', |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1982 'browser/media/media_web_contents_observer.h', | 1984 'browser/media/media_web_contents_observer.h', |
| 1983 ], | 1985 ], |
| 1984 }], | 1986 }], |
| 1985 ['OS == "linux" and use_openssl==1', { | 1987 ['OS == "linux" and use_openssl==1', { |
| 1986 'dependencies': [ | 1988 'dependencies': [ |
| 1987 '../third_party/boringssl/boringssl.gyp:boringssl', | 1989 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1988 ], | 1990 ], |
| 1989 }], | 1991 }], |
| 1990 ], | 1992 ], |
| 1991 } | 1993 } |
| OLD | NEW |