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

Unified Diff: ash/mus/BUILD.gn

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/display/resolution_notification_controller_unittest.cc ('k') | ash/mus/context_menu_mus.cc » ('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 8130f9b4c35a080e72853be83134d4cdbdae48d5..cfb5141d4a9773670062564198544c9e4dbc6e34 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -149,8 +149,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",
@@ -159,8 +159,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",
« no previous file with comments | « ash/display/resolution_notification_controller_unittest.cc ('k') | ash/mus/context_menu_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698