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

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

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

Powered by Google App Engine
This is Rietveld 408576698