| Index: ios/chrome/today_extension/BUILD.gn
|
| diff --git a/ios/chrome/today_extension/BUILD.gn b/ios/chrome/today_extension/BUILD.gn
|
| index 8a9ebffd20417a8926fc55fd50c1bff6e12a980d..6d2ba0d93cca39902086d3df897a37e0ded4dddb 100644
|
| --- a/ios/chrome/today_extension/BUILD.gn
|
| +++ b/ios/chrome/today_extension/BUILD.gn
|
| @@ -30,6 +30,7 @@ compile_plist("entitlements") {
|
| }
|
|
|
| ios_appex_bundle("today_extension") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "footer_label.h",
|
| "footer_label.mm",
|
|
|