Index: mojo/services/BUILD.gn |
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn |
index 455e190bfafd9b6b93d0e1349ef4b2784b21cc38..8922c1d3429a456e8034a94dcf862e1fcc75dd4c 100644 |
--- a/mojo/services/BUILD.gn |
+++ b/mojo/services/BUILD.gn |
@@ -7,14 +7,14 @@ import("//build/config/ui.gni") |
group("services") { |
deps = [ |
"//mojo/services/network/public/interfaces", |
- "//third_party/mojo_services/src/clipboard/public/interfaces", |
+ "//components/clipboard/public/interfaces", |
+ "//components/native_viewport/public/interfaces", |
+ "//components/surfaces/public/interfaces", |
+ "//components/view_manager/public/interfaces", |
"//third_party/mojo_services/src/content_handler/public/interfaces", |
- "//third_party/mojo_services/src/geometry/public/interfaces", |
- "//third_party/mojo_services/src/input_events/public/interfaces", |
- "//third_party/mojo_services/src/native_viewport/public/interfaces", |
"//third_party/mojo_services/src/navigation/public/interfaces", |
- "//third_party/mojo_services/src/surfaces/public/interfaces", |
- "//third_party/mojo_services/src/view_manager/public/interfaces", |
+ "//ui/mojo/events:interfaces", |
+ "//ui/mojo/geometry:interfaces", |
] |
if (!is_component_build) { |