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

Unified Diff: ios/web_view/internal/translate/BUILD.gn

Issue 2762023003: Enable ARC for //ios/web_view/internal/translate/*.m. (Closed)
Patch Set: Apply review comments. Created 3 years, 9 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_view/internal/translate/cwv_translate_manager_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/translate/BUILD.gn
diff --git a/ios/web_view/internal/translate/BUILD.gn b/ios/web_view/internal/translate/BUILD.gn
index 3c0d86a05db663d61ef27f3984db5f3a7883be24..d42ff359291154da48a5cadc094bff39af71267f 100644
--- a/ios/web_view/internal/translate/BUILD.gn
+++ b/ios/web_view/internal/translate/BUILD.gn
@@ -29,4 +29,6 @@ source_set("translate") {
"//ios/web_view/public",
"//url",
]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
}
« no previous file with comments | « no previous file | ios/web_view/internal/translate/cwv_translate_manager_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698