Move mojo\shell to services\shell

[email protected],[email protected]
NOTRY=true
BUG=
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation

Review URL: https://codereview.chromium.org/1877753003

Cr-Commit-Position: refs/heads/master@{#386836}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 69f627a7..66c0537 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -69,13 +69,13 @@
     "//mojo/converters/geometry",
     "//mojo/public/cpp/bindings",
     "//mojo/public/js",
-    "//mojo/shell",
-    "//mojo/shell/public/cpp:cpp_for_chromium",
-    "//mojo/shell/public/interfaces",
-    "//mojo/shell/runner/common",
-    "//mojo/shell/runner/host:lib",
     "//net",
     "//net:extras",
+    "//services/shell",
+    "//services/shell/public/cpp:cpp_for_chromium",
+    "//services/shell/public/interfaces",
+    "//services/shell/runner/common",
+    "//services/shell/runner/host:lib",
     "//skia",
     "//skia/public",
     "//sql",