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

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

Issue 1247143002: Adding BrowsingDataPartitionClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: y Created 5 years, 5 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'net/request_tracker_factory_impl.mm', 137 'net/request_tracker_factory_impl.mm',
138 'net/request_tracker_impl.h', 138 'net/request_tracker_impl.h',
139 'net/request_tracker_impl.mm', 139 'net/request_tracker_impl.mm',
140 'net/web_http_protocol_handler_delegate.h', 140 'net/web_http_protocol_handler_delegate.h',
141 'net/web_http_protocol_handler_delegate.mm', 141 'net/web_http_protocol_handler_delegate.mm',
142 'public/active_state_manager.h', 142 'public/active_state_manager.h',
143 'public/block_types.h', 143 'public/block_types.h',
144 'public/browser_state.h', 144 'public/browser_state.h',
145 'public/browser_url_rewriter.h', 145 'public/browser_url_rewriter.h',
146 'public/browsing_data_partition.h', 146 'public/browsing_data_partition.h',
147 'public/browsing_data_partition_client.h',
148 'public/browsing_data_partition_client.cc',
147 'public/cert_policy.h', 149 'public/cert_policy.h',
148 'public/cert_store.h', 150 'public/cert_store.h',
149 'public/certificate_policy_cache.h', 151 'public/certificate_policy_cache.h',
150 'public/crw_browsing_data_store.h', 152 'public/crw_browsing_data_store.h',
151 'public/crw_browsing_data_store_delegate.h', 153 'public/crw_browsing_data_store_delegate.h',
152 'public/favicon_status.cc', 154 'public/favicon_status.cc',
153 'public/favicon_status.h', 155 'public/favicon_status.h',
154 'public/favicon_url.cc', 156 'public/favicon_url.cc',
155 'public/favicon_url.h', 157 'public/favicon_url.h',
156 'public/interstitials/web_interstitial.h', 158 'public/interstitials/web_interstitial.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'dependencies': [ 540 'dependencies': [
539 '../../base/base.gyp:base' 541 '../../base/base.gyp:base'
540 ], 542 ],
541 'sources': [ 543 'sources': [
542 'public/user_agent.h', 544 'public/user_agent.h',
543 'public/user_agent.mm', 545 'public/user_agent.mm',
544 ], 546 ],
545 }, 547 },
546 ], 548 ],
547 } 549 }
OLDNEW
« no previous file with comments | « ios/web/browsing_data_partition_impl.mm ('k') | ios/web/public/browsing_data_partition_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698