| Index: components/spellcheck/common/spellcheck.typemap
|
| diff --git a/components/spellcheck/common/spellcheck.typemap b/components/spellcheck/common/spellcheck.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..468241ca1065e869cfe4d0bb4e76ec1afb6168a1
|
| --- /dev/null
|
| +++ b/components/spellcheck/common/spellcheck.typemap
|
| @@ -0,0 +1,15 @@
|
| +# 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_messages.h" ]
|
| +
|
| +deps = [
|
| + "//components/spellcheck:build_features",
|
| +]
|
| +
|
| +type_mappings = [ "spellcheck.mojom.SpellCheckResult=::SpellCheckResult" ]
|
|
|