blob: cdd77201566342b48d8abba58a2fed82a2977665 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
mojom = "//content/common/service_worker/service_worker_event_dispatcher.mojom"
public_headers = [
"//content/common/background_fetch/background_fetch_types.h",
"//third_party/blink/public/common/service_worker/service_worker_status_code.h",
"//content/common/service_worker/service_worker_types.h",
"//content/public/common/platform_notification_data.h",
"//content/public/common/push_event_payload.h",
]
traits_headers = [
"//content/common/platform_notification_param_traits.h",
"//content/common/service_worker/service_worker_messages.h",
]
type_mappings = [
"content.mojom.ExtendableMessageEventSource=::content::ExtendableMessageEventSource",
"content.mojom.PlatformNotificationData=::content::PlatformNotificationData",
"content.mojom.PushEventPayload=::content::PushEventPayload",
"content.mojom.ServiceWorkerFetchRequest=::content::ServiceWorkerFetchRequest",
"content.mojom.ServiceWorkerResponse=::content::ServiceWorkerResponse",
]