| Index: ios/showcase/core/resources/BUILD.gn
|
| diff --git a/ios/showcase/core/resources/BUILD.gn b/ios/showcase/core/resources/BUILD.gn
|
| index 5614cdadc8e305d223b31423448e15965aa76ff5..ea6d08c12bf82aa9057f26dab39c5e6af4391532 100644
|
| --- a/ios/showcase/core/resources/BUILD.gn
|
| +++ b/ios/showcase/core/resources/BUILD.gn
|
| @@ -3,11 +3,13 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/ios/rules.gni")
|
| +import("//ios/public/provider/chrome/browser/build_config.gni")
|
|
|
| group("resources") {
|
| public_deps = [
|
| ":icons",
|
| ":launchscreen_xib",
|
| + ios_packed_resources_target,
|
| ]
|
| }
|
|
|
|
|