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

Unified Diff: ios/web/BUILD.gn

Issue 2497263002: [ARC] Converts ios/web:user_agent 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/web/public/user_agent.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 711ac1387c36e313f02e3f198dff25de77824454..0fb5b3de45f8e87223c03068fb55cd7b5dcdcfe1 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -325,6 +325,8 @@ source_set("user_agent") {
"public/user_agent.h",
"public/user_agent.mm",
]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
}
source_set("earl_grey_test_support") {
« no previous file with comments | « no previous file | ios/web/public/user_agent.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698