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

Side by Side Diff: ios/web/ios_web.gyp

Issue 1066103002: Removed CRWJSEarlyScriptManager from web/ public interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/web/public/web_state/js/crw_js_early_script_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'public/web_client.h', 89 'public/web_client.h',
90 'public/web_client.mm', 90 'public/web_client.mm',
91 'public/web_state/crw_native_content.h', 91 'public/web_state/crw_native_content.h',
92 'public/web_state/crw_native_content_provider.h', 92 'public/web_state/crw_native_content_provider.h',
93 'public/web_state/crw_web_controller_observer.h', 93 'public/web_state/crw_web_controller_observer.h',
94 'public/web_state/crw_web_delegate.h', 94 'public/web_state/crw_web_delegate.h',
95 'public/web_state/crw_web_user_interface_delegate.h' 95 'public/web_state/crw_web_user_interface_delegate.h'
96 'public/web_state/crw_web_view_proxy.h' 96 'public/web_state/crw_web_view_proxy.h'
97 'public/web_state/crw_web_view_scroll_view_proxy.h' 97 'public/web_state/crw_web_view_scroll_view_proxy.h'
98 'public/web_state/js/crw_js_base_manager.h', 98 'public/web_state/js/crw_js_base_manager.h',
99 'public/web_state/js/crw_js_early_script_manager.h',
100 'public/web_state/js/crw_js_injection_evaluator.h', 99 'public/web_state/js/crw_js_injection_evaluator.h',
101 'public/web_state/js/crw_js_injection_manager.h', 100 'public/web_state/js/crw_js_injection_manager.h',
102 'public/web_state/js/crw_js_injection_receiver.h', 101 'public/web_state/js/crw_js_injection_receiver.h',
103 'public/web_state/js/crw_js_message_manager.h', 102 'public/web_state/js/crw_js_message_manager.h',
104 'public/web_state/page_scroll_state.h', 103 'public/web_state/page_scroll_state.h',
105 'public/web_state/page_scroll_state.mm', 104 'public/web_state/page_scroll_state.mm',
106 'public/web_state/url_verification_constants.h', 105 'public/web_state/url_verification_constants.h',
107 'public/web_state/web_state_observer.h', 106 'public/web_state/web_state_observer.h',
108 'public/web_state/web_state_observer_bridge.h', 107 'public/web_state/web_state_observer_bridge.h',
109 'public/web_thread.h', 108 'public/web_thread.h',
110 'public/web_view_type.h', 109 'public/web_view_type.h',
111 'string_util.cc', 110 'string_util.cc',
112 'ui_web_view_util.h', 111 'ui_web_view_util.h',
113 'ui_web_view_util.mm', 112 'ui_web_view_util.mm',
114 'url_scheme_util.mm', 113 'url_scheme_util.mm',
115 'url_util.cc', 114 'url_util.cc',
116 'user_metrics.cc', 115 'user_metrics.cc',
117 'weak_nsobject_counter.h', 116 'weak_nsobject_counter.h',
118 'weak_nsobject_counter.mm', 117 'weak_nsobject_counter.mm',
119 'web_state/blocked_popup_info.h', 118 'web_state/blocked_popup_info.h',
120 'web_state/blocked_popup_info.mm', 119 'web_state/blocked_popup_info.mm',
121 'web_state/crw_recurring_task_delegate.h', 120 'web_state/crw_recurring_task_delegate.h',
121 'web_state/js/crw_js_early_script_manager.h',
122 'web_state/js/crw_js_early_script_manager.mm', 122 'web_state/js/crw_js_early_script_manager.mm',
123 'web_state/js/crw_js_injection_manager.mm', 123 'web_state/js/crw_js_injection_manager.mm',
124 'web_state/js/crw_js_injection_receiver.mm', 124 'web_state/js/crw_js_injection_receiver.mm',
125 'web_state/js/page_script_util.h', 125 'web_state/js/page_script_util.h',
126 'web_state/js/page_script_util.mm', 126 'web_state/js/page_script_util.mm',
127 'web_state/ui/crw_context_menu_provider.h', 127 'web_state/ui/crw_context_menu_provider.h',
128 'web_state/ui/crw_context_menu_provider.mm', 128 'web_state/ui/crw_context_menu_provider.mm',
129 'web_state/ui/crw_debug_web_view.h', 129 'web_state/ui/crw_debug_web_view.h',
130 'web_state/ui/crw_debug_web_view.mm', 130 'web_state/ui/crw_debug_web_view.mm',
131 'web_state/ui/crw_simple_web_view_controller.h', 131 'web_state/ui/crw_simple_web_view_controller.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'dependencies': [ 298 'dependencies': [
299 '../../base/base.gyp:base' 299 '../../base/base.gyp:base'
300 ], 300 ],
301 'sources': [ 301 'sources': [
302 'public/user_agent.h', 302 'public/user_agent.h',
303 'public/user_agent.mm', 303 'public/user_agent.mm',
304 ], 304 ],
305 }, 305 },
306 ], 306 ],
307 } 307 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/web_state/js/crw_js_early_script_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698