| Index: ios/chrome/browser/ui/authentication/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/authentication/BUILD.gn b/ios/chrome/browser/ui/authentication/BUILD.gn
|
| index ef51df33d86381045e125fefbfe0204bd49d16ed..d23d8f36ba1e71a8af335d103445a312d9bb3014 100644
|
| --- a/ios/chrome/browser/ui/authentication/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/authentication/BUILD.gn
|
| @@ -32,6 +32,7 @@ bundle_data("resources") {
|
| }
|
|
|
| source_set("authentication") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "authentication_flow.h",
|
| "authentication_flow.mm",
|
|
|