Chromium Code Reviews| 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..a7d4081dfc308d88d9272f41cf1284efc60a1c83 100644 |
| --- a/ios/chrome/test/earl_grey/BUILD.gn |
| +++ b/ios/chrome/test/earl_grey/BUILD.gn |
| @@ -99,9 +99,17 @@ chrome_ios_eg_test("ios_chrome_multitasking_egtests") { |
| } |
| chrome_ios_eg_test("ios_chrome_device_check_egtests") { |
|
sdefresne
2017/05/16 08:26:20
I think a better change would be to allow overridi
liaoyuke
2017/05/16 16:08:31
Hi Sylvain,
Thank you for the detailed explanatio
|
| + deps = [ |
| + ":device_check_sources", |
| + ] |
| +} |
| + |
| +source_set("device_check_sources") { |
| + configs += [ "//build/config/compiler:enable_arc" ] |
| sources = [ |
| "device_check_egtest.mm", |
|
sdefresne
2017/05/16 08:27:17
This CL needs to add guards to "device_check_egtes
liaoyuke
2017/05/16 16:08:31
Done.
|
| ] |
| + testonly = true |
| deps = [ |
| ":test_support", |
| "//ios/third_party/earl_grey", |