| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index d00057391e2136b4c0c3fe76a241748c8a9daa79..3feeb8807f2710ba51da2cd11180971bfd9f1e8b 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -337,6 +337,8 @@ source_set("earl_grey_test_support") {
|
| ]
|
|
|
| sources = [
|
| + "public/test/earl_grey/js_test_util.h",
|
| + "public/test/earl_grey/js_test_util.mm",
|
| "public/test/earl_grey/web_view_actions.h",
|
| "public/test/earl_grey/web_view_actions.mm",
|
| "public/test/earl_grey/web_view_matchers.h",
|
|
|