Index: components/mus/gles2/BUILD.gn |
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn |
index e39037d23b0dabdfa191b421f36e77982323944a..39271d34d1023ecad80775e0dab97e4e93231302 100644 |
--- a/components/mus/gles2/BUILD.gn |
+++ b/components/mus/gles2/BUILD.gn |
@@ -38,7 +38,7 @@ source_set("gles2") { |
"//gpu/command_buffer/service", |
"//gpu/config:config", |
"//mojo/converters/geometry", |
- "//third_party/mojo/src/mojo/public/cpp/bindings", |
+ "//mojo/public/cpp/bindings", |
"//ui/mojo/geometry:interfaces", |
"//ui/gfx", |
"//ui/gfx/geometry", |
@@ -75,8 +75,8 @@ source_set("lib") { |
"//gpu/command_buffer/common", |
"//gpu/command_buffer/client", |
"//gpu/config:config", |
- "//third_party/mojo/src/mojo/public/cpp/bindings", |
- "//third_party/mojo/src/mojo/public/cpp/system", |
+ "//mojo/public/cpp/bindings", |
+ "//mojo/public/cpp/system", |
"//ui/gfx", |
"//ui/gfx/geometry", |
] |