Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index da4601d3e9269c5c435e7920f1bc5922c76675e7..13970fa8b8e1ea86bfb77c628aafd1f2a246827e 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -17,7 +17,7 @@ group("mojo") { |
# TODO(GYP): Figure out if this needs to be supported. Right now |
# it won't work on x86 official builds because it needs stuff in the |
# sysroot that doesn't exist. |
- deps += [ "//third_party/mojo/src/mojo/public" ] |
+ deps += [ "//mojo/public" ] |
} |
if (is_android) { |