| 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 4c183a9b7a477848af3f6140fd64f0a76eecfa98..99d037e2e5ef7f34bf2afb8e2dd40612f59011c9 100644
|
| --- a/mash/example/window_type_launcher/BUILD.gn
|
| +++ b/mash/example/window_type_launcher/BUILD.gn
|
| @@ -31,10 +31,10 @@ executable("window_type_launcher") {
|
| "//mojo/message_pump",
|
| "//mojo/platform_handle:platform_handle_impl",
|
| "//mojo/public/cpp/bindings",
|
| - "//mojo/shell/public/cpp",
|
| - "//mojo/shell/public/interfaces",
|
| - "//mojo/shell/runner:init",
|
| - "//mojo/shell/runner/common",
|
| + "//services/shell/public/cpp",
|
| + "//services/shell/public/interfaces",
|
| + "//services/shell/runner:init",
|
| + "//services/shell/runner/common",
|
| "//skia",
|
| "//ui/aura",
|
| "//ui/gfx",
|
|
|