| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 123         'net/clients/crw_passkit_network_client_factory.h', | 123         'net/clients/crw_passkit_network_client_factory.h', | 
| 124         'net/clients/crw_passkit_network_client_factory.mm', | 124         'net/clients/crw_passkit_network_client_factory.mm', | 
| 125         'net/clients/crw_redirect_network_client.h', | 125         'net/clients/crw_redirect_network_client.h', | 
| 126         'net/clients/crw_redirect_network_client.mm', | 126         'net/clients/crw_redirect_network_client.mm', | 
| 127         'net/clients/crw_redirect_network_client_factory.h', | 127         'net/clients/crw_redirect_network_client_factory.h', | 
| 128         'net/clients/crw_redirect_network_client_factory.mm', | 128         'net/clients/crw_redirect_network_client_factory.mm', | 
| 129         'net/cookie_notification_bridge.h', | 129         'net/cookie_notification_bridge.h', | 
| 130         'net/cookie_notification_bridge.mm', | 130         'net/cookie_notification_bridge.mm', | 
| 131         'net/crw_cert_policy_cache.h', | 131         'net/crw_cert_policy_cache.h', | 
| 132         'net/crw_cert_policy_cache.mm', | 132         'net/crw_cert_policy_cache.mm', | 
|  | 133         'net/crw_cert_verification_controller.h', | 
|  | 134         'net/crw_cert_verification_controller.mm', | 
| 133         'net/crw_request_tracker_delegate.h', | 135         'net/crw_request_tracker_delegate.h', | 
| 134         'net/crw_url_verifying_protocol_handler.h', | 136         'net/crw_url_verifying_protocol_handler.h', | 
| 135         'net/crw_url_verifying_protocol_handler.mm', | 137         'net/crw_url_verifying_protocol_handler.mm', | 
| 136         'net/request_group_util.h', | 138         'net/request_group_util.h', | 
| 137         'net/request_group_util.mm', | 139         'net/request_group_util.mm', | 
| 138         'net/request_tracker_data_memoizing_store.h', | 140         'net/request_tracker_data_memoizing_store.h', | 
| 139         'net/request_tracker_factory_impl.h', | 141         'net/request_tracker_factory_impl.h', | 
| 140         'net/request_tracker_factory_impl.mm', | 142         'net/request_tracker_factory_impl.mm', | 
| 141         'net/request_tracker_impl.h', | 143         'net/request_tracker_impl.h', | 
| 142         'net/request_tracker_impl.mm', | 144         'net/request_tracker_impl.mm', | 
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 552       'dependencies': [ | 554       'dependencies': [ | 
| 553         '../../base/base.gyp:base' | 555         '../../base/base.gyp:base' | 
| 554       ], | 556       ], | 
| 555       'sources': [ | 557       'sources': [ | 
| 556         'public/user_agent.h', | 558         'public/user_agent.h', | 
| 557         'public/user_agent.mm', | 559         'public/user_agent.mm', | 
| 558       ], | 560       ], | 
| 559     }, | 561     }, | 
| 560   ], | 562   ], | 
| 561 } | 563 } | 
| OLD | NEW | 
|---|