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

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

Issue 2710493006: [ObjC ARC] Converts ios/chrome/browser/payments:payments to ARC. (Closed)
Patch Set: fixes compilation by reintroducing formal declaration of designated initializer 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/payments/BUILD.gn
diff --git a/ios/chrome/browser/payments/BUILD.gn b/ios/chrome/browser/payments/BUILD.gn
index 9109cc28d6a59d9f99789d4e26fbd28ede7e08db..6e04596ea04d8e3229fa059ebbdb052ae333262a 100644
--- a/ios/chrome/browser/payments/BUILD.gn
+++ b/ios/chrome/browser/payments/BUILD.gn
@@ -11,6 +11,7 @@ js_compile_checked("injected_js") {
}
source_set("payments") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"js_payment_request_manager.h",
"js_payment_request_manager.mm",

Powered by Google App Engine
This is Rietveld 408576698