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

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

Issue 2798903003: [ObjC ARC] Converts ios/chrome/browser/ui:ui_internal to ARC. (Closed)
Patch Set: missing weaks from another patch 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/ui/browser_container_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/BUILD.gn
diff --git a/ios/chrome/browser/ui/BUILD.gn b/ios/chrome/browser/ui/BUILD.gn
index a0e5696a7b7f3d8fe9b01ac6ca2be558f8ef3aa9..bc1a5af4f58ba067ae274a665fca47750f89accf 100644
--- a/ios/chrome/browser/ui/BUILD.gn
+++ b/ios/chrome/browser/ui/BUILD.gn
@@ -344,6 +344,7 @@ source_set("ui_internal_arc") {
}
source_set("ui_internal") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"browser_container_view.h",
"browser_container_view.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_container_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698