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

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

Issue 1069073002: Removed crw_js_message_manager.h as unused. (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_message_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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 99 'public/web_state/js/crw_js_early_script_manager.h',
100 'public/web_state/js/crw_js_injection_evaluator.h', 100 'public/web_state/js/crw_js_injection_evaluator.h',
101 'public/web_state/js/crw_js_injection_manager.h', 101 'public/web_state/js/crw_js_injection_manager.h',
102 'public/web_state/js/crw_js_injection_receiver.h', 102 'public/web_state/js/crw_js_injection_receiver.h',
103 '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',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'dependencies': [ 297 'dependencies': [
299 '../../base/base.gyp:base' 298 '../../base/base.gyp:base'
300 ], 299 ],
301 'sources': [ 300 'sources': [
302 'public/user_agent.h', 301 'public/user_agent.h',
303 'public/user_agent.mm', 302 'public/user_agent.mm',
304 ], 303 ],
305 }, 304 },
306 ], 305 ],
307 } 306 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/web_state/js/crw_js_message_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698