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

Unified Diff: ios/web/ios_web.gyp

Issue 1375023002: Adds support for POST request with bodies on WKWebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rest of the commetns Created 5 years, 2 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 ff79384af177f82ddb1c95e77c4b1bc3a6365f33..3194174412ce40872b621c0daa86802f45ad4831 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -234,6 +234,8 @@
'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_post_request_loader.h',
+ 'web_state/js/crw_js_post_request_loader.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',
@@ -444,12 +446,14 @@
'ios_web_js_bundle_wk',
],
'sources': [
+ 'web_state/js/resources/post_request.js',
'web_state/js/resources/plugin_placeholder.js',
'web_state/js/resources/window_id.js',
'webui/resources/web_ui.js',
],
'link_settings': {
'mac_bundle_resources': [
+ '<(SHARED_INTERMEDIATE_DIR)/post_request.js',
'<(SHARED_INTERMEDIATE_DIR)/plugin_placeholder.js',
'<(SHARED_INTERMEDIATE_DIR)/window_id.js',
'<(SHARED_INTERMEDIATE_DIR)/web_ui.js',
« no previous file with comments | « no previous file | ios/web/web_state/js/crw_js_post_request_loader.h » ('j') | ios/web/web_state/js/crw_js_post_request_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698