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

Unified Diff: ios/net/BUILD.gn

Issue 2489533003: [ObjC ARC] Converts ios/net to ARC. (Closed)
Patch Set: Created 4 years, 1 month 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/net/clients/crn_forwarding_network_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/BUILD.gn
diff --git a/ios/net/BUILD.gn b/ios/net/BUILD.gn
index fff941a9182c5f49b1f2583e5b5e33d13be56089..be401baa11e62a0de538080e6ea34eb8864b915c 100644
--- a/ios/net/BUILD.gn
+++ b/ios/net/BUILD.gn
@@ -13,6 +13,8 @@ source_set("net") {
"//url:url_features",
]
+ configs += [ "//build/config/compiler:enable_arc" ]
+
sources = [
"clients/crn_forwarding_network_client.h",
"clients/crn_forwarding_network_client.mm",
« no previous file with comments | « no previous file | ios/net/clients/crn_forwarding_network_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698