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

Unified Diff: components/signin/ios/browser/BUILD.gn

Issue 2928383002: [ObjC ARC] Converts components/signin/ios/browser:browser to ARC. (Closed)
Patch Set: Made other delegate explicitly weak. Created 3 years, 6 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
Index: components/signin/ios/browser/BUILD.gn
diff --git a/components/signin/ios/browser/BUILD.gn b/components/signin/ios/browser/BUILD.gn
index af96184ec39e7d2d58353b3d777c2269495ae564..857271d4cb36b42cf34a582830735666bcaaf142 100644
--- a/components/signin/ios/browser/BUILD.gn
+++ b/components/signin/ios/browser/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("browser") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"account_consistency_service.h",
"account_consistency_service.mm",

Powered by Google App Engine
This is Rietveld 408576698