blob: 42e0739a3d3cfd464d2f5751ac925b9149440a15 [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:buildflags",
]
type_mappings = [
"spellcheck.mojom.Decoration=::SpellCheckResult::Decoration",
"spellcheck.mojom.SpellCheckResult=::SpellCheckResult",
]