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

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

Issue 2653233002: [ObjC ARC] Converts ios/public/provider/chrome/browser/ui:ui to ARC. (Closed)
Patch Set: Created 3 years, 11 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/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/ui/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/ui/BUILD.gn b/ios/public/provider/chrome/browser/ui/BUILD.gn
index 56d77e54877d2591bd169305eabffc1ebc3a679b..2b9e049ec1eee88af82595da4730407f257fefee 100644
--- a/ios/public/provider/chrome/browser/ui/BUILD.gn
+++ b/ios/public/provider/chrome/browser/ui/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("ui") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"app_rating_prompt.h",
"default_ios_web_view_factory.h",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698