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

Unified Diff: mandoline/app/BUILD.gn

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 | « components/gles2/BUILD.gn ('k') | mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/app/BUILD.gn
diff --git a/mandoline/app/BUILD.gn b/mandoline/app/BUILD.gn
index 0058c1b74c90e1af09d144b6ca22729ce3e3f1ea..998659c00f02e07b8eb64d622a2d05fac2db75a9 100644
--- a/mandoline/app/BUILD.gn
+++ b/mandoline/app/BUILD.gn
@@ -17,7 +17,7 @@ executable("mandoline") {
"//build/config/sanitizers:deps",
"//mojo/common",
"//mojo/environment:chromium",
- "//mojo/shell:lib",
+ "//mojo/runner:lib",
]
if (!is_android) {
« no previous file with comments | « components/gles2/BUILD.gn ('k') | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698