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

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

Issue 1874903003: Reversed WebState <-> CRWWebController ownership. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with origin/master Created 4 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 | « ios/web/BUILD.gn ('k') | ios/web/public/web_controller_factory.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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'public/url_scheme_util.h', 155 'public/url_scheme_util.h',
156 'public/url_schemes.h', 156 'public/url_schemes.h',
157 'public/url_schemes.mm', 157 'public/url_schemes.mm',
158 'public/url_util.h', 158 'public/url_util.h',
159 'public/user_metrics.h', 159 'public/user_metrics.h',
160 'public/web/url_data_source_ios.h', 160 'public/web/url_data_source_ios.h',
161 'public/web_capabilities.cc', 161 'public/web_capabilities.cc',
162 'public/web_capabilities.h', 162 'public/web_capabilities.h',
163 'public/web_client.h', 163 'public/web_client.h',
164 'public/web_client.mm', 164 'public/web_client.mm',
165 'public/web_controller_factory.h',
166 'public/web_controller_factory.mm',
167 'public/web_kit_constants.h', 165 'public/web_kit_constants.h',
168 'public/web_state/credential.h', 166 'public/web_state/credential.h',
169 'public/web_state/crw_web_controller_observer.h', 167 'public/web_state/crw_web_controller_observer.h',
170 'public/web_state/crw_web_user_interface_delegate.h', 168 'public/web_state/crw_web_user_interface_delegate.h',
171 'public/web_state/crw_web_view_proxy.h', 169 'public/web_state/crw_web_view_proxy.h',
172 'public/web_state/crw_web_view_scroll_view_proxy.h', 170 'public/web_state/crw_web_view_scroll_view_proxy.h',
173 'public/web_state/global_web_state_observer.h', 171 'public/web_state/global_web_state_observer.h',
174 'public/web_state/js/credential_util.h', 172 'public/web_state/js/credential_util.h',
175 'public/web_state/js/crw_js_injection_evaluator.h', 173 'public/web_state/js/crw_js_injection_evaluator.h',
176 'public/web_state/js/crw_js_injection_manager.h', 174 'public/web_state/js/crw_js_injection_manager.h',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'dependencies': [ 452 'dependencies': [
455 '../../base/base.gyp:base' 453 '../../base/base.gyp:base'
456 ], 454 ],
457 'sources': [ 455 'sources': [
458 'public/user_agent.h', 456 'public/user_agent.h',
459 'public/user_agent.mm', 457 'public/user_agent.mm',
460 ], 458 ],
461 }, 459 },
462 ], 460 ],
463 } 461 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/web_controller_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698