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

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

Issue 2893603003: [ObjC ARC] Converts ios/chrome/browser/prefs:browser_prefs to ARC. (Closed)
Patch Set: Created 3 years, 7 months 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/prefs/browser_prefs.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/prefs/BUILD.gn
diff --git a/ios/chrome/browser/prefs/BUILD.gn b/ios/chrome/browser/prefs/BUILD.gn
index 908170567ae5a242bbe16dc109b326163994d4f1..99fcfc7be1980d3e578ce1e7ff87194638db6d5b 100644
--- a/ios/chrome/browser/prefs/BUILD.gn
+++ b/ios/chrome/browser/prefs/BUILD.gn
@@ -24,6 +24,7 @@ source_set("prefs") {
}
source_set("browser_prefs") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"browser_prefs.h",
"browser_prefs.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/prefs/browser_prefs.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698