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

Unified Diff: ios/web/ios_web_unittests.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_unittests.gyp
diff --git a/ios/web/ios_web_unittests.gyp b/ios/web/ios_web_unittests.gyp
index 983f482836ff90da81df02ed7c51b0643c591466..f9bb4da5f966182fbeca546538347f90313e9847 100644
--- a/ios/web/ios_web_unittests.gyp
+++ b/ios/web/ios_web_unittests.gyp
@@ -69,6 +69,9 @@
'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_impl_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_view_internal_creation_util_unittest.mm',
'web_state/wk_web_view_security_util_unittest.mm',
'webui/crw_web_ui_manager_unittest.mm',

Powered by Google App Engine
This is Rietveld 408576698