| Index: ios/web/shell/test/BUILD.gn
|
| diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
|
| index 150b03a05589a470f04cc5bff048540a4fe85050..93534ca7ada947857633490752f1ad9822897654 100644
|
| --- a/ios/web/shell/test/BUILD.gn
|
| +++ b/ios/web/shell/test/BUILD.gn
|
| @@ -5,6 +5,13 @@
|
| import("//ios/build/config.gni")
|
| import("//ios/third_party/earl_grey/ios_eg_test.gni")
|
|
|
| +group("all_tests") {
|
| + testonly = true
|
| + deps = [
|
| + ":ios_web_shell_egtests",
|
| + ]
|
| +}
|
| +
|
| ios_eg_test("ios_web_shell_egtests") {
|
| sources = [
|
| "context_menu_egtest.mm",
|
|
|