| 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 d05b7e6112cee738e6b918c9f56f315bd1475919..9a4c4d3b00f5e31808b15b5a154359fd69a79267 100644 | 
| --- a/mash/example/window_type_launcher/BUILD.gn | 
| +++ b/mash/example/window_type_launcher/BUILD.gn | 
| @@ -26,6 +26,7 @@ executable("window_type_launcher") { | 
| "//mash/shell/public/interfaces", | 
| "//mojo/common:common_base", | 
| "//mojo/converters/geometry", | 
| +    "//mojo/edk/system", | 
| "//mojo/message_pump", | 
| "//mojo/public/cpp/bindings", | 
| "//mojo/shell/public/cpp", | 
| @@ -33,7 +34,6 @@ executable("window_type_launcher") { | 
| "//mojo/shell/runner:init", | 
| "//mojo/shell/runner/child:lib", | 
| "//skia", | 
| -    "//third_party/mojo/src/mojo/edk/system", | 
| "//ui/aura", | 
| "//ui/gfx", | 
| "//ui/gfx/geometry", | 
|  |