| Index: content/common/shared_worker.typemap
|
| diff --git a/content/common/shared_worker.typemap b/content/common/shared_worker.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ab11d07bf4829730bb2c429beb2d4257f56e35f5
|
| --- /dev/null
|
| +++ b/content/common/shared_worker.typemap
|
| @@ -0,0 +1,18 @@
|
| +# Copyright 2017 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/shared_worker.mojom"
|
| +public_headers = [
|
| + "//third_party/WebKit/public/platform/WebAddressSpace.h",
|
| + "//third_party/WebKit/public/web/WebContentSecurityPolicy.h",
|
| + "//third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
|
| + "//third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
|
| +]
|
| +traits_headers = [ "//content/common/view_messages.h" ]
|
| +type_mappings = [
|
| + "content.mojom.WebAddressSpace=::blink::WebAddressSpace",
|
| + "content.mojom.WebContentSecurityPolicyType=::blink::WebContentSecurityPolicyType",
|
| + "content.mojom.WebSharedWorkerCreationContextType=::blink::WebSharedWorkerCreationContextType",
|
| + "content.mojom.WebWorkerCreationError=::blink::WebWorkerCreationError",
|
| +]
|
|
|