| 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 735962e478353d3038d3ce5a9fdf3db881071281..0f16585c84b92a3cdbe6e28539f701d345863e1f 100644
|
| --- a/ios/chrome/common/app_group/BUILD.gn
|
| +++ b/ios/chrome/common/app_group/BUILD.gn
|
| @@ -23,6 +23,7 @@ source_set("app_group") {
|
| # This target will be included into application extensions and the list
|
| # of its dependencies must be kept as short as possible.
|
| source_set("client") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "app_group_metrics_client.h",
|
| "app_group_metrics_client.mm",
|
|
|