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

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

Issue 2500963002: [ObjC ARC] Converts ios/chrome/browser/autocomplete 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/autocomplete/autocomplete_scheme_classifier_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/autocomplete/BUILD.gn
diff --git a/ios/chrome/browser/autocomplete/BUILD.gn b/ios/chrome/browser/autocomplete/BUILD.gn
index 33a957c071fd155a2afa66e9f003016f79339503..c4bad9a1359455e81fdb76b63bb39e73afb4779f 100644
--- a/ios/chrome/browser/autocomplete/BUILD.gn
+++ b/ios/chrome/browser/autocomplete/BUILD.gn
@@ -15,6 +15,9 @@ source_set("autocomplete") {
"shortcuts_backend_factory.h",
"shortcuts_backend_factory.mm",
]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
+
deps = [
"//base",
"//components/browser_sync",
« no previous file with comments | « no previous file | ios/chrome/browser/autocomplete/autocomplete_scheme_classifier_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698