Chromium Code Reviews| Index: ios/web/public/app/BUILD.gn |
| diff --git a/ios/web/public/app/BUILD.gn b/ios/web/public/app/BUILD.gn |
| index b2e21aa84dc974a306e49f820526030c9f6ee8ba..e55a118d5ebcd48cd4f3ac8aa2c7b0d707b9b06c 100644 |
| --- a/ios/web/public/app/BUILD.gn |
| +++ b/ios/web/public/app/BUILD.gn |
| @@ -10,10 +10,12 @@ source_set("app") { |
| ] |
| public_deps = [ |
| - "//base", |
| + "//ios/web/app", |
| ] |
| deps = [ |
| - "//ios/web/app", |
| + "//base", |
| ] |
| + |
| + allow_circular_includes_from = [ "//ios/web/app" ] |
| } |