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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/sysui_application.h ('k') | chrome/app/mash/DEPS » ('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 f36551080c18709f8254457311a3745471b3b233..f305b66bd1650aecb94d965f498b896c1533b796 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -21,13 +21,13 @@ source_set("mash") {
"//mash/session:lib",
"//mash/task_viewer:lib",
"//mash/wm:lib",
- "//mojo/shell",
- "//mojo/shell/background:lib",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
- "//mojo/shell/runner/common",
- "//mojo/shell/runner/host:child_process_base",
- "//mojo/shell/runner/host:lib",
+ "//services/shell",
+ "//services/shell/background:lib",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
+ "//services/shell/runner/common",
+ "//services/shell/runner/host:child_process_base",
+ "//services/shell/runner/host:lib",
"//url",
]
data_deps = [
« no previous file with comments | « ash/mus/sysui_application.h ('k') | chrome/app/mash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698