| Index: ui/resources/BUILD.gn
|
| diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
|
| index 5d233ae20fa4e16a6f4af39bdfd03615cb9c5745..6653eba4891f6a0268bddc5f8fba732edf61d82a 100644
|
| --- a/ui/resources/BUILD.gn
|
| +++ b/ui/resources/BUILD.gn
|
| @@ -133,6 +133,11 @@ repack("repack_ui_test_pak") {
|
| "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
|
| ]
|
| }
|
| +
|
| + if (enable_app_list) {
|
| + deps += [ "//ui/app_list/resources" ]
|
| + sources += [ "$root_gen_dir/ui/app_list/resources/app_list_resources_100_percent.pak" ]
|
| + }
|
| }
|
|
|
| # Repack just the strings for the framework locales on Mac and iOS. This
|
|
|