Chromium Code Reviews| Index: ios/chrome/app/BUILD.gn |
| diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn |
| index 5a354800a0f64be092a1538ddaf83d3ff3fca1eb..e4c7e9e30d8b382c7c30ee619f04accaad0a0365 100644 |
| --- a/ios/chrome/app/BUILD.gn |
| +++ b/ios/chrome/app/BUILD.gn |
| @@ -29,6 +29,7 @@ source_set("app") { |
| } |
| source_set("unit_tests") { |
| + configs += [ "//build/config/compiler:enable_arc" ] |
| testonly = true |
| sources = [ |
| "chrome_app_startup_parameters_unittest.mm", |