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

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

Issue 1361173005: Created SerializedUserDataManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serialized_navigation_manager
Patch Set: Eugene's comments Created 5 years, 3 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'navigation/navigation_item_impl.h', 98 'navigation/navigation_item_impl.h',
99 'navigation/navigation_item_impl.mm', 99 'navigation/navigation_item_impl.mm',
100 'navigation/navigation_manager_delegate.h', 100 'navigation/navigation_manager_delegate.h',
101 'navigation/navigation_manager_facade_delegate.h', 101 'navigation/navigation_manager_facade_delegate.h',
102 'navigation/navigation_manager_impl.h', 102 'navigation/navigation_manager_impl.h',
103 'navigation/navigation_manager_impl.mm', 103 'navigation/navigation_manager_impl.mm',
104 'navigation/nscoder_util.h', 104 'navigation/nscoder_util.h',
105 'navigation/nscoder_util.mm', 105 'navigation/nscoder_util.mm',
106 'navigation/serialized_navigation_manager_builder.h', 106 'navigation/serialized_navigation_manager_builder.h',
107 'navigation/serialized_navigation_manager_builder.mm', 107 'navigation/serialized_navigation_manager_builder.mm',
108 'navigation/serialized_user_data_manager_impl.h',
109 'navigation/serialized_user_data_manager_impl.mm',
108 'navigation/time_smoother.cc', 110 'navigation/time_smoother.cc',
109 'navigation/time_smoother.h', 111 'navigation/time_smoother.h',
110 'navigation/web_load_params.h', 112 'navigation/web_load_params.h',
111 'navigation/web_load_params.mm', 113 'navigation/web_load_params.mm',
112 'net/cert_policy.cc', 114 'net/cert_policy.cc',
113 'net/cert_store_impl.cc', 115 'net/cert_store_impl.cc',
114 'net/cert_store_impl.h', 116 'net/cert_store_impl.h',
115 'net/cert_verifier_block_adapter.cc', 117 'net/cert_verifier_block_adapter.cc',
116 'net/cert_verifier_block_adapter.h', 118 'net/cert_verifier_block_adapter.h',
117 'net/certificate_policy_cache.cc', 119 'net/certificate_policy_cache.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'public/favicon_url.h', 168 'public/favicon_url.h',
167 'public/interstitials/web_interstitial.h', 169 'public/interstitials/web_interstitial.h',
168 'public/interstitials/web_interstitial_delegate.h', 170 'public/interstitials/web_interstitial_delegate.h',
169 'public/load_committed_details.h', 171 'public/load_committed_details.h',
170 'public/navigation_item.h', 172 'public/navigation_item.h',
171 'public/navigation_manager.h', 173 'public/navigation_manager.h',
172 'public/referrer.h', 174 'public/referrer.h',
173 'public/referrer_util.cc', 175 'public/referrer_util.cc',
174 'public/referrer_util.h', 176 'public/referrer_util.h',
175 'public/security_style.h', 177 'public/security_style.h',
178 'public/serialized_user_data_manager.h',
176 'public/ssl_status.cc', 179 'public/ssl_status.cc',
177 'public/ssl_status.h', 180 'public/ssl_status.h',
178 'public/string_util.h', 181 'public/string_util.h',
179 'public/url_scheme_util.h', 182 'public/url_scheme_util.h',
180 'public/url_util.h', 183 'public/url_util.h',
181 'public/user_agent.h', 184 'public/user_agent.h',
182 'public/user_agent.mm', 185 'public/user_agent.mm',
183 'public/user_metrics.h', 186 'public/user_metrics.h',
184 'public/web/url_data_source_ios.h', 187 'public/web/url_data_source_ios.h',
185 'public/web_client.h', 188 'public/web_client.h',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'dependencies': [ 561 'dependencies': [
559 '../../base/base.gyp:base' 562 '../../base/base.gyp:base'
560 ], 563 ],
561 'sources': [ 564 'sources': [
562 'public/user_agent.h', 565 'public/user_agent.h',
563 'public/user_agent.mm', 566 'public/user_agent.mm',
564 ], 567 ],
565 }, 568 },
566 ], 569 ],
567 } 570 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698