Chromium Code Reviews

Unified Diff: mash/example/window_type_launcher/BUILD.gn

Issue 1801963002: Change primordial pipes to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: mash/example/window_type_launcher/BUILD.gn
diff --git a/mash/example/window_type_launcher/BUILD.gn b/mash/example/window_type_launcher/BUILD.gn
index 18d44e02a3b99f3990c997c724723aac267b0d71..33e742bf9f8df6d3537a3959f210182209720ec1 100644
--- a/mash/example/window_type_launcher/BUILD.gn
+++ b/mash/example/window_type_launcher/BUILD.gn
@@ -33,7 +33,7 @@ executable("window_type_launcher") {
"//mojo/shell/public/cpp",
"//mojo/shell/public/interfaces",
"//mojo/shell/runner:init",
- "//mojo/shell/runner/child:lib",
+ "//mojo/shell/runner/common",
"//skia",
"//ui/aura",
"//ui/gfx",

Powered by Google App Engine