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

Unified Diff: ash/resources/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 | « ash/ash_resources.gyp ('k') | ash/resources/ash_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/resources/BUILD.gn
diff --git a/ash/resources/BUILD.gn b/ash/resources/BUILD.gn
index 4c83b3fe37dc89d0165c39255857b016e9c27b42..6f2fd27ee4154ceb5947fd8246eab8b70a31783c 100644
--- a/ash/resources/BUILD.gn
+++ b/ash/resources/BUILD.gn
@@ -27,7 +27,6 @@ template("ash_test_resources") {
sources = [
"$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak",
- "$root_gen_dir/ash/wm/common/resources/ash_wm_common_resources_${percent}_percent.pak",
"$root_gen_dir/ui/resources/ui_resources_${percent}_percent.pak",
]
@@ -39,8 +38,7 @@ template("ash_test_resources") {
}
deps = [
- ":resources",
- "//ash/wm/common/resources",
+ "//ash/resources",
"//content:resources",
"//ui/resources",
]
« no previous file with comments | « ash/ash_resources.gyp ('k') | ash/resources/ash_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698