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

Unified Diff: ash/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 | « no previous file | ash/DEPS » ('j') | no next file with comments »
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 e4d3c5486c4e41a5280ab8e6c207a9bd3717dc72..9f40d4f102154ec9aa8cf2e8ab4384141c446759 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -24,7 +24,6 @@ component("ash") {
public_deps = [
"//ash/resources",
"//ash/strings",
- "//ash/wm/common/resources",
]
deps = [
"//base",
@@ -192,7 +191,6 @@ 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",
@@ -283,7 +281,6 @@ static_library("ash_shell_lib") {
":test_support",
"//ash/resources",
"//ash/strings",
- "//ash/wm/common/resources",
"//base",
"//base:i18n",
"//components/user_manager",
@@ -351,7 +348,6 @@ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698