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

Unified Diff: ios/testing/earl_grey/BUILD.gn

Issue 2508973007: [ObjC ARC] Converts ios/testing/earl_grey:earl_grey_support to ARC.Automatically generated ARCMig… (Closed)
Patch Set: Created 4 years, 1 month 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/testing/earl_grey/matchers.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/earl_grey/BUILD.gn
diff --git a/ios/testing/earl_grey/BUILD.gn b/ios/testing/earl_grey/BUILD.gn
index 221784c48f0b0880b0f26ed7987029803de722e2..917583799f87d82d63cdc7ae42636e47ea388cb4 100644
--- a/ios/testing/earl_grey/BUILD.gn
+++ b/ios/testing/earl_grey/BUILD.gn
@@ -8,6 +8,7 @@ config("earl_grey_support_config") {
}
source_set("earl_grey_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
deps = [
« no previous file with comments | « no previous file | ios/testing/earl_grey/matchers.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698