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

Unified Diff: ios/web/ios_web.gyp

Issue 790803002: Upstream JavaScript injection for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 0b7f92706553410d3dd6e8e4b9d21e94624457b0..3c387288205251ab2d505d10d732c4bad53a107a 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -37,11 +37,26 @@
'public/string_util.h',
'public/user_agent.h',
'public/user_agent.mm',
+ 'public/web_state/js/crw_js_base_manager.h',
+ 'public/web_state/js/crw_js_injection_evaluator.h',
+ 'public/web_state/js/crw_js_injection_manager.h',
+ 'public/web_state/js/crw_js_injection_receiver.h',
+ 'public/web_state/js/crw_js_message_manager.h',
'public/web_state/web_state_observer.h',
'public/web_thread.h',
'string_util.cc',
+ 'web_state/js/crw_js_base_manager.mm',
+ 'web_state/js/crw_js_common_manager.h',
+ 'web_state/js/crw_js_common_manager.mm',
+ 'web_state/js/crw_js_injection_manager.mm',
+ 'web_state/js/crw_js_injection_receiver.mm',
+ 'web_state/js/crw_js_message_dynamic_manager.h',
+ 'web_state/js/crw_js_message_dynamic_manager.mm',
+ 'web_state/js/crw_js_message_manager.mm',
'web_state/web_state_observer.cc',
'web_thread.cc',
+ 'web_view_util.h',
+ 'web_view_util.mm',
droger 2014/12/09 15:55:54 this file was in common/, but I think we should no
],
},
{
@@ -54,6 +69,8 @@
'../..',
],
'sources': [
+ 'public/test/crw_test_js_injection_receiver.h',
+ 'public/test/crw_test_js_injection_receiver.mm',
droger 2014/12/09 15:55:54 I'm following the pattern of test_browser_state he
stuartmorgan 2014/12/11 23:59:38 Honestly I'm not really clear on when content/ put
'public/test/test_browser_state.cc',
'public/test/test_browser_state.h',
],

Powered by Google App Engine
This is Rietveld 408576698