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/omnibox/BUILD.gn

Issue 2707963002: [ObjC ARC] Converts ios/chrome/browser/ui/omnibox:omnibox_internal to ARC. (Closed)
Patch Set: ARC in new code 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/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/omnibox/BUILD.gn
diff --git a/ios/chrome/browser/ui/omnibox/BUILD.gn b/ios/chrome/browser/ui/omnibox/BUILD.gn
index be8cfbb59e1ce547672a95fb74c444b8e4d02259..6202e36a2340ee7fc7d884e784649535fd5aa79e 100644
--- a/ios/chrome/browser/ui/omnibox/BUILD.gn
+++ b/ios/chrome/browser/ui/omnibox/BUILD.gn
@@ -32,6 +32,7 @@ bundle_data("resources") {
}
source_set("omnibox_internal") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"chrome_omnibox_client_ios.h",
"chrome_omnibox_client_ios.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698