| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index ce6677c7cd3ae0de99e83a9f3ffc23f4a620ae9d..d9502ca2b8325792aca25748e76cc0aa5b8b64a6 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -46,6 +46,8 @@ static_library("arc") {
|
| "intent_helper/intent_constants.h",
|
| "intent_helper/intent_filter.cc",
|
| "intent_helper/intent_filter.h",
|
| + "intent_helper/intent_filter_struct_traits.cc",
|
| + "intent_helper/intent_filter_struct_traits.h",
|
| "intent_helper/link_handler_model_impl.cc",
|
| "intent_helper/link_handler_model_impl.h",
|
| "intent_helper/local_activity_resolver.cc",
|
|
|