blob: f4aa458893631f5be1edbf28dd4038ca88a9a97b [file] [log] [blame]
# 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 = "//components/spellcheck/common/spellcheck.mojom"
public_headers = [ "//components/spellcheck/common/spellcheck_result.h" ]
traits_headers = [ "//components/spellcheck/common/spellcheck_struct_traits.h" ]
deps = [
"//components/spellcheck:build_features",
]
type_mappings = [
"spellcheck.mojom.Decoration=::SpellCheckResult::Decoration",
"spellcheck.mojom.SpellCheckResult=::SpellCheckResult",
]