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

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

Issue 2964383002: [ObjC ARC] Converts ios/public/provider/chrome/browser/signin:signin to ARC. (Closed)
Patch Set: comments Created 3 years, 5 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/public/provider/chrome/browser/signin/chrome_identity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/signin/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/signin/BUILD.gn b/ios/public/provider/chrome/browser/signin/BUILD.gn
index fd8141a24947e3a71e8af3ff86f2f6805ee90991..88200072400199a0854816ee6b9162d43e9523a8 100644
--- a/ios/public/provider/chrome/browser/signin/BUILD.gn
+++ b/ios/public/provider/chrome/browser/signin/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("signin") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"chrome_identity.h",
"chrome_identity.mm",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/signin/chrome_identity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698