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

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

Issue 2684533002: [WIP] Mojofy respondwith
Patch Set: rebase Created 3 years, 8 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/background_fetch/background_fetch_types.h", 7 "//content/common/background_fetch/background_fetch_types.h",
8 "//content/common/service_worker/service_worker_status_code.h", 8 "//content/common/service_worker/service_worker_status_code.h",
9 "//content/common/service_worker/service_worker_types.h", 9 "//content/common/service_worker/service_worker_types.h",
10 "//content/public/common/platform_notification_data.h", 10 "//content/public/common/platform_notification_data.h",
11 "//content/public/common/push_event_payload.h", 11 "//content/public/common/push_event_payload.h",
12 ] 12 ]
13 sources = [ 13 sources = [
14 "//content/common/service_worker/service_worker_status_code_traits.cc", 14 "//content/common/service_worker/service_worker_status_code_traits.cc",
15 ] 15 ]
16 traits_headers = [ 16 traits_headers = [
17 "//content/common/platform_notification_messages.h", 17 "//content/common/platform_notification_messages.h",
18 "//content/common/service_worker/service_worker_messages.h", 18 "//content/common/service_worker/service_worker_messages.h",
19 "//content/common/service_worker/service_worker_status_code_traits.h", 19 "//content/common/service_worker/service_worker_status_code_traits.h",
20 ] 20 ]
21 type_mappings = [ 21 type_mappings = [
22 "blink.mojom.ServiceWorkerEventStatus=::content::ServiceWorkerStatusCode", 22 "blink.mojom.ServiceWorkerEventStatus=::content::ServiceWorkerStatusCode",
23 "content.mojom.ExtendableMessageEventSource=::content::ExtendableMessageEventS ource", 23 "content.mojom.ExtendableMessageEventSource=::content::ExtendableMessageEventS ource",
24 "content.mojom.PlatformNotificationData=::content::PlatformNotificationData", 24 "content.mojom.PlatformNotificationData=::content::PlatformNotificationData",
25 "content.mojom.PushEventPayload=::content::PushEventPayload", 25 "content.mojom.PushEventPayload=::content::PushEventPayload",
26 "content.mojom.ServiceWorkerFetchRequest=::content::ServiceWorkerFetchRequest" , 26 "content.mojom.ServiceWorkerFetchRequest=::content::ServiceWorkerFetchRequest" ,
27 "content.mojom.ServiceWorkerResponse=::content::ServiceWorkerResponse",
27 ] 28 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698