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

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

Issue 2886303003: [ObjC ARC] Converts ios/chrome/test/earl_grey:ios_chrome_multitasking_egtests to ARC. (Closed)
Patch Set: 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 | « ios/chrome/app/multitasking_test_application_delegate.mm ('k') | no next file » | 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..aba47dc1d176611f6d745585a8e53530daeb1594 100644
--- a/ios/chrome/test/earl_grey/BUILD.gn
+++ b/ios/chrome/test/earl_grey/BUILD.gn
@@ -77,6 +77,7 @@ chrome_ios_eg_test("ios_chrome_web_egtests") {
}
chrome_ios_eg_test("ios_chrome_multitasking_egtests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"//ios/chrome/app/multitasking_test_application_delegate.h",
"//ios/chrome/app/multitasking_test_application_delegate.mm",
« no previous file with comments | « ios/chrome/app/multitasking_test_application_delegate.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698