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

Unified Diff: ios/web_view/test/BUILD.gn

Issue 2941763003: Cleanup ios_web_view integration tests. (Closed)
Patch Set: Moved CreateWebView to web_view_test_util.h Created 3 years, 6 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
Index: ios/web_view/test/BUILD.gn
diff --git a/ios/web_view/test/BUILD.gn b/ios/web_view/test/BUILD.gn
index 70620cb993150a27fe650017bc71612c96d867de..5746d7c952b12c6a3347fef5b0e1b6c7fe9bf289 100644
--- a/ios/web_view/test/BUILD.gn
+++ b/ios/web_view/test/BUILD.gn
@@ -22,8 +22,8 @@ test("ios_web_view_inttests") {
"chrome_web_view_test.mm",
"observer.h",
"observer.mm",
- "web_view_interaction_test_util.h",
- "web_view_interaction_test_util.mm",
+ "web_view_test_util.h",
+ "web_view_test_util.mm",
]
deps = [
« no previous file with comments | « no previous file | ios/web_view/test/chrome_web_view_kvo_inttest.mm » ('j') | ios/web_view/test/chrome_web_view_test.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698