Index: mojo/converters/surfaces/tests/BUILD.gn |
diff --git a/mojo/converters/surfaces/tests/BUILD.gn b/mojo/converters/surfaces/tests/BUILD.gn |
index 4cb915df4155a1356c4b4ca6e3a3871fe3bdae94..6e5551e60c0239a50db5482591bcf31298e4b23f 100644 |
--- a/mojo/converters/surfaces/tests/BUILD.gn |
+++ b/mojo/converters/surfaces/tests/BUILD.gn |
@@ -13,7 +13,6 @@ test("mojo_surfaces_lib_unittests") { |
"//cc/surfaces", |
"//components/mus/public/interfaces", |
"//gpu", |
- "//mojo/converters/geometry", |
"//mojo/converters/surfaces", |
"//mojo/converters/transform", |
"//mojo/edk/test:run_all_unittests", |
@@ -22,7 +21,8 @@ test("mojo_surfaces_lib_unittests") { |
"//ui/gfx", |
"//ui/gfx:test_support", |
"//ui/gfx/geometry", |
- "//ui/mojo/geometry:interfaces", |
+ "//ui/gfx/geometry/mojo", |
+ "//ui/gfx/geometry/mojo:interfaces", |
] |
sources = [ |