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

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

Issue 1851003003: [ios] Added web// public API to let embedder observe loading progress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compilation 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/ios_web_unittests.gyp » ('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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'public/web_state/page_display_state.h', 173 'public/web_state/page_display_state.h',
174 'public/web_state/page_display_state.mm', 174 'public/web_state/page_display_state.mm',
175 'public/web_state/ui/crw_content_view.h', 175 'public/web_state/ui/crw_content_view.h',
176 'public/web_state/ui/crw_generic_content_view.h', 176 'public/web_state/ui/crw_generic_content_view.h',
177 'public/web_state/ui/crw_native_content.h', 177 'public/web_state/ui/crw_native_content.h',
178 'public/web_state/ui/crw_native_content_provider.h', 178 'public/web_state/ui/crw_native_content_provider.h',
179 'public/web_state/ui/crw_web_delegate.h', 179 'public/web_state/ui/crw_web_delegate.h',
180 'public/web_state/ui/crw_web_view_content_view.h', 180 'public/web_state/ui/crw_web_view_content_view.h',
181 'public/web_state/url_verification_constants.h', 181 'public/web_state/url_verification_constants.h',
182 'public/web_state/web_state.h', 182 'public/web_state/web_state.h',
183 'public/web_state/web_state_delegate.h',
184 'public/web_state/web_state_delegate_bridge.h',
183 'public/web_state/web_state_observer.h', 185 'public/web_state/web_state_observer.h',
184 'public/web_state/web_state_observer_bridge.h', 186 'public/web_state/web_state_observer_bridge.h',
185 'public/web_state/web_state_policy_decider.h', 187 'public/web_state/web_state_policy_decider.h',
186 'public/web_state/web_state_user_data.h', 188 'public/web_state/web_state_user_data.h',
187 'public/web_thread.h', 189 'public/web_thread.h',
188 'public/web_thread_delegate.h', 190 'public/web_thread_delegate.h',
189 'public/web_ui_ios_data_source.h', 191 'public/web_ui_ios_data_source.h',
190 'public/web_view_creation_util.h', 192 'public/web_view_creation_util.h',
191 'string_util.cc', 193 'string_util.cc',
192 'url_scheme_util.mm', 194 'url_scheme_util.mm',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'web_state/ui/crw_wk_web_view_web_controller.mm', 244 'web_state/ui/crw_wk_web_view_web_controller.mm',
243 'web_state/ui/web_view_js_utils.h', 245 'web_state/ui/web_view_js_utils.h',
244 'web_state/ui/web_view_js_utils.mm', 246 'web_state/ui/web_view_js_utils.mm',
245 'web_state/ui/wk_back_forward_list_item_holder.h', 247 'web_state/ui/wk_back_forward_list_item_holder.h',
246 'web_state/ui/wk_back_forward_list_item_holder.mm', 248 'web_state/ui/wk_back_forward_list_item_holder.mm',
247 'web_state/ui/wk_web_view_configuration_provider.h', 249 'web_state/ui/wk_web_view_configuration_provider.h',
248 'web_state/ui/wk_web_view_configuration_provider.mm', 250 'web_state/ui/wk_web_view_configuration_provider.mm',
249 'web_state/web_controller_observer_bridge.h', 251 'web_state/web_controller_observer_bridge.h',
250 'web_state/web_controller_observer_bridge.mm', 252 'web_state/web_controller_observer_bridge.mm',
251 'web_state/web_state.mm', 253 'web_state/web_state.mm',
254 'web_state/web_state_delegate.mm',
255 'web_state/web_state_delegate_bridge.mm',
252 'web_state/web_state_facade_delegate.h', 256 'web_state/web_state_facade_delegate.h',
253 'web_state/web_state_impl.h', 257 'web_state/web_state_impl.h',
254 'web_state/web_state_impl.mm', 258 'web_state/web_state_impl.mm',
255 'web_state/web_state_observer.mm', 259 'web_state/web_state_observer.mm',
256 'web_state/web_state_observer_bridge.mm', 260 'web_state/web_state_observer_bridge.mm',
257 'web_state/web_state_policy_decider.mm', 261 'web_state/web_state_policy_decider.mm',
258 'web_state/web_state_weak_ptr_factory.h', 262 'web_state/web_state_weak_ptr_factory.h',
259 'web_state/web_state_weak_ptr_factory.mm', 263 'web_state/web_state_weak_ptr_factory.mm',
260 'web_state/web_view_internal_creation_util.h', 264 'web_state/web_view_internal_creation_util.h',
261 'web_state/web_view_internal_creation_util.mm', 265 'web_state/web_view_internal_creation_util.mm',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'dependencies': [ 492 'dependencies': [
489 '../../base/base.gyp:base' 493 '../../base/base.gyp:base'
490 ], 494 ],
491 'sources': [ 495 'sources': [
492 'public/user_agent.h', 496 'public/user_agent.h',
493 'public/user_agent.mm', 497 'public/user_agent.mm',
494 ], 498 ],
495 }, 499 },
496 ], 500 ],
497 } 501 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698