| Index: components/translate/ios/browser/BUILD.gn
|
| diff --git a/components/translate/ios/browser/BUILD.gn b/components/translate/ios/browser/BUILD.gn
|
| index b514e9169f621376c257bf737f83c58774fcbf33..f4b7c5db0a2b0772f87685f47e219ab41e8728ed 100644
|
| --- a/components/translate/ios/browser/BUILD.gn
|
| +++ b/components/translate/ios/browser/BUILD.gn
|
| @@ -43,6 +43,7 @@ js_compile_checked("injected_js") {
|
| }
|
|
|
| source_set("unit_tests") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| testonly = true
|
| sources = [
|
| "js_translate_manager_unittest.mm",
|
|
|