Index: ui/resources/BUILD.gn |
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn |
index 13ccb8604bd4682b2ef9e84c42d69795a61b87ab..dcfc4b24b009627bd62336dd740afd7f91eb38a3 100644 |
--- a/ui/resources/BUILD.gn |
+++ b/ui/resources/BUILD.gn |
@@ -127,6 +127,11 @@ repack("repack_ui_test_pak") { |
sources += |
[ "$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 |