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

Unified Diff: ios/web/BUILD.gn

Issue 2886573002: [ObjC ARC] Converts ios/web:earl_grey_test_support to ARC. (Closed)
Patch Set: autoreleasing 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 4d30428d2c8e13a67e888154a926895f00ee9c71..38d46921bbd97df21fe07757f12d5b61988efc6e 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -353,6 +353,7 @@ source_set("reload_type") {
}
source_set("earl_grey_test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
deps = [
« no previous file with comments | « no previous file | ios/web/public/test/earl_grey/js_test_util.h » ('j') | ios/web/public/test/earl_grey/js_test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698