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

Unified Diff: ios/web/ios_web.gyp

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: Self review Created 4 years, 8 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/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index bcc8c518311cccfc7bc6887088a50d2906f83b49..6ff935ae2a07ffca64caed9450e4f1cc19ad7cce 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -185,6 +185,8 @@
'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',
@@ -256,6 +258,8 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698