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

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

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

Powered by Google App Engine
This is Rietveld 408576698