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

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

Issue 2848673003: [ObjC ARC] Converts ios/chrome/browser/signin:signin to ARC. (Closed)
Patch Set: Created 3 years, 8 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: ios/chrome/browser/signin/BUILD.gn
diff --git a/ios/chrome/browser/signin/BUILD.gn b/ios/chrome/browser/signin/BUILD.gn
index 87452e68ed14302e832f19fb5a9f46f705be386c..3f4a651326a5d76b0dabc92500745b76b2b3b49d 100644
--- a/ios/chrome/browser/signin/BUILD.gn
+++ b/ios/chrome/browser/signin/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("signin") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"about_signin_internals_factory.cc",
"about_signin_internals_factory.h",

Powered by Google App Engine
This is Rietveld 408576698