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

Unified Diff: ash/mus/BUILD.gn

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: . Created 3 years, 10 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: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index dee2bab887c754f5e72bbf149ed7695e81636196..4dd9c42983a024fa84615b25d2c872e1b74c4803 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -150,8 +150,8 @@ service_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/resources/ash_resources_100_percent.pak",
+ "$root_gen_dir/ash/strings/ash_strings_en-US.pak",
"$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_100_percent.pak",
"$root_gen_dir/ui/chromeos/strings/ui_chromeos_strings_en-US.pak",
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
@@ -160,8 +160,8 @@ repack("resources") {
"$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
]
deps = [
- "//ash/common/strings",
"//ash/resources",
+ "//ash/strings",
"//ui/chromeos/resources",
"//ui/chromeos/strings",
"//ui/resources",

Powered by Google App Engine
This is Rietveld 408576698