| 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",
|
|
|