| Index: ios/BUILD.gn
|
| diff --git a/ios/BUILD.gn b/ios/BUILD.gn
|
| index 1c394c2ca8f52b46534c8bbe16193e8a8c1e2db3..bed47eecd771ae8ffc0bbb4df246750f8da81425 100644
|
| --- a/ios/BUILD.gn
|
| +++ b/ios/BUILD.gn
|
| @@ -40,8 +40,8 @@ group("all") {
|
|
|
| # Those dependencies are currently only used from downstream code
|
| # and will be removed once the dependent code has been upstreamed.
|
| - "//ios/chrome/share_extension:packed_resources",
|
| - "//ios/chrome/today_extension:packed_resources",
|
| + "//ios/chrome/share_extension",
|
| + "//ios/chrome/today_extension",
|
| ]
|
| }
|
| }
|
|
|