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