| Index: ios/chrome/browser/BUILD.gn
|
| diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
|
| index bdc29ea25cfd0ea0fde36051a48d474c3738c376..86094fefe7fc8e374d7590b4eea7f5c5823b6a0d 100644
|
| --- a/ios/chrome/browser/BUILD.gn
|
| +++ b/ios/chrome/browser/BUILD.gn
|
| @@ -178,6 +178,7 @@ source_set("browser_impl") {
|
| # other files (which would increase the compilation time when changing
|
| # the value).
|
| source_set("about_flags") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "about_flags.h",
|
| "about_flags.mm",
|
|
|