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

Side by Side Diff: content/common/service_worker/service_worker_event_dispatcher.typemap

Issue 2682353002: Mojoify the notificationclick and notificationclose events (Closed)
Patch Set: Mojoify the notificationclick and notificationclose events Created 3 years, 10 months 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 mojom = "//content/common/service_worker/service_worker_event_dispatcher.mojom" 5 mojom = "//content/common/service_worker/service_worker_event_dispatcher.mojom"
6 public_headers = [ 6 public_headers = [
7 "//content/common/service_worker/service_worker_status_code.h", 7 "//content/common/service_worker/service_worker_status_code.h",
8 "//content/common/service_worker/service_worker_types.h", 8 "//content/common/service_worker/service_worker_types.h",
9 "//content/public/common/platform_notification_data.h",
9 "//content/public/common/push_event_payload.h", 10 "//content/public/common/push_event_payload.h",
10 ] 11 ]
11 sources = [ 12 sources = [
12 "//content/common/service_worker/service_worker_status_code_traits.cc", 13 "//content/common/service_worker/service_worker_status_code_traits.cc",
13 ] 14 ]
14 traits_headers = [ 15 traits_headers = [
16 "//content/common/platform_notification_messages.h",
15 "//content/common/service_worker/service_worker_messages.h", 17 "//content/common/service_worker/service_worker_messages.h",
16 "//content/common/service_worker/service_worker_status_code_traits.h", 18 "//content/common/service_worker/service_worker_status_code_traits.h",
17 ] 19 ]
18 type_mappings = [ 20 type_mappings = [
19 "blink.mojom.ServiceWorkerEventStatus=::content::ServiceWorkerStatusCode", 21 "blink.mojom.ServiceWorkerEventStatus=::content::ServiceWorkerStatusCode",
20 "content.mojom.ExtendableMessageEventSource=::content::ExtendableMessageEventS ource", 22 "content.mojom.ExtendableMessageEventSource=::content::ExtendableMessageEventS ource",
23 "content.mojom.PlatformNotificationData=::content::PlatformNotificationData",
21 "content.mojom.PushEventPayload=::content::PushEventPayload", 24 "content.mojom.PushEventPayload=::content::PushEventPayload",
22 "content.mojom.ServiceWorkerFetchRequest=::content::ServiceWorkerFetchRequest" , 25 "content.mojom.ServiceWorkerFetchRequest=::content::ServiceWorkerFetchRequest" ,
23 ] 26 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698