| Index: components/arc/common/intent_helper.typemap
|
| diff --git a/components/arc/common/intent_helper.typemap b/components/arc/common/intent_helper.typemap
|
| deleted file mode 100644
|
| index 5b1a17ceb5671f2fa94fd812f013a95e8e0be89a..0000000000000000000000000000000000000000
|
| --- a/components/arc/common/intent_helper.typemap
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -# Copyright 2016 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/arc/common/intent_helper.mojom"
|
| -public_headers = [ "//components/arc/intent_helper/intent_filter.h" ]
|
| -traits_headers =
|
| - [ "//components/arc/intent_helper/intent_filter_struct_traits.h" ]
|
| -sources = [
|
| - "//components/arc/intent_helper/intent_filter_struct_traits.cc",
|
| -]
|
| -type_mappings = [
|
| - "arc.mojom.IntentFilter=::arc::IntentFilter[move_only]",
|
| - "arc.mojom.AuthorityEntry=::arc::IntentFilter::AuthorityEntry[move_only]",
|
| - "arc.mojom.PatternMatcher=::arc::IntentFilter::PatternMatcher[move_only]",
|
| -]
|
|
|