| Index: ios/chrome/app/application_delegate/BUILD.gn
|
| diff --git a/ios/chrome/app/application_delegate/BUILD.gn b/ios/chrome/app/application_delegate/BUILD.gn
|
| index 5e932725ca74a36780d5fff5efc8959f87871da3..adea24c6587417e25c8347f38edf0791682a378e 100644
|
| --- a/ios/chrome/app/application_delegate/BUILD.gn
|
| +++ b/ios/chrome/app/application_delegate/BUILD.gn
|
| @@ -13,6 +13,8 @@ source_set("application_delegate") {
|
| "//ios/chrome/browser/metrics",
|
| ]
|
| libs = [ "Foundation.framework" ]
|
| +
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| }
|
|
|
| source_set("unit_tests") {
|
|
|