| Index: mojo/shell/background/BUILD.gn
|
| diff --git a/mojo/shell/background/BUILD.gn b/mojo/shell/background/BUILD.gn
|
| index be73bd5e1d5016ff3c570e49a857f1e19bdb7594..b7e5ee3dc3fc7d93a3ee298bcd4034737b7ef620 100644
|
| --- a/mojo/shell/background/BUILD.gn
|
| +++ b/mojo/shell/background/BUILD.gn
|
| @@ -20,6 +20,7 @@ source_set("lib") {
|
| "//mojo/message_pump",
|
| "//mojo/shell",
|
| "//mojo/shell/public/cpp:sources",
|
| + "//mojo/shell/runner:init",
|
| "//mojo/shell/standalone:lib",
|
| ]
|
| }
|
| @@ -34,6 +35,7 @@ source_set("main") {
|
| "//mojo/message_pump",
|
| "//mojo/shell",
|
| "//mojo/shell/public/cpp:sources",
|
| + "//mojo/shell/runner:init",
|
| "//mojo/shell/runner/common",
|
| "//mojo/shell/runner/host:lib",
|
| "//mojo/shell/standalone:lib",
|
|
|