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

Unified Diff: ash/mus/resources/BUILD.gn

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment 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
« no previous file with comments | « ash/mus/property_util.cc ('k') | ash/mus/resources/ash_mus_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/resources/BUILD.gn
diff --git a/mash/wm/resources/BUILD.gn b/ash/mus/resources/BUILD.gn
similarity index 61%
rename from mash/wm/resources/BUILD.gn
rename to ash/mus/resources/BUILD.gn
index 86bd61717b78c74b2c1ce3d784a54317dcdf557a..9ae798b5694c0afeaa1688af1c2f4bcf20637fb4 100644
--- a/mash/wm/resources/BUILD.gn
+++ b/ash/mus/resources/BUILD.gn
@@ -5,10 +5,10 @@
import("//tools/grit/grit_rule.gni")
grit("resources") {
- source = "mash_wm_resources.grd"
+ source = "ash_mus_resources.grd"
outputs = [
- "grit/mash_wm_resources.h",
- "mash_wm_resources_100_percent.pak",
- "mash_wm_resources_200_percent.pak",
+ "grit/ash_mus_resources.h",
+ "ash_mus_resources_100_percent.pak",
+ "ash_mus_resources_200_percent.pak",
]
}
« no previous file with comments | « ash/mus/property_util.cc ('k') | ash/mus/resources/ash_mus_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698