Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: content/content_browser.gypi

Issue 728763003: Introduce a //content/ API for dispatching notificationclick events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'public/browser/media_device_id.h', 150 'public/browser/media_device_id.h',
151 'public/browser/message_port_provider.h', 151 'public/browser/message_port_provider.h',
152 'public/browser/native_web_keyboard_event.h', 152 'public/browser/native_web_keyboard_event.h',
153 'public/browser/navigation_controller.cc', 153 'public/browser/navigation_controller.cc',
154 'public/browser/navigation_controller.h', 154 'public/browser/navigation_controller.h',
155 'public/browser/navigation_details.cc', 155 'public/browser/navigation_details.cc',
156 'public/browser/navigation_details.h', 156 'public/browser/navigation_details.h',
157 'public/browser/navigation_entry.h', 157 'public/browser/navigation_entry.h',
158 'public/browser/navigation_type.h', 158 'public/browser/navigation_type.h',
159 'public/browser/notification_details.h', 159 'public/browser/notification_details.h',
160 'public/browser/notification_event_dispatcher.h',
160 'public/browser/notification_observer.h', 161 'public/browser/notification_observer.h',
161 'public/browser/notification_registrar.cc', 162 'public/browser/notification_registrar.cc',
162 'public/browser/notification_registrar.h', 163 'public/browser/notification_registrar.h',
163 'public/browser/notification_service.h', 164 'public/browser/notification_service.h',
164 'public/browser/notification_source.h', 165 'public/browser/notification_source.h',
165 'public/browser/notification_types.h', 166 'public/browser/notification_types.h',
166 'public/browser/overscroll_configuration.h', 167 'public/browser/overscroll_configuration.h',
167 'public/browser/page_navigator.cc', 168 'public/browser/page_navigator.cc',
168 'public/browser/page_navigator.h', 169 'public/browser/page_navigator.h',
169 'public/browser/pepper_flash_settings_helper.h', 170 'public/browser/pepper_flash_settings_helper.h',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'browser/mojo/service_registry_android.cc', 933 'browser/mojo/service_registry_android.cc',
933 'browser/mojo/service_registry_android.h', 934 'browser/mojo/service_registry_android.h',
934 'browser/net/browser_online_state_observer.cc', 935 'browser/net/browser_online_state_observer.cc',
935 'browser/net/browser_online_state_observer.h', 936 'browser/net/browser_online_state_observer.h',
936 'browser/net/sqlite_persistent_cookie_store.cc', 937 'browser/net/sqlite_persistent_cookie_store.cc',
937 'browser/net/sqlite_persistent_cookie_store.h', 938 'browser/net/sqlite_persistent_cookie_store.h',
938 'browser/net/view_blob_internals_job_factory.cc', 939 'browser/net/view_blob_internals_job_factory.cc',
939 'browser/net/view_blob_internals_job_factory.h', 940 'browser/net/view_blob_internals_job_factory.h',
940 'browser/net/view_http_cache_job_factory.cc', 941 'browser/net/view_http_cache_job_factory.cc',
941 'browser/net/view_http_cache_job_factory.h', 942 'browser/net/view_http_cache_job_factory.h',
943 'browser/notifications/notification_event_dispatcher_impl.cc',
944 'browser/notifications/notification_event_dispatcher_impl.h',
942 'browser/notifications/notification_message_filter.cc', 945 'browser/notifications/notification_message_filter.cc',
943 'browser/notifications/notification_message_filter.h', 946 'browser/notifications/notification_message_filter.h',
944 'browser/notifications/page_notification_delegate.cc', 947 'browser/notifications/page_notification_delegate.cc',
945 'browser/notifications/page_notification_delegate.h', 948 'browser/notifications/page_notification_delegate.h',
946 'browser/notification_service_impl.cc', 949 'browser/notification_service_impl.cc',
947 'browser/notification_service_impl.h', 950 'browser/notification_service_impl.h',
948 'browser/permissions/permission_service_context.cc', 951 'browser/permissions/permission_service_context.cc',
949 'browser/permissions/permission_service_context.h', 952 'browser/permissions/permission_service_context.h',
950 'browser/permissions/permission_service_impl.cc', 953 'browser/permissions/permission_service_impl.cc',
951 'browser/permissions/permission_service_impl.h', 954 'browser/permissions/permission_service_impl.h',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 'sources': [ 1938 'sources': [
1936 'browser/media/cdm/browser_cdm_manager.cc', 1939 'browser/media/cdm/browser_cdm_manager.cc',
1937 'browser/media/cdm/browser_cdm_manager.h', 1940 'browser/media/cdm/browser_cdm_manager.h',
1938 # This works on Android because enable_browser_cdms==1 on Android. 1941 # This works on Android because enable_browser_cdms==1 on Android.
1939 'browser/media/media_web_contents_observer.cc', 1942 'browser/media/media_web_contents_observer.cc',
1940 'browser/media/media_web_contents_observer.h', 1943 'browser/media/media_web_contents_observer.h',
1941 ], 1944 ],
1942 }], 1945 }],
1943 ], 1946 ],
1944 } 1947 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698