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

Unified Diff: mash/BUILD.gn

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment 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/browser/BUILD.gn ('k') | mash/example/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 1783e82ebf1df7d9759520114668886c800d1367..0231f789cec3737d81ca5804577c6fa086005cbf 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -39,10 +39,10 @@ test("mash_unittests") {
"test/mash_unittests.cc",
]
deps = [
+ "//ash/mus:resources",
+ "//ash/mus:unittests",
"//base",
"//base/test:test_support",
- "//mash/wm:resources",
- "//mash/wm:unittests",
"//services/shell/background:main",
"//ui/aura",
"//ui/base",
@@ -51,7 +51,7 @@ test("mash_unittests") {
]
data_deps = [
":unittests_manifest",
- "//mash/wm:resources",
+ "//ash/mus:resources",
]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | mash/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698