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

Unified Diff: ash/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
« no previous file with comments | « no previous file | ash/DEPS » ('j') | ash/shelf/shelf_widget.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 1ab1bc66985d328d50ff305c4b1f3c03d700211f..81be185df3e3d764e82452e0a3c18f6115ab9bee 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -25,6 +25,7 @@ component("ash") {
"//ash/resources",
"//ash/strings",
"//ash/wm/common:ash_wm_common",
+ "//ash/wm/common/resources",
]
deps = [
"//base",
@@ -192,6 +193,7 @@ source_set("test_support") {
deps = [
":test_support_with_content", # TODO(beng): reverse this direction.
"//ash/resources",
+ "//ash/wm/common/resources",
"//base:i18n",
"//base/test:test_support",
"//components/signin/core/account_id",
@@ -282,6 +284,7 @@ static_library("ash_shell_lib") {
":test_support",
"//ash/resources",
"//ash/strings",
+ "//ash/wm/common/resources",
"//base",
"//base:i18n",
"//components/user_manager",
@@ -349,6 +352,7 @@ test("ash_unittests") {
":test_support_with_content",
"//ash/resources",
"//ash/strings",
+ "//ash/wm/common/resources",
"//base",
"//base/test:test_support",
"//components/signin/core/account_id",
« no previous file with comments | « no previous file | ash/DEPS » ('j') | ash/shelf/shelf_widget.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698