Chromium Code Reviews| Index: mojo/shell/BUILD.gn |
| diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn |
| index 22f217fcc6b4a2297fa95248ddb7b53411799642..ebfaf8105e485a4246567b6db7a4853744564131 100644 |
| --- a/mojo/shell/BUILD.gn |
| +++ b/mojo/shell/BUILD.gn |
| @@ -35,6 +35,8 @@ executable("mojo_shell") { |
| executable("mojo_launcher") { |
| sources = [ |
| + "init.cc", |
| + "init.h", |
|
DaveMoore
2014/11/26 17:21:53
Files should not be listed more than once. If we n
Chris Masone
2014/11/26 17:39:57
Done.
|
| "launcher_main.cc" |
| ] |