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

Unified Diff: ios/web/BUILD.gn

Issue 1851003003: [ios] Added web// public API to let embedder observe loading progress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/ios_web.gyp » ('j') | ios/web/shell/view_controller.mm » ('J')
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 e615c6149b37b29be5a27ff52c8e860d8b773af0..421e2bb2ebb0d0e0c7c0c99d3dc33489450b9dbb 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -164,6 +164,8 @@ source_set("web") {
"public/web_state/ui/crw_web_view_content_view.h",
"public/web_state/url_verification_constants.h",
"public/web_state/web_state.h",
+ "public/web_state/web_state_delegate.h",
+ "public/web_state/web_state_delegate_bridge.h",
"public/web_state/web_state_observer.h",
"public/web_state/web_state_observer_bridge.h",
"public/web_state/web_state_policy_decider.h",
@@ -241,6 +243,8 @@ source_set("web") {
"web_state/web_controller_observer_bridge.h",
"web_state/web_controller_observer_bridge.mm",
"web_state/web_state.mm",
+ "web_state/web_state_delegate.mm",
+ "web_state/web_state_delegate_bridge.mm",
"web_state/web_state_facade_delegate.h",
"web_state/web_state_impl.h",
"web_state/web_state_impl.mm",
@@ -431,6 +435,9 @@ test("ios_web_unittests") {
"web_state/ui/web_view_js_utils_unittest.mm",
"web_state/ui/wk_back_forward_list_item_holder_unittest.mm",
"web_state/ui/wk_web_view_configuration_provider_unittest.mm",
+ "web_state/web_state_delegate_bridge_unittest.mm",
+ "web_state/web_state_delegate_stub.h",
+ "web_state/web_state_delegate_stub.mm",
"web_state/web_state_impl_unittest.mm",
"web_state/web_view_internal_creation_util_unittest.mm",
"web_state/wk_web_view_security_util_unittest.mm",
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | ios/web/shell/view_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698