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

Unified Diff: ios/web_view/shell/BUILD.gn

Issue 2665653003: Convert ios/web_view to ARC. (Closed)
Patch Set: Respond to comments. Created 3 years, 11 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_view/shell/shell_app_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/shell/BUILD.gn
diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
index 9683ad8ec0dbcb02df0cde4d148a8c33aa7bc8e1..ab14a249adb45e60f6b6b828be6d8b084520f0c3 100644
--- a/ios/web_view/shell/BUILD.gn
+++ b/ios/web_view/shell/BUILD.gn
@@ -6,6 +6,7 @@ import("//tools/grit/repack.gni")
import("//build/config/ios/rules.gni")
ios_app_bundle("ios_web_view_shell") {
+ configs += [ "//build/config/compiler:enable_arc" ]
deps = [
"//base",
"//ios/web_view",
« no previous file with comments | « no previous file | ios/web_view/shell/shell_app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698