Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: mash/wm/BUILD.gn

Issue 1994993003: Moves resources used by ash/wm/common to ash/wm/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: repack chrome Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698