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

Unified Diff: ios/chrome/browser/ui/icons/BUILD.gn

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

Powered by Google App Engine
This is Rietveld 408576698