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

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

Issue 2116673002: [ios] Moved WebUI provider code to ios/web. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 4 years, 5 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/webui/OWNERS » ('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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'public/web_state/web_state_delegate.h', 190 'public/web_state/web_state_delegate.h',
191 'public/web_state/web_state_delegate_bridge.h', 191 'public/web_state/web_state_delegate_bridge.h',
192 'public/web_state/web_state_observer.h', 192 'public/web_state/web_state_observer.h',
193 'public/web_state/web_state_observer_bridge.h', 193 'public/web_state/web_state_observer_bridge.h',
194 'public/web_state/web_state_policy_decider.h', 194 'public/web_state/web_state_policy_decider.h',
195 'public/web_state/web_state_user_data.h', 195 'public/web_state/web_state_user_data.h',
196 'public/web_thread.h', 196 'public/web_thread.h',
197 'public/web_thread_delegate.h', 197 'public/web_thread_delegate.h',
198 'public/web_ui_ios_data_source.h', 198 'public/web_ui_ios_data_source.h',
199 'public/web_view_creation_util.h', 199 'public/web_view_creation_util.h',
200 'public/webui/web_ui_ios.h',
201 'public/webui/web_ui_ios_controller.cc',
202 'public/webui/web_ui_ios_controller.h',
203 'public/webui/web_ui_ios_controller_factory.h',
204 'public/webui/web_ui_ios_message_handler.cc',
205 'public/webui/web_ui_ios_message_handler.h',
200 'string_util.cc', 206 'string_util.cc',
201 'url_scheme_util.mm', 207 'url_scheme_util.mm',
202 'url_util.cc', 208 'url_util.cc',
203 'web_kit_constants.cc', 209 'web_kit_constants.cc',
204 'web_state/blocked_popup_info.h', 210 'web_state/blocked_popup_info.h',
205 'web_state/blocked_popup_info.mm', 211 'web_state/blocked_popup_info.mm',
206 'web_state/context_menu_params.mm', 212 'web_state/context_menu_params.mm',
207 'web_state/credential.cc', 213 'web_state/credential.cc',
208 'web_state/crw_pass_kit_downloader.h', 214 'web_state/crw_pass_kit_downloader.h',
209 'web_state/crw_pass_kit_downloader.mm', 215 'web_state/crw_pass_kit_downloader.mm',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'dependencies': [ 569 'dependencies': [
564 '../../base/base.gyp:base' 570 '../../base/base.gyp:base'
565 ], 571 ],
566 'sources': [ 572 'sources': [
567 'public/user_agent.h', 573 'public/user_agent.h',
568 'public/user_agent.mm', 574 'public/user_agent.mm',
569 ], 575 ],
570 }, 576 },
571 ], 577 ],
572 } 578 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/webui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698