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

Unified Diff: ios/web/public/app/BUILD.gn

Issue 2446163003: [ObjC ARC] Converts ios/web/public/app to ARC (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/app/BUILD.gn
diff --git a/ios/web/public/app/BUILD.gn b/ios/web/public/app/BUILD.gn
index c00924921ad57239412b67a642d4f812e606fe12..71cd249f3f26b77f77a1f10d545e9d7b27f2a5bc 100644
--- a/ios/web/public/app/BUILD.gn
+++ b/ios/web/public/app/BUILD.gn
@@ -17,6 +17,7 @@ source_set("app") {
deps = [
"//base",
]
+ configs += [ "//build/config/compiler:enable_arc" ]
allow_circular_includes_from = [ "//ios/web/app" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698