| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index 9dae59a76e7ad48527467525ad1f1da6c24b9894..0b8f721a25fa246bcfc421391484397048252e3b 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -137,7 +137,6 @@ 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,7 +145,6 @@ repack("resources") {
|
| ]
|
| output = "$root_out_dir/mash_wm_resources.pak"
|
| deps = [
|
| - "//ash/wm/common/resources",
|
| "//mash/wm/resources",
|
| "//ui/resources",
|
| "//ui/strings",
|
|
|