| Index: components/translate/ios/browser/BUILD.gn
|
| diff --git a/components/translate/ios/browser/BUILD.gn b/components/translate/ios/browser/BUILD.gn
|
| index d95a2f7123d77adccddbf610a669d2d84e5b9b07..b514e9169f621376c257bf737f83c58774fcbf33 100644
|
| --- a/components/translate/ios/browser/BUILD.gn
|
| +++ b/components/translate/ios/browser/BUILD.gn
|
| @@ -5,6 +5,7 @@
|
| import("//ios/web/js_compile.gni")
|
|
|
| source_set("browser") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "ios_translate_driver.h",
|
| "ios_translate_driver.mm",
|
|
|