| Index: ios/chrome/common/app_group/BUILD.gn
|
| diff --git a/ios/chrome/common/app_group/BUILD.gn b/ios/chrome/common/app_group/BUILD.gn
|
| index 10c0883d562a1c05c15e64564cc11828cf261fe4..2f482d83fdbcc082148151c73f004158ccd6dbed 100644
|
| --- a/ios/chrome/common/app_group/BUILD.gn
|
| +++ b/ios/chrome/common/app_group/BUILD.gn
|
| @@ -36,6 +36,7 @@ source_set("client") {
|
| }
|
|
|
| source_set("main_app") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "app_group_metrics_mainapp.h",
|
| "app_group_metrics_mainapp.mm",
|
|
|