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 c00924921ad57239412b67a642d4f812e606fe12..71cd249f3f26b77f77a1f10d545e9d7b27f2a5bc 100644 |
| --- a/ios/web/public/app/BUILD.gn |
| +++ b/ios/web/public/app/BUILD.gn |
| @@ -17,6 +17,7 @@ source_set("app") { |
| deps = [ |
| "//base", |
| ] |
| + configs += [ "//build/config/compiler:enable_arc" ] |
| allow_circular_includes_from = [ "//ios/web/app" ] |
| } |