| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 44b23cc80f5118cb97fb27e5233027edbde487fb..523d22af9744773f24813b617507501fbb48aa14 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -340,6 +340,8 @@ source_set("earl_grey_test_support") {
|
| ]
|
|
|
| sources = [
|
| + "public/test/earl_grey/web_view_actions.h",
|
| + "public/test/earl_grey/web_view_actions.mm",
|
| "public/test/earl_grey/web_view_matchers.h",
|
| "public/test/earl_grey/web_view_matchers.mm",
|
| "public/test/web_view_interaction_test_util.h",
|
|
|