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

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

Issue 1836793002: [ios] Moved WebLoadParams inside NavigationManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'navigation/navigation_item_impl.mm', 92 'navigation/navigation_item_impl.mm',
93 'navigation/navigation_manager_delegate.h', 93 'navigation/navigation_manager_delegate.h',
94 'navigation/navigation_manager_facade_delegate.h', 94 'navigation/navigation_manager_facade_delegate.h',
95 'navigation/navigation_manager_impl.h', 95 'navigation/navigation_manager_impl.h',
96 'navigation/navigation_manager_impl.mm', 96 'navigation/navigation_manager_impl.mm',
97 'navigation/nscoder_util.h', 97 'navigation/nscoder_util.h',
98 'navigation/nscoder_util.mm', 98 'navigation/nscoder_util.mm',
99 'navigation/time_smoother.cc', 99 'navigation/time_smoother.cc',
100 'navigation/time_smoother.h', 100 'navigation/time_smoother.h',
101 'navigation/web_load_params.h', 101 'navigation/web_load_params.h',
102 'navigation/web_load_params.mm',
103 'net/cert_host_pair.cc', 102 'net/cert_host_pair.cc',
104 'net/cert_host_pair.h', 103 'net/cert_host_pair.h',
105 'net/cert_policy.cc', 104 'net/cert_policy.cc',
106 'net/cert_store_impl.cc', 105 'net/cert_store_impl.cc',
107 'net/cert_store_impl.h', 106 'net/cert_store_impl.h',
108 'net/cert_verifier_block_adapter.cc', 107 'net/cert_verifier_block_adapter.cc',
109 'net/cert_verifier_block_adapter.h', 108 'net/cert_verifier_block_adapter.h',
110 'net/certificate_policy_cache.cc', 109 'net/certificate_policy_cache.cc',
111 'net/clients/crw_csp_network_client.h', 110 'net/clients/crw_csp_network_client.h',
112 'net/clients/crw_csp_network_client.mm', 111 'net/clients/crw_csp_network_client.mm',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'dependencies': [ 481 'dependencies': [
483 '../../base/base.gyp:base' 482 '../../base/base.gyp:base'
484 ], 483 ],
485 'sources': [ 484 'sources': [
486 'public/user_agent.h', 485 'public/user_agent.h',
487 'public/user_agent.mm', 486 'public/user_agent.mm',
488 ], 487 ],
489 }, 488 },
490 ], 489 ],
491 } 490 }
OLDNEW
« no previous file with comments | « ios/web/interstitials/web_interstitial_impl.mm ('k') | ios/web/navigation/navigation_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698