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

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

Issue 2838213002: [ObjC ARC] Converts ios/chrome/browser/ui/fancy_ui:fancy_ui to ARC. (Closed)
Patch Set: Remove scoped object header 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
Index: ios/chrome/browser/ui/fancy_ui/BUILD.gn
diff --git a/ios/chrome/browser/ui/fancy_ui/BUILD.gn b/ios/chrome/browser/ui/fancy_ui/BUILD.gn
index 2cab462de3389fb95a03e0c33e8b68512ddc740e..b120f710de24aaa3686f7904f7b4595b1a262a6a 100644
--- a/ios/chrome/browser/ui/fancy_ui/BUILD.gn
+++ b/ios/chrome/browser/ui/fancy_ui/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("fancy_ui") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"bidi_container_view.h",
"bidi_container_view.mm",

Powered by Google App Engine
This is Rietveld 408576698