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

Unified Diff: ios/chrome/test/earl_grey/BUILD.gn

Issue 2684023003: [ObjC ARC] Converts ios/chrome/test/earl_grey:test_support to ARC. (Closed)
Patch Set: Add __unsafe_unretained Created 3 years, 10 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/chrome/test/earl_grey/BUILD.gn
diff --git a/ios/chrome/test/earl_grey/BUILD.gn b/ios/chrome/test/earl_grey/BUILD.gn
index 04ea6001d8313106ee3c3acebec5523f86968d09..3f1c658a1f56c45204ba6178b2b953ddad429309 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -136,6 +136,7 @@ chrome_ios_eg_test("ios_chrome_smoke_egtests") {
}
source_set("test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"accessibility_util.h",
« no previous file with comments | « no previous file | ios/chrome/test/earl_grey/accessibility_util.mm » ('j') | ios/chrome/test/earl_grey/chrome_earl_grey.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698