| Index: ios/chrome/browser/ui/settings/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/settings/BUILD.gn b/ios/chrome/browser/ui/settings/BUILD.gn
|
| index a6d34268b6cbdd3849efec76335ffc2ba8e02598..f30197455ac9cb56e99f8d54054b0c15281a863d 100644
|
| --- a/ios/chrome/browser/ui/settings/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/settings/BUILD.gn
|
| @@ -304,6 +304,7 @@ source_set("settings") {
|
| }
|
|
|
| source_set("test_support") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| testonly = true
|
| sources = [
|
| "passphrase_collection_view_controller_test.h",
|
|
|