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

Unified Diff: ash/mus/BUILD.gn

Issue 2039633002: Makes mojo:ash resources include ash/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | 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 7c2326934621a165fcc86c615ee565dcea7afb1b..fefb6c9122fe66b6a63f24a50ca8f860eaa1e36d 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -138,6 +138,7 @@ mojo_application_manifest("manifest") {
repack("resources") {
sources = [
"$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/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",
@@ -146,6 +147,7 @@ repack("resources") {
output = "$root_out_dir/ash_mus_resources.pak"
deps = [
"//ash/mus/resources",
+ "//ash/resources",
"//ui/resources",
"//ui/strings",
"//ui/views/mus:resources",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698