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

Unified Diff: ios/web/ios_web.gyp

Issue 1107083002: Upstream more leaf files in ios/web/web_state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web-resync
Patch Set: Created 5 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
« no previous file with comments | « ios/web/DEPS ('k') | ios/web/public/web_state/credential.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 2aeacc4b94911b6133812e2aee0e32cddfc5ebac..2cf527196a47a0db5fdf42a16bf952dc3e0f7ff3 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -90,6 +90,7 @@
'public/user_metrics.h',
'public/web_client.h',
'public/web_client.mm',
+ 'public/web_state/credential.h',
'public/web_state/crw_native_content.h',
'public/web_state/crw_native_content_provider.h',
'public/web_state/crw_web_controller_observer.h',
@@ -119,11 +120,20 @@
'weak_nsobject_counter.mm',
'web_state/blocked_popup_info.h',
'web_state/blocked_popup_info.mm',
+ 'web_state/credential.cc',
'web_state/crw_recurring_task_delegate.h',
+ 'web_state/js/credential_util.h',
+ 'web_state/js/credential_util.mm',
'web_state/js/crw_js_early_script_manager.h',
'web_state/js/crw_js_early_script_manager.mm',
'web_state/js/crw_js_injection_manager.mm',
'web_state/js/crw_js_injection_receiver.mm',
+ 'web_state/js/crw_js_invoke_parameter_queue.h',
+ 'web_state/js/crw_js_invoke_parameter_queue.mm',
+ 'web_state/js/crw_js_plugin_placeholder_manager.h',
+ 'web_state/js/crw_js_plugin_placeholder_manager.mm',
+ 'web_state/js/crw_js_window_id_manager.h',
+ 'web_state/js/crw_js_window_id_manager.mm',
'web_state/js/page_script_util.h',
'web_state/js/page_script_util.mm',
'web_state/ui/crw_context_menu_provider.h',
« no previous file with comments | « ios/web/DEPS ('k') | ios/web/public/web_state/credential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698