| Index: ios/chrome/browser/crash_report/BUILD.gn
|
| diff --git a/ios/chrome/browser/crash_report/BUILD.gn b/ios/chrome/browser/crash_report/BUILD.gn
|
| index a4325622b495008065812598efff28b28fe25980..6808584422aa5aa8ffd8db5d311ec706674d2da9 100644
|
| --- a/ios/chrome/browser/crash_report/BUILD.gn
|
| +++ b/ios/chrome/browser/crash_report/BUILD.gn
|
| @@ -17,6 +17,9 @@ source_set("crash_report") {
|
| "crash_upload_list.cc",
|
| "crash_upload_list.h",
|
| ]
|
| +
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| +
|
| deps = [
|
| "//base",
|
| "//breakpad:client",
|
|
|