| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |