| 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 3f3585f2c8adfc07216bbdf2cbdfd7703d832dfd..efa90a0b2761baf6894196aced99845d1d2a0f52 100644
|
| --- a/ios/chrome/browser/ui/settings/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/settings/BUILD.gn
|
| @@ -234,6 +234,7 @@ source_set("test_support") {
|
| }
|
|
|
| source_set("unit_tests") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| testonly = true
|
| sources = [
|
| "about_chrome_collection_view_controller_unittest.mm",
|
|
|