Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: ios/web/BUILD.gn

Issue 2340533004: [ios] Implemented -[ShellEarlGrey loadURL:]. (Closed)
Patch Set: Addressed review comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/web/public/test/earl_grey/js_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | ios/web/public/test/earl_grey/js_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698