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

Unified Diff: mojo/services/BUILD.gn

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update scripts 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 | « mojo/application/application_test_main_chromium.cc ('k') | mojo/services/clipboard/clipboard_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index bc6256df4080f611d3ef42e73c9a3c3789eddd5b..945e6f0550a80046e9d135237f3d557b6a6dd7da 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -21,7 +21,7 @@ group("services") {
deps += [
"//mojo/services/clipboard",
"//mojo/services/html_viewer",
- "//mojo/services/kiosk_wm",
+ "//mojo/services/kiosk_wm:window_manager",
"//mojo/services/native_viewport",
"//mojo/services/network",
"//mojo/services/surfaces",
@@ -33,7 +33,7 @@ group("services") {
if (is_mac) {
deps -= [
"//mojo/services/html_viewer",
- "//mojo/services/kiosk_wm",
+ "//mojo/services/kiosk_wm:window_manager",
"//mojo/services/native_viewport",
"//mojo/services/view_manager",
]
« no previous file with comments | « mojo/application/application_test_main_chromium.cc ('k') | mojo/services/clipboard/clipboard_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698