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

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

Issue 2560473002: [ObjC ARC] Converts ios/chrome/browser/itunes_links:unit_tests to ARC. (Closed)
Patch Set: git cl w 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_unittest.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 16a4cc95a2b79455eb5dcd59c874d14a4b400ab0..7faa8c1a20dba945e739597ccffc6f770878ca7a 100644
--- a/ios/chrome/browser/itunes_links/BUILD.gn
+++ b/ios/chrome/browser/itunes_links/BUILD.gn
@@ -17,6 +17,7 @@ source_set("itunes_links") {
}
source_set("unit_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"itunes_links_observer_unittest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/itunes_links/itunes_links_observer_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698