summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/tools/strings/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/chrome/tools/strings/BUILD.gn')
-rw-r--r--chromium/ios/chrome/tools/strings/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/ios/chrome/tools/strings/BUILD.gn b/chromium/ios/chrome/tools/strings/BUILD.gn
index 30769ae2aac..6044491e9f7 100644
--- a/chromium/ios/chrome/tools/strings/BUILD.gn
+++ b/chromium/ios/chrome/tools/strings/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
executable("generate_localizable_strings") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [ "generate_localizable_strings.mm" ]
deps = [
"//base",