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

Unified Diff: ios/web/shell/test/BUILD.gn

Issue 2446893004: [ObjC ARC] Converts ios/web/shell/test to ARC. (Closed)
Patch Set: Created 4 years, 2 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/test/app/navigation_test_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/BUILD.gn
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
index d1cf2944f75f4341daae1a3920f4c63588e3cce4..1ba7ddd11b800e3e7e52cf66819ae132f23ff771 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -74,6 +74,8 @@ source_set("earl_grey_test_support") {
"earl_grey/shell_matchers.h",
"earl_grey/shell_matchers.mm",
]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
}
bundle_data("bundle") {
« no previous file with comments | « no previous file | ios/web/shell/test/app/navigation_test_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698