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

Unified Diff: mash/wm/BUILD.gn

Issue 2026973002: Moves ash/wm/common/resources back to ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete revived file 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 | « chrome/test/BUILD.gn ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 9dae59a76e7ad48527467525ad1f1da6c24b9894..0b8f721a25fa246bcfc421391484397048252e3b 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -137,7 +137,6 @@ mojo_application_manifest("manifest") {
repack("resources") {
sources = [
- "$root_gen_dir/ash/wm/common/resources/ash_wm_common_resources_100_percent.pak",
"$root_gen_dir/mash/wm/resources/mash_wm_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",
@@ -146,7 +145,6 @@ repack("resources") {
]
output = "$root_out_dir/mash_wm_resources.pak"
deps = [
- "//ash/wm/common/resources",
"//mash/wm/resources",
"//ui/resources",
"//ui/strings",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698