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

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: weaks Created 3 years, 10 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/omnibox/BUILD.gn
diff --git a/ios/chrome/browser/ui/omnibox/BUILD.gn b/ios/chrome/browser/ui/omnibox/BUILD.gn
index 82f5cdbf3177e4654d5307f196f1b21edff15fc0..b60ad10ba8285d7d372b164d9bab67fcf9a4edc7 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",

Powered by Google App Engine
This is Rietveld 408576698