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

Unified Diff: mash/task_viewer/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/system_ui/system_ui.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 1f5f219224505d28232ebc83b6c49b33d21061c9..3f78ab4534fae5b779698bee1e332f83a9139fa5 100644
--- a/mash/task_viewer/BUILD.gn
+++ b/mash/task_viewer/BUILD.gn
@@ -16,11 +16,11 @@ mojo_native_application("task_viewer") {
deps = [
"//base",
- "//mojo/application/public/cpp",
- "//mojo/application/public/cpp:sources",
- "//mojo/application/public/interfaces",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/interfaces",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
« no previous file with comments | « mash/system_ui/system_ui.cc ('k') | mash/task_viewer/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698