Index: mash/wm/BUILD.gn |
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn |
index cd8893343d6a01b88939219bd1783899c7521395..5ba2001621038a3e782a033be77a7007cce81f47 100644 |
--- a/mash/wm/BUILD.gn |
+++ b/mash/wm/BUILD.gn |
@@ -138,6 +138,7 @@ mojo_application_manifest("manifest") { |
repack("resources") { |
sources = [ |
+ "$root_gen_dir/ash/wm/common/resources/ash_wm_common_resources_100_percent.pak", |
"$root_gen_dir/mash/wm/resources/mash_wm_resources_100_percent.pak", |
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak", |
"$root_gen_dir/ui/strings/app_locale_settings_en-US.pak", |
@@ -146,6 +147,7 @@ repack("resources") { |
] |
output = "$root_out_dir/mash_wm_resources.pak" |
deps = [ |
+ "//ash/wm/common/resources", |
"//mash/wm/resources", |
"//ui/resources", |
"//ui/strings", |