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

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: Self review 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
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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'public/web_state/page_display_state.h', 178 'public/web_state/page_display_state.h',
179 'public/web_state/page_display_state.mm', 179 'public/web_state/page_display_state.mm',
180 'public/web_state/ui/crw_content_view.h', 180 'public/web_state/ui/crw_content_view.h',
181 'public/web_state/ui/crw_generic_content_view.h', 181 'public/web_state/ui/crw_generic_content_view.h',
182 'public/web_state/ui/crw_native_content.h', 182 'public/web_state/ui/crw_native_content.h',
183 'public/web_state/ui/crw_native_content_provider.h', 183 'public/web_state/ui/crw_native_content_provider.h',
184 'public/web_state/ui/crw_web_delegate.h', 184 'public/web_state/ui/crw_web_delegate.h',
185 'public/web_state/ui/crw_web_view_content_view.h', 185 'public/web_state/ui/crw_web_view_content_view.h',
186 'public/web_state/url_verification_constants.h', 186 'public/web_state/url_verification_constants.h',
187 'public/web_state/web_state.h', 187 'public/web_state/web_state.h',
188 'public/web_state/web_state_delegate.h',
189 'public/web_state/web_state_delegate_bridge.h',
188 'public/web_state/web_state_observer.h', 190 'public/web_state/web_state_observer.h',
189 'public/web_state/web_state_observer_bridge.h', 191 'public/web_state/web_state_observer_bridge.h',
190 'public/web_state/web_state_policy_decider.h', 192 'public/web_state/web_state_policy_decider.h',
191 'public/web_state/web_state_user_data.h', 193 'public/web_state/web_state_user_data.h',
192 'public/web_thread.h', 194 'public/web_thread.h',
193 'public/web_thread_delegate.h', 195 'public/web_thread_delegate.h',
194 'public/web_ui_ios_data_source.h', 196 'public/web_ui_ios_data_source.h',
195 'public/web_view_creation_util.h', 197 'public/web_view_creation_util.h',
196 'string_util.cc', 198 'string_util.cc',
197 'ui_web_view_util.h', 199 'ui_web_view_util.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'web_state/ui/crw_wk_web_view_web_controller.mm', 251 'web_state/ui/crw_wk_web_view_web_controller.mm',
250 'web_state/ui/web_view_js_utils.h', 252 'web_state/ui/web_view_js_utils.h',
251 'web_state/ui/web_view_js_utils.mm', 253 'web_state/ui/web_view_js_utils.mm',
252 'web_state/ui/wk_back_forward_list_item_holder.h', 254 'web_state/ui/wk_back_forward_list_item_holder.h',
253 'web_state/ui/wk_back_forward_list_item_holder.mm', 255 'web_state/ui/wk_back_forward_list_item_holder.mm',
254 'web_state/ui/wk_web_view_configuration_provider.h', 256 'web_state/ui/wk_web_view_configuration_provider.h',
255 'web_state/ui/wk_web_view_configuration_provider.mm', 257 'web_state/ui/wk_web_view_configuration_provider.mm',
256 'web_state/web_controller_observer_bridge.h', 258 'web_state/web_controller_observer_bridge.h',
257 'web_state/web_controller_observer_bridge.mm', 259 'web_state/web_controller_observer_bridge.mm',
258 'web_state/web_state.mm', 260 'web_state/web_state.mm',
261 'web_state/web_state_delegate.mm',
262 'web_state/web_state_delegate_bridge.mm',
259 'web_state/web_state_facade_delegate.h', 263 'web_state/web_state_facade_delegate.h',
260 'web_state/web_state_impl.h', 264 'web_state/web_state_impl.h',
261 'web_state/web_state_impl.mm', 265 'web_state/web_state_impl.mm',
262 'web_state/web_state_observer.mm', 266 'web_state/web_state_observer.mm',
263 'web_state/web_state_observer_bridge.mm', 267 'web_state/web_state_observer_bridge.mm',
264 'web_state/web_state_policy_decider.mm', 268 'web_state/web_state_policy_decider.mm',
265 'web_state/web_state_weak_ptr_factory.h', 269 'web_state/web_state_weak_ptr_factory.h',
266 'web_state/web_state_weak_ptr_factory.mm', 270 'web_state/web_state_weak_ptr_factory.mm',
267 'web_state/web_view_internal_creation_util.h', 271 'web_state/web_view_internal_creation_util.h',
268 'web_state/web_view_internal_creation_util.mm', 272 'web_state/web_view_internal_creation_util.mm',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'dependencies': [ 460 'dependencies': [
457 '../../base/base.gyp:base' 461 '../../base/base.gyp:base'
458 ], 462 ],
459 'sources': [ 463 'sources': [
460 'public/user_agent.h', 464 'public/user_agent.h',
461 'public/user_agent.mm', 465 'public/user_agent.mm',
462 ], 466 ],
463 }, 467 },
464 ], 468 ],
465 } 469 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698