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

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

Issue 1360993002: Moved NavigationManagerImpl serialization out of CRWSessionController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'browsing_data_partition_impl.mm', 78 'browsing_data_partition_impl.mm',
79 'crw_browsing_data_store.mm', 79 'crw_browsing_data_store.mm',
80 'interstitials/html_web_interstitial_impl.h', 80 'interstitials/html_web_interstitial_impl.h',
81 'interstitials/html_web_interstitial_impl.mm', 81 'interstitials/html_web_interstitial_impl.mm',
82 'interstitials/native_web_interstitial_impl.h', 82 'interstitials/native_web_interstitial_impl.h',
83 'interstitials/native_web_interstitial_impl.mm', 83 'interstitials/native_web_interstitial_impl.mm',
84 'interstitials/web_interstitial_facade_delegate.h', 84 'interstitials/web_interstitial_facade_delegate.h',
85 'interstitials/web_interstitial_impl.h', 85 'interstitials/web_interstitial_impl.h',
86 'interstitials/web_interstitial_impl.mm', 86 'interstitials/web_interstitial_impl.mm',
87 'load_committed_details.cc', 87 'load_committed_details.cc',
88 'navigation/crw_serialized_navigation_manager.h',
89 'navigation/crw_serialized_navigation_manager.mm',
88 'navigation/crw_session_certificate_policy_manager.h', 90 'navigation/crw_session_certificate_policy_manager.h',
89 'navigation/crw_session_certificate_policy_manager.mm', 91 'navigation/crw_session_certificate_policy_manager.mm',
90 'navigation/crw_session_controller+private_constructors.h', 92 'navigation/crw_session_controller+private_constructors.h',
91 'navigation/crw_session_controller.h', 93 'navigation/crw_session_controller.h',
92 'navigation/crw_session_controller.mm', 94 'navigation/crw_session_controller.mm',
93 'navigation/crw_session_entry.h', 95 'navigation/crw_session_entry.h',
94 'navigation/crw_session_entry.mm', 96 'navigation/crw_session_entry.mm',
95 'navigation/navigation_item_facade_delegate.h', 97 'navigation/navigation_item_facade_delegate.h',
96 'navigation/navigation_item_impl.h', 98 'navigation/navigation_item_impl.h',
97 'navigation/navigation_item_impl.mm', 99 'navigation/navigation_item_impl.mm',
98 'navigation/navigation_manager_delegate.h', 100 'navigation/navigation_manager_delegate.h',
99 'navigation/navigation_manager_facade_delegate.h', 101 'navigation/navigation_manager_facade_delegate.h',
100 'navigation/navigation_manager_impl.h', 102 'navigation/navigation_manager_impl.h',
101 'navigation/navigation_manager_impl.mm', 103 'navigation/navigation_manager_impl.mm',
102 'navigation/nscoder_util.h', 104 'navigation/nscoder_util.h',
103 'navigation/nscoder_util.mm', 105 'navigation/nscoder_util.mm',
106 'navigation/serialized_navigation_manager_builder.h',
107 'navigation/serialized_navigation_manager_builder.mm',
104 'navigation/time_smoother.cc', 108 'navigation/time_smoother.cc',
105 'navigation/time_smoother.h', 109 'navigation/time_smoother.h',
106 'navigation/web_load_params.h', 110 'navigation/web_load_params.h',
107 'navigation/web_load_params.mm', 111 'navigation/web_load_params.mm',
108 'net/cert_policy.cc', 112 'net/cert_policy.cc',
109 'net/cert_store_impl.cc', 113 'net/cert_store_impl.cc',
110 'net/cert_store_impl.h', 114 'net/cert_store_impl.h',
111 'net/cert_verifier_block_adapter.cc', 115 'net/cert_verifier_block_adapter.cc',
112 'net/cert_verifier_block_adapter.h', 116 'net/cert_verifier_block_adapter.h',
113 'net/certificate_policy_cache.cc', 117 'net/certificate_policy_cache.cc',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'dependencies': [ 558 'dependencies': [
555 '../../base/base.gyp:base' 559 '../../base/base.gyp:base'
556 ], 560 ],
557 'sources': [ 561 'sources': [
558 'public/user_agent.h', 562 'public/user_agent.h',
559 'public/user_agent.mm', 563 'public/user_agent.mm',
560 ], 564 ],
561 }, 565 },
562 ], 566 ],
563 } 567 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698