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/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'public/browser/media_device_id.h', | 148 'public/browser/media_device_id.h', |
149 'public/browser/message_port_provider.h', | 149 'public/browser/message_port_provider.h', |
150 'public/browser/native_web_keyboard_event.h', | 150 'public/browser/native_web_keyboard_event.h', |
151 'public/browser/navigation_controller.cc', | 151 'public/browser/navigation_controller.cc', |
152 'public/browser/navigation_controller.h', | 152 'public/browser/navigation_controller.h', |
153 'public/browser/navigation_details.cc', | 153 'public/browser/navigation_details.cc', |
154 'public/browser/navigation_details.h', | 154 'public/browser/navigation_details.h', |
155 'public/browser/navigation_entry.h', | 155 'public/browser/navigation_entry.h', |
156 'public/browser/navigation_type.h', | 156 'public/browser/navigation_type.h', |
157 'public/browser/notification_details.h', | 157 'public/browser/notification_details.h', |
| 158 'public/browser/notification_event_dispatcher.h', |
158 'public/browser/notification_observer.h', | 159 'public/browser/notification_observer.h', |
159 'public/browser/notification_registrar.cc', | 160 'public/browser/notification_registrar.cc', |
160 'public/browser/notification_registrar.h', | 161 'public/browser/notification_registrar.h', |
161 'public/browser/notification_service.h', | 162 'public/browser/notification_service.h', |
162 'public/browser/notification_source.h', | 163 'public/browser/notification_source.h', |
163 'public/browser/notification_types.h', | 164 'public/browser/notification_types.h', |
164 'public/browser/overscroll_configuration.h', | 165 'public/browser/overscroll_configuration.h', |
165 'public/browser/page_navigator.cc', | 166 'public/browser/page_navigator.cc', |
166 'public/browser/page_navigator.h', | 167 'public/browser/page_navigator.h', |
167 'public/browser/pepper_flash_settings_helper.h', | 168 'public/browser/pepper_flash_settings_helper.h', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 'browser/mojo/service_registry_android.cc', | 932 'browser/mojo/service_registry_android.cc', |
932 'browser/mojo/service_registry_android.h', | 933 'browser/mojo/service_registry_android.h', |
933 'browser/net/browser_online_state_observer.cc', | 934 'browser/net/browser_online_state_observer.cc', |
934 'browser/net/browser_online_state_observer.h', | 935 'browser/net/browser_online_state_observer.h', |
935 'browser/net/sqlite_persistent_cookie_store.cc', | 936 'browser/net/sqlite_persistent_cookie_store.cc', |
936 'browser/net/sqlite_persistent_cookie_store.h', | 937 'browser/net/sqlite_persistent_cookie_store.h', |
937 'browser/net/view_blob_internals_job_factory.cc', | 938 'browser/net/view_blob_internals_job_factory.cc', |
938 'browser/net/view_blob_internals_job_factory.h', | 939 'browser/net/view_blob_internals_job_factory.h', |
939 'browser/net/view_http_cache_job_factory.cc', | 940 'browser/net/view_http_cache_job_factory.cc', |
940 'browser/net/view_http_cache_job_factory.h', | 941 'browser/net/view_http_cache_job_factory.h', |
| 942 'browser/notifications/notification_event_dispatcher_impl.cc', |
| 943 'browser/notifications/notification_event_dispatcher_impl.h', |
941 'browser/notifications/notification_message_filter.cc', | 944 'browser/notifications/notification_message_filter.cc', |
942 'browser/notifications/notification_message_filter.h', | 945 'browser/notifications/notification_message_filter.h', |
943 'browser/notifications/page_notification_delegate.cc', | 946 'browser/notifications/page_notification_delegate.cc', |
944 'browser/notifications/page_notification_delegate.h', | 947 'browser/notifications/page_notification_delegate.h', |
945 'browser/notification_service_impl.cc', | 948 'browser/notification_service_impl.cc', |
946 'browser/notification_service_impl.h', | 949 'browser/notification_service_impl.h', |
947 'browser/permissions/permission_service_context.cc', | 950 'browser/permissions/permission_service_context.cc', |
948 'browser/permissions/permission_service_context.h', | 951 'browser/permissions/permission_service_context.h', |
949 'browser/permissions/permission_service_impl.cc', | 952 'browser/permissions/permission_service_impl.cc', |
950 'browser/permissions/permission_service_impl.h', | 953 'browser/permissions/permission_service_impl.h', |
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1936 'sources': [ | 1939 'sources': [ |
1937 'browser/media/cdm/browser_cdm_manager.cc', | 1940 'browser/media/cdm/browser_cdm_manager.cc', |
1938 'browser/media/cdm/browser_cdm_manager.h', | 1941 'browser/media/cdm/browser_cdm_manager.h', |
1939 # This works on Android because enable_browser_cdms==1 on Android. | 1942 # This works on Android because enable_browser_cdms==1 on Android. |
1940 'browser/media/media_web_contents_observer.cc', | 1943 'browser/media/media_web_contents_observer.cc', |
1941 'browser/media/media_web_contents_observer.h', | 1944 'browser/media/media_web_contents_observer.h', |
1942 ], | 1945 ], |
1943 }], | 1946 }], |
1944 ], | 1947 ], |
1945 } | 1948 } |
OLD | NEW |