| Index: ios/chrome/browser/ui/first_run/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/first_run/BUILD.gn b/ios/chrome/browser/ui/first_run/BUILD.gn
|
| index 064ba144d819ff8ec969e968fec7d6794196c3a5..c65ec880ffd35556da455702c995d136270ce26f 100644
|
| --- a/ios/chrome/browser/ui/first_run/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/first_run/BUILD.gn
|
| @@ -23,6 +23,7 @@ bundle_data("assets") {
|
| }
|
|
|
| source_set("first_run") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "first_run_chrome_signin_view_controller.h",
|
| "first_run_chrome_signin_view_controller.mm",
|
|
|