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

Unified Diff: ios/testing/BUILD.gn

Issue 2891863002: [ObjC ARC] Converts ios/testing:ocmock_support_unittest to ARC. (Closed)
Patch Set: Fix auto arc script errors 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/testing/BUILD.gn
diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn
index e4b8ef873b51b44f938468aa0db842780c80c705..ea121023ee77e7fb6e3f853748bc5e0ec1897b7f 100644
--- a/ios/testing/BUILD.gn
+++ b/ios/testing/BUILD.gn
@@ -46,6 +46,7 @@ source_set("ocmock_support") {
}
test("ocmock_support_unittest") {
+ configs += [ "//build/config/compiler:enable_arc" ]
deps = [
":ocmock_support",
"//base/test:run_all_unittests",
« no previous file with comments | « no previous file | ios/testing/ocmock_complex_type_helper_unittest.mm » ('j') | ios/testing/ocmock_complex_type_helper_unittest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698