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

Unified Diff: mash/task_viewer/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 | « mash/session/session.cc ('k') | mash/task_viewer/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/task_viewer/BUILD.gn
diff --git a/mash/task_viewer/BUILD.gn b/mash/task_viewer/BUILD.gn
index 1ea8cbc371883506e5928457e848457b13ccb9c4..e2208ef11b0b3548b90086e9fd8ae50f2b62efd4 100644
--- a/mash/task_viewer/BUILD.gn
+++ b/mash/task_viewer/BUILD.gn
@@ -18,9 +18,9 @@ source_set("lib") {
"//mojo/public/cpp/bindings",
"//mojo/services/catalog/public/interfaces",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
"//ui/resources",
"//ui/views",
"//ui/views/mus:for_mojo_application",
@@ -40,9 +40,9 @@ mojo_native_application("task_viewer") {
":lib",
"//base",
"//mojo/public/cpp/bindings",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
"//ui/views/mus:for_mojo_application",
]
« no previous file with comments | « mash/session/session.cc ('k') | mash/task_viewer/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698