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

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

Issue 2893763002: [ObjC ARC] Converts ios/chrome/test/earl_grey:ios_chrome_smoke_egtests to ARC. (Closed)
Patch Set: Fix auto arc script errors 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/smoke_egtest.mm » ('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 317069971c9374410bdd11c8ee3ade0499b1edb0..7da5f6993feb44b9d26bc89cbe8609952a4698fb 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -125,6 +125,7 @@ chrome_ios_eg_test("ios_chrome_flaky_egtests") {
}
chrome_ios_eg_test("ios_chrome_smoke_egtests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"smoke_egtest.mm",
]
« no previous file with comments | « no previous file | ios/chrome/test/earl_grey/smoke_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698