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

Unified Diff: ios/web/BUILD.gn

Issue 2916473002: [ObjC ARC] Converts ios/web:web to ARC. (Closed)
Patch Set: Tweaks to unit test memory management Created 3 years, 7 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
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index f68865d54fcf46b375e88d69573b81e813cee812..1ad2103f3f1202cfbcda0cb861f3107231cc6a9d 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -260,6 +260,7 @@ source_set("web_arc") {
}
source_set("web") {
+ configs += [ "//build/config/compiler:enable_arc" ]
deps = [
":core",
":js_resources",

Powered by Google App Engine
This is Rietveld 408576698