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

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

Issue 2882253002: [ObjC ARC] Converts ios/chrome/test/earl_grey:ios_chrome_device_check_egtests to ARC. (Closed)
Patch Set: Addressed comments 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
« no previous file with comments | « no previous file | ios/chrome/test/earl_grey/chrome_ios_eg_test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c5b78e93172c839a3b81a3df08e781a1cadaf1fc..d89eef034c9479fa808feeb7fa39dbe57ab09e97 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -99,6 +99,7 @@ chrome_ios_eg_test("ios_chrome_multitasking_egtests") {
}
chrome_ios_eg_test("ios_chrome_device_check_egtests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"device_check_egtest.mm",
]
« no previous file with comments | « no previous file | ios/chrome/test/earl_grey/chrome_ios_eg_test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698