| Index: mojo/shell/tests/BUILD.gn
|
| diff --git a/mojo/shell/tests/BUILD.gn b/mojo/shell/tests/BUILD.gn
|
| index 008eff41ffa4c4b3c55002fa916bef90e2109e9c..d4d9097b23cafc3ce3aee253004743b5afa3a8fb 100644
|
| --- a/mojo/shell/tests/BUILD.gn
|
| +++ b/mojo/shell/tests/BUILD.gn
|
| @@ -17,20 +17,20 @@ group("tests") {
|
| test("mojo_shell_unittests") {
|
| sources = [
|
| "loader_unittest.cc",
|
| - "mojo_shell_unittests.cc",
|
| ]
|
|
|
| deps = [
|
| ":interfaces",
|
| "//base",
|
| "//base/test:test_support",
|
| - "//mojo/edk/system",
|
| - "//mojo/public/cpp/system",
|
| + "//mojo/public/cpp/bindings",
|
| "//mojo/shell",
|
| "//mojo/shell/background:lib",
|
| "//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",
|
|
|