| Index: mojo/shell/tests/BUILD.gn
|
| diff --git a/mojo/shell/tests/BUILD.gn b/mojo/shell/tests/BUILD.gn
|
| index 37283ac9d2b997562971b1df6335ac20702e616e..91c297009992f1c736784fb241acc50d835ec0d4 100644
|
| --- a/mojo/shell/tests/BUILD.gn
|
| +++ b/mojo/shell/tests/BUILD.gn
|
| @@ -17,7 +17,6 @@ group("tests") {
|
| test("mojo_shell_unittests") {
|
| sources = [
|
| "loader_unittest.cc",
|
| - "mojo_shell_unittests.cc",
|
| ]
|
|
|
| deps = [
|
| @@ -25,6 +24,7 @@ test("mojo_shell_unittests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//mojo/edk/system",
|
| + "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| "//mojo/services/catalog:unittests",
|
| "//mojo/shell",
|
| @@ -32,6 +32,8 @@ test("mojo_shell_unittests") {
|
| "//mojo/shell/background:main",
|
| "//mojo/shell/background/tests:unittests",
|
| "//mojo/shell/public/cpp",
|
| + "//mojo/shell/public/cpp/test:run_all_shelltests",
|
| + "//mojo/shell/public/interfaces",
|
| "//mojo/shell/tests/connect",
|
| "//mojo/shell/tests/lifecycle",
|
| "//mojo/shell/tests/shell",
|
|
|