Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: ios/web/ios_web_shell_exe.gypi

Issue 2073753003: Convert ios_web_shell to ARC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@buildconfig-gn
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/web/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web_shell_exe.gypi
diff --git a/ios/web/ios_web_shell_exe.gypi b/ios/web/ios_web_shell_exe.gypi
index f9f790de448b248c80f7ec263644a3dfcc3a27ab..137b2579cc17e6504a51b1dba9d21e02dff27695 100644
--- a/ios/web/ios_web_shell_exe.gypi
+++ b/ios/web/ios_web_shell_exe.gypi
@@ -25,6 +25,7 @@
],
'xcode_settings': {
'INFOPLIST_FILE': 'shell/Info.plist',
+ 'CLANG_ENABLE_OBJC_ARC': 'YES',
},
'sources': [
'shell/app_delegate.h',
« no previous file with comments | « no previous file | ios/web/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698