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

Unified Diff: mash/wm/BUILD.gn

Issue 2024313002: Moves mash/wm/public -> ash/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback 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 | « mash/unittests_manifest.json ('k') | mash/wm/bridge/wm_globals_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 9dae59a76e7ad48527467525ad1f1da6c24b9894..70238230488d9b0d0842f14f4e7adb47d66b986e 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -82,12 +82,12 @@ source_set("lib") {
deps = [
"//ash",
+ "//ash/public/interfaces",
"//base",
"//components/mus/common:mus_common",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//mash/session/public/interfaces",
- "//mash/wm/public/interfaces",
"//mash/wm/resources",
"//mojo/common:common_base",
"//services/shell/public/cpp",
@@ -176,6 +176,7 @@ source_set("unittests") {
":lib",
":resources",
"//ash",
+ "//ash/public/interfaces",
"//base",
"//base/test:test_config",
"//components/mus/common:mus_common",
@@ -183,7 +184,6 @@ source_set("unittests") {
"//components/mus/public/cpp/tests:test_support",
"//components/mus/public/cpp/tests:unittest_support",
"//components/mus/public/interfaces",
- "//mash/wm/public/interfaces",
"//mojo/edk/system",
"//mojo/public/cpp/system",
"//services/shell/public/cpp:shell_test_support",
« no previous file with comments | « mash/unittests_manifest.json ('k') | mash/wm/bridge/wm_globals_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698