| Index: components/webmessaging/BUILD.gn
|
| diff --git a/ios/chrome/tools/strings/BUILD.gn b/components/webmessaging/BUILD.gn
|
| similarity index 52%
|
| copy from ios/chrome/tools/strings/BUILD.gn
|
| copy to components/webmessaging/BUILD.gn
|
| index be879ccc0c7d062bee54fe641aac639049e55496..dc816734c7f2dfdf50ae3289ca088a51f0ca8ea3 100644
|
| --- a/ios/chrome/tools/strings/BUILD.gn
|
| +++ b/components/webmessaging/BUILD.gn
|
| @@ -2,13 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -executable("generate_localizable_strings") {
|
| +static_library("webmessaging") {
|
| sources = [
|
| - "generate_localizable_strings.mm",
|
| + "broadcast_channel_provider.cc",
|
| + "broadcast_channel_provider.h",
|
| ]
|
| +
|
| deps = [
|
| "//base",
|
| - "//ui/base:ui_data_pack",
|
| + "//components/webmessaging/public/interfaces",
|
| + "//mojo/common",
|
| + "//url",
|
| ]
|
| - libs = [ "Foundation.framework" ]
|
| }
|
|
|