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

Unified Diff: ios/chrome/browser/web/BUILD.gn

Issue 2823953004: [ObjC ARC] Converts ios/chrome/browser/web:web_internal to ARC. (Closed)
Patch Set: Address comments Created 3 years, 8 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/chrome/browser/web/auto_reload_bridge.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index 8d13fe496b58ab6bcf8bf74aa24e841ee5aeff92..e50fb2a7c76f080703cd636e8d28500cd734f9a7 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -168,6 +168,7 @@ js_compile_bundle("chrome_bundle") {
}
source_set("web_internal") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"auto_reload_bridge.h",
"auto_reload_bridge.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/web/auto_reload_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698