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

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

Issue 1844463002: [ios] Removed deprecated web_load_params.h header. (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
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/navigation/web_load_params.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'navigation/navigation_item_impl.h', 91 'navigation/navigation_item_impl.h',
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',
102 'net/cert_host_pair.cc', 101 'net/cert_host_pair.cc',
103 'net/cert_host_pair.h', 102 'net/cert_host_pair.h',
104 'net/cert_policy.cc', 103 'net/cert_policy.cc',
105 'net/cert_store_impl.cc', 104 'net/cert_store_impl.cc',
106 'net/cert_store_impl.h', 105 'net/cert_store_impl.h',
107 'net/cert_verifier_block_adapter.cc', 106 'net/cert_verifier_block_adapter.cc',
108 'net/cert_verifier_block_adapter.h', 107 'net/cert_verifier_block_adapter.h',
109 'net/certificate_policy_cache.cc', 108 'net/certificate_policy_cache.cc',
110 'net/clients/crw_csp_network_client.h', 109 'net/clients/crw_csp_network_client.h',
111 'net/clients/crw_csp_network_client.mm', 110 'net/clients/crw_csp_network_client.mm',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'dependencies': [ 480 'dependencies': [
482 '../../base/base.gyp:base' 481 '../../base/base.gyp:base'
483 ], 482 ],
484 'sources': [ 483 'sources': [
485 'public/user_agent.h', 484 'public/user_agent.h',
486 'public/user_agent.mm', 485 'public/user_agent.mm',
487 ], 486 ],
488 }, 487 },
489 ], 488 ],
490 } 489 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/navigation/web_load_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698