| Index: ios/chrome/browser/ui/elements/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/elements/BUILD.gn b/ios/chrome/browser/ui/elements/BUILD.gn
|
| index 1bd7c85a094e5863452c7ef89151b7e63dc7b62f..4a287e83f96dbcfaaebeb0748f95930b39020a4c 100644
|
| --- a/ios/chrome/browser/ui/elements/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/elements/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| source_set("elements") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "selector_coordinator.h",
|
| "selector_coordinator.mm",
|
|
|