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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'net/cert_host_pair.cc', | 101 'net/cert_host_pair.cc', |
102 'net/cert_host_pair.h', | 102 'net/cert_host_pair.h', |
103 'net/cert_policy.cc', | 103 'net/cert_policy.cc', |
104 'net/cert_store_impl.cc', | 104 'net/cert_store_impl.cc', |
105 'net/cert_store_impl.h', | 105 'net/cert_store_impl.h', |
106 'net/cert_verifier_block_adapter.cc', | |
107 'net/cert_verifier_block_adapter.h', | 106 'net/cert_verifier_block_adapter.h', |
| 107 'net/cert_verifier_block_adapter.mm', |
108 'net/certificate_policy_cache.cc', | 108 'net/certificate_policy_cache.cc', |
109 'net/clients/crw_csp_network_client.h', | 109 'net/clients/crw_csp_network_client.h', |
110 'net/clients/crw_csp_network_client.mm', | 110 'net/clients/crw_csp_network_client.mm', |
111 'net/clients/crw_js_injection_network_client.h', | 111 'net/clients/crw_js_injection_network_client.h', |
112 'net/clients/crw_js_injection_network_client.mm', | 112 'net/clients/crw_js_injection_network_client.mm', |
113 'net/clients/crw_js_injection_network_client_factory.h', | 113 'net/clients/crw_js_injection_network_client_factory.h', |
114 'net/clients/crw_js_injection_network_client_factory.mm', | 114 'net/clients/crw_js_injection_network_client_factory.mm', |
115 'net/clients/crw_passkit_delegate.h', | 115 'net/clients/crw_passkit_delegate.h', |
116 'net/clients/crw_passkit_network_client.h', | 116 'net/clients/crw_passkit_network_client.h', |
117 'net/clients/crw_passkit_network_client.mm', | 117 'net/clients/crw_passkit_network_client.mm', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 'dependencies': [ | 479 'dependencies': [ |
480 '../../base/base.gyp:base' | 480 '../../base/base.gyp:base' |
481 ], | 481 ], |
482 'sources': [ | 482 'sources': [ |
483 'public/user_agent.h', | 483 'public/user_agent.h', |
484 'public/user_agent.mm', | 484 'public/user_agent.mm', |
485 ], | 485 ], |
486 }, | 486 }, |
487 ], | 487 ], |
488 } | 488 } |
OLD | NEW |