| Index: mojo/services/view_manager/public/cpp/tests/BUILD.gn
|
| diff --git a/mojo/services/view_manager/public/cpp/tests/BUILD.gn b/mojo/services/view_manager/public/cpp/tests/BUILD.gn
|
| index f0d8071524d132cb9bddc4abf704c59c753dd318..3d29cbb3b19a85aec03551909397057e9f6ac977 100644
|
| --- a/mojo/services/view_manager/public/cpp/tests/BUILD.gn
|
| +++ b/mojo/services/view_manager/public/cpp/tests/BUILD.gn
|
| @@ -14,8 +14,11 @@ test("mojo_view_manager_lib_unittests") {
|
| ]
|
|
|
| deps = [
|
| + "../../../../geometry/cpp",
|
| + "../../../../geometry/interfaces",
|
| "//base",
|
| "//base/test:test_support",
|
| +
|
| # TODO(vtl): These non-public deps are illegal here. This should be
|
| # converted to an apptest.
|
| "//mojo/application",
|
| @@ -23,8 +26,6 @@ test("mojo_view_manager_lib_unittests") {
|
| "//mojo/environment:chromium",
|
| "//mojo/public/cpp/application",
|
| "//mojo/public/cpp/system",
|
| - "//mojo/services/geometry/public/cpp",
|
| - "//mojo/services/geometry/public/interfaces",
|
| "//mojo/services/view_manager/public/cpp",
|
| "//testing/gtest",
|
| ]
|
|
|