Index: chrome/app/mash/BUILD.gn |
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn |
index 961a4e87eaa7f555a2eedd046e24d629859c4f6e..2bb72543d85c1eb3ceb1eeefd9ae04fe092576db 100644 |
--- a/chrome/app/mash/BUILD.gn |
+++ b/chrome/app/mash/BUILD.gn |
@@ -16,10 +16,7 @@ source_set("mash") { |
"//base:i18n", |
"//components/tracing:startup_tracing", |
"//content/public/common", |
- "//mash/app_driver:lib", |
- "//mash/quick_launch:lib", |
- "//mash/session:lib", |
- "//mash/task_viewer:lib", |
+ "//mash/package", |
"//services/shell", |
"//services/shell/background:lib", |
"//services/shell/public/cpp", |
@@ -27,7 +24,6 @@ source_set("mash") { |
"//services/shell/runner/common", |
"//services/shell/runner/host:child_process_base", |
"//services/shell/runner/host:lib", |
- "//services/ui:lib", |
"//url", |
] |
data_deps = [ |