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

Unified Diff: ios/web/BUILD.gn

Issue 2615093004: [ios] Made TestWebStateDelegate and TestJavaScriptDialogPresenter reusable. (Closed)
Patch Set: Created 3 years, 11 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/fakes/test_java_script_dialog_presenter.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 4d42c2b6692b02b9b50eacab95a83c2ff4de6f25..af38061b413076e164f1497d6208dd5a09f02ecd 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -383,6 +383,8 @@ source_set("test_support") {
"public/test/fakes/crw_test_js_injection_receiver.mm",
"public/test/fakes/test_browser_state.cc",
"public/test/fakes/test_browser_state.h",
+ "public/test/fakes/test_java_script_dialog_presenter.h",
+ "public/test/fakes/test_java_script_dialog_presenter.mm",
"public/test/fakes/test_native_content.h",
"public/test/fakes/test_native_content.mm",
"public/test/fakes/test_native_content_provider.h",
@@ -393,6 +395,8 @@ source_set("test_support") {
"public/test/fakes/test_web_client.mm",
"public/test/fakes/test_web_state.h",
"public/test/fakes/test_web_state.mm",
+ "public/test/fakes/test_web_state_delegate.h",
+ "public/test/fakes/test_web_state_delegate.mm",
"public/test/fakes/test_web_view_content_view.h",
"public/test/fakes/test_web_view_content_view.mm",
"public/test/http_server.h",
« no previous file with comments | « no previous file | ios/web/public/test/fakes/test_java_script_dialog_presenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698