summaryrefslogtreecommitdiff
path: root/chromium/ios/testing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/testing/BUILD.gn')
-rw-r--r--chromium/ios/testing/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/ios/testing/BUILD.gn b/chromium/ios/testing/BUILD.gn
index e4b8ef873b5..ea121023ee7 100644
--- a/chromium/ios/testing/BUILD.gn
+++ b/chromium/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",