Skip to content

Commit

Permalink
Remove mash/runner and its exclusive dependencies
Browse files Browse the repository at this point in the history
This removes //mash/runner and most of //mash, which was only used by
the //mash/runner environment. This environment is no longer maintained
or in active use by developers.

For now the Launchable mojom interface is left as the sole component in
this directory (specifically in mash/public) because it has quite a few
references around the tree.

Bug: None
Change-Id: I7d1c7d7b5edc7cf6fc93a67da25a65419942df6f
Reviewed-on: https://chromium-review.googlesource.com/c/1436395
Reviewed-by: Scott Violet <sky@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#625954}
  • Loading branch information
krockot authored and Commit Bot committed Jan 25, 2019
1 parent 6de91a5 commit 1275700
Show file tree
Hide file tree
Showing 60 changed files with 1 addition and 2,168 deletions.
1 change: 0 additions & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ check_targets = [
"//ipc/*",

#"//jingle/*",
"//mash/*",

"//media/*",
"//mojo/*",
Expand Down
1 change: 0 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ group("gn_all") {

if (is_win || is_linux) {
deps += [
"//mash:all",
"//media/mojo/services:media_service_unittests",
"//mojo",
]
Expand Down
3 changes: 0 additions & 3 deletions chrome/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ if (!is_android && !is_mac) {
"//build/config/linux:xext",
]
}
if (enable_mus) {
deps += [ "//mash/common" ]
}
}

if (is_chromeos || is_win) {
Expand Down
1 change: 0 additions & 1 deletion chrome/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ static_library("test_support") {
if (enable_mus) {
deps += [
"//ash/components/quick_launch/public/mojom:constants",
"//mash/common",
"//services/ws/public/mojom:constants",
]
}
Expand Down
1 change: 0 additions & 1 deletion chrome/app/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ include_rules = [
"+content/public/browser/browser_main_runner.h",
"+extensions/common/constants.h",
"+headless/public",
"+mash/common",
"+native_client/src/trusted/service_runtime/osx",
"+pdf/pdf_ppapi.h",
"+remoting/client/plugin",
Expand Down
5 changes: 1 addition & 4 deletions chrome/browser/ui/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3354,10 +3354,7 @@ jumbo_split_static_library("ui") {
"views/plugin_vm/plugin_vm_launcher_view.cc",
"views/plugin_vm/plugin_vm_launcher_view.h",
]
deps += [
"//chrome/services/app_service/public/cpp:app_update",
"//mash/common",
]
deps += [ "//chrome/services/app_service/public/cpp:app_update" ]
}
}

Expand Down
1 change: 0 additions & 1 deletion chrome/browser/ui/views/DEPS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include_rules = [
"+chrome/browser/ui/views",
"+chrome/services/app_service/public",
"+mash/common",
"+services/ws/public/cpp",
"+third_party/libaddressinput",
]
Expand Down
1 change: 0 additions & 1 deletion chrome/test/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include_rules = [
"+components",
"+device/bluetooth/dbus",
"+extensions",
"+mash/session/public/interfaces",
"+mojo",
"+rlz/buildflags",
"+services",
Expand Down
69 changes: 0 additions & 69 deletions mash/BUILD.gn

This file was deleted.

13 changes: 0 additions & 13 deletions mash/DEPS

This file was deleted.

47 changes: 0 additions & 47 deletions mash/catalog_viewer/BUILD.gn

This file was deleted.

2 changes: 0 additions & 2 deletions mash/catalog_viewer/OWNERS

This file was deleted.

Loading

0 comments on commit 1275700

Please sign in to comment.