Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index fd57a632853eb9ed768e9d94c1d937b8d4c4df85..c8478a9afc3c393a4d83f54e2a19f86fdc6e71db 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -17,7 +17,7 @@ source_set("child") { |
"//content") |
public_deps = [ |
- "//mojo/edk/system", |
+ "//third_party/mojo/src/mojo/edk/system", |
] |
deps = [ |
@@ -25,9 +25,9 @@ source_set("child") { |
"//components/tracing", |
"//mojo/common", |
"//mojo/environment:chromium", |
- "//mojo/public/interfaces/application", |
"//skia", |
"//third_party/icu", |
+ "//third_party/mojo/src/mojo/public/interfaces/application", |
"//ui/base", |
"//ui/gfx", |
"//ui/gfx/geometry", |