| Index: ios/chrome/browser/ui/commands/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/commands/BUILD.gn b/ios/chrome/browser/ui/commands/BUILD.gn
|
| index c02e52ac41ad9c9deaf3b9e0c77ce335eb939bc3..41a9f8c44cdb1ddc2cff559f03e03ac003228af8 100644
|
| --- a/ios/chrome/browser/ui/commands/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/commands/BUILD.gn
|
| @@ -33,6 +33,7 @@ source_set("commands") {
|
| }
|
|
|
| source_set("unit_tests") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| testonly = true
|
| sources = [
|
| "set_up_for_testing_command_unittest.mm",
|
|
|