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

Unified Diff: ios/testing/BUILD.gn

Issue 2516673002: [ObjC ARC] Converts ios/testing:ocmock_support to ARC.Automatically generated ARCMigrate commitN… (Closed)
Patch Set: Created 4 years, 1 month 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/testing/ocmock_complex_type_helper.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/BUILD.gn
diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn
index 0d6bc3712bdf6815975d3cb05358b3cb3eb10817..1763f49cfeae1aab46f67c73a883ed7b4f20336d 100644
--- a/ios/testing/BUILD.gn
+++ b/ios/testing/BUILD.gn
@@ -19,6 +19,7 @@ source_set("ios_test_support") {
}
source_set("ocmock_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
deps = [
« no previous file with comments | « no previous file | ios/testing/ocmock_complex_type_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698