Chromium Code Reviews| Index: ios/public/provider/web/BUILD.gn |
| diff --git a/ios/public/provider/web/BUILD.gn b/ios/public/provider/web/BUILD.gn |
| index 2df8a62c3dcde749d1f5e83b65e8f912295df5e5..f9334fc27a91276a945942dee32dcb64cd4e9b99 100644 |
| --- a/ios/public/provider/web/BUILD.gn |
| +++ b/ios/public/provider/web/BUILD.gn |
| @@ -17,5 +17,8 @@ source_set("web") { |
| deps = [ |
| "//base", |
| "//ios/web", |
| + "//url", |
| ] |
| + |
| + allow_circular_includes_from = [ "//ios/web" ] |
| } |