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

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

Issue 2449903002: [ObjC ARC] Converts ios/web/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 | ios/web/app/web_main.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/app/BUILD.gn
diff --git a/ios/web/app/BUILD.gn b/ios/web/app/BUILD.gn
index 62204ff40521fa1ac80257f7704f95792c774bb7..962b7b2ed7faaa94847360d2892bb3d4c329ff9a 100644
--- a/ios/web/app/BUILD.gn
+++ b/ios/web/app/BUILD.gn
@@ -12,6 +12,8 @@ source_set("app") {
"web_main_runner.mm",
]
+ configs += [ "//build/config/compiler:enable_arc" ]
+
deps = [
"//base",
"//base:i18n",
« no previous file with comments | « no previous file | ios/web/app/web_main.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698