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

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

Issue 2933123002: [ObjC ARC] Converts ios/chrome/browser/ui/overscroll_actions:overscroll_actions to ARC. (Closed)
Patch Set: Created 3 years, 6 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/overscroll_actions/BUILD.gn
diff --git a/ios/chrome/browser/ui/overscroll_actions/BUILD.gn b/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
index 082cc1e540bb0cf72e013af6135832e2749876dc..49a1a5a9823303dd4239d97bddf71c621bc6340a 100644
--- a/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
+++ b/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
@@ -29,6 +29,7 @@ bundle_data("resources") {
}
source_set("overscroll_actions") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"overscroll_actions_controller.h",
"overscroll_actions_controller.mm",

Powered by Google App Engine
This is Rietveld 408576698