Index: ios/web/shell/BUILD.gn |
diff --git a/ios/web/shell/BUILD.gn b/ios/web/shell/BUILD.gn |
index 6e5b01411deb1ed9b4709199eebe0887e9700497..0b581a2249d9ff98a84e64f0a097e522c36e88f5 100644 |
--- a/ios/web/shell/BUILD.gn |
+++ b/ios/web/shell/BUILD.gn |
@@ -25,6 +25,8 @@ ios_app_bundle("ios_web_shell") { |
"-Xlinker", |
"2", |
] |
+ |
+ configs += [ "//build/config/compiler:enable_arc" ] |
} |
bundle_data_xib("main_view_bundle_data") { |
@@ -84,4 +86,6 @@ source_set("shell") { |
"Foundation.framework", |
"UIKit.framework", |
] |
+ |
+ configs += [ "//build/config/compiler:enable_arc" ] |
} |