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

Unified Diff: ios/chrome/common/BUILD.gn

Issue 2503483002: [ObjC ARC] Converts ios/chrome/common 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/chrome/common/channel_info.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/BUILD.gn
diff --git a/ios/chrome/common/BUILD.gn b/ios/chrome/common/BUILD.gn
index 8cb39fa36591ebc8e8d9b3c653510c37cdd3d671..2e14a40d15d7079dba0de6179ead7fb1f311d70a 100644
--- a/ios/chrome/common/BUILD.gn
+++ b/ios/chrome/common/BUILD.gn
@@ -14,6 +14,8 @@ source_set("common") {
"x_callback_url.h",
]
+ configs += [ "//build/config/compiler:enable_arc" ]
+
deps = [
"//base",
"//components/version_info",
« no previous file with comments | « no previous file | ios/chrome/common/channel_info.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698