| Index: third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.typemap
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.typemap b/third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c0fc21dd19ed5cef21b240a24feb90e61e778d3c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.typemap
|
| @@ -0,0 +1,13 @@
|
| +# 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 = "//third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.mojom"
|
| +public_headers = [ "//third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h" ]
|
| +traits_headers = [ "//third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerStructTraits.h" ]
|
| +sources = [
|
| + "//third_party/WebKit/Source/web/WebServiceWorkerStructTraits.cpp",
|
| +]
|
| +type_mappings = [
|
| + "blink.mojom.ServiceWorkerEventStatus=::blink::WebServiceWorkerEventResult",
|
| +]
|
|
|