Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: ios/chrome/browser/crash_report/BUILD.gn

Issue 2503883002: [ObjC ARC] Converts ios/chrome/browser/crash_report to ARC (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/crash_report/breakpad_helper.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | ios/chrome/browser/crash_report/breakpad_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698