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

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

Issue 2665353003: [ObjC ARC] Converts ios/public/provider/chrome/browser/user_feedback:test_support 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/user_feedback/test_user_feedback_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/user_feedback/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/user_feedback/BUILD.gn b/ios/public/provider/chrome/browser/user_feedback/BUILD.gn
index efd22991a8f24bf5b846c992e132d32bc6ae20f7..78f88aa3d6a54d11866f5d22450fabcc58b0d6dd 100644
--- a/ios/public/provider/chrome/browser/user_feedback/BUILD.gn
+++ b/ios/public/provider/chrome/browser/user_feedback/BUILD.gn
@@ -13,6 +13,7 @@ source_set("user_feedback") {
}
source_set("test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"test_user_feedback_provider.h",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/user_feedback/test_user_feedback_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698