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

Unified Diff: ash/resources/BUILD.gn

Issue 1994993003: Moves resources used by ash/wm/common to ash/wm/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: repack chrome 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
Index: ash/resources/BUILD.gn
diff --git a/ash/resources/BUILD.gn b/ash/resources/BUILD.gn
index 3640ffe92bda629aa42558b7f440db6624fa723f..1d192278c7fee4769550db1deb88feaf718170c5 100644
--- a/ash/resources/BUILD.gn
+++ b/ash/resources/BUILD.gn
@@ -27,6 +27,7 @@ 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",
]
@@ -38,7 +39,8 @@ template("ash_test_resources") {
}
deps = [
- "//ash/resources",
+ ":resources",
+ "//ash/wm/common/resources",
"//content:resources",
"//ui/resources",
]

Powered by Google App Engine
This is Rietveld 408576698