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

Unified Diff: chrome/app/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 | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index 90fb51f1755afd5b028c38aaa951ff0b616c4097..4ade8fff8513a6e2ff1c91d1f2688a1ec402230a 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -10,6 +10,7 @@ source_set("mash") {
"mash_runner.h",
]
deps = [
+ "//ash/mus:lib",
"//ash/resources",
"//ash/sysui:lib",
"//base:i18n",
@@ -19,7 +20,6 @@ source_set("mash") {
"//mash/quick_launch:lib",
"//mash/session:lib",
"//mash/task_viewer:lib",
- "//mash/wm:lib",
"//services/shell",
"//services/shell/background:lib",
"//services/shell/public/cpp",
@@ -43,13 +43,13 @@ mojo_application_manifest("manifest") {
application_name = "chrome_mash"
source = "chrome_mash_manifest.json"
deps = [
+ "//ash/mus:manifest",
"//ash/sysui:manifest",
"//components/mus:manifest",
"//mash/app_driver:manifest",
"//mash/quick_launch:manifest",
"//mash/session:manifest",
"//mash/task_viewer:manifest",
- "//mash/wm:manifest",
]
packaged_applications = [
"app_driver",
« no previous file with comments | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698