Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Mozart Launcher | |
| 2 | |
| 3 This directory contains the Launcher, a simple tool for hosting a View | |
| 4 inside of the NativeViewport. | |
| 5 | |
| 6 In other words, use this to run UI applications which implement the | |
| 7 ViewProvider interface and which register their views with the ViewManager. | |
| 8 | |
| 9 ## USAGE | |
| 10 | |
| 11 out/Debug/mojo_shell "mojo:launcher <app url>" | |
| OLD | NEW |