Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index 584421ba812181fba38c60165993efbaa2e9034a..e050098088c713cad7018da129c95fd9cc3144ed 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) { |