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

Unified Diff: ash/mus/BUILD.gn

Issue 2163253003: Moves ash/strings to ash/common/strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extraneous Created 4 years, 5 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/common/strings/ash_strings_zh-TW.xtb ('k') | ash/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index eaccb33b01990b79bc36f53a31c0cca9d87faf8f..4795cdfe4e8850ad204d934b734ecbe1661dc734 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -152,18 +152,18 @@ mojo_application_manifest("manifest") {
repack("resources") {
output = "$root_out_dir/ash_mus_resources.pak"
sources = [
+ "$root_gen_dir/ash/common/strings/ash_strings_en-US.pak",
"$root_gen_dir/ash/mus/resources/ash_mus_resources_100_percent.pak",
"$root_gen_dir/ash/resources/ash_resources_100_percent.pak",
- "$root_gen_dir/ash/strings/ash_strings_en-US.pak",
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
"$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
"$root_gen_dir/ui/strings/ui_strings_en-US.pak",
"$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
]
deps = [
+ "//ash/common/strings",
"//ash/mus/resources",
"//ash/resources",
- "//ash/strings",
"//ui/resources",
"//ui/strings",
"//ui/views/mus:resources",
« no previous file with comments | « ash/common/strings/ash_strings_zh-TW.xtb ('k') | ash/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698