summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/public/common/manifest/manifest.typemap
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/public/common/manifest/manifest.typemap')
-rw-r--r--chromium/third_party/blink/public/common/manifest/manifest.typemap24
1 files changed, 0 insertions, 24 deletions
diff --git a/chromium/third_party/blink/public/common/manifest/manifest.typemap b/chromium/third_party/blink/public/common/manifest/manifest.typemap
deleted file mode 100644
index 7b18d1a618d..00000000000
--- a/chromium/third_party/blink/public/common/manifest/manifest.typemap
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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 = "//third_party/blink/public/mojom/manifest/manifest.mojom"
-public_headers = [
- "//third_party/blink/public/common/manifest/manifest.h",
- "//third_party/blink/public/common/common_export.h",
-]
-traits_headers =
- [ "//third_party/blink/public/common/manifest/manifest_mojom_traits.h" ]
-sources = [
- "//third_party/blink/common/manifest/manifest_mojom_traits.cc",
-]
-deps = [
- "//ui/gfx/geometry/mojom:mojom_traits",
-]
-type_mappings = [
- "blink.mojom.Manifest=::blink::Manifest[nullable_is_same_type]",
- "blink.mojom.ManifestImageResource=::blink::Manifest::ImageResource",
- "blink.mojom.ManifestRelatedApplication=::blink::Manifest::RelatedApplication",
- "blink.mojom.ManifestShareTarget=::blink::Manifest::ShareTarget",
- "blink.mojom.ManifestShortcutItem=::blink::Manifest::ShortcutItem",
-]