OLD | NEW |
(Empty) | |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'chromium_code': 1, |
| 8 }, |
| 9 'targets': [ |
| 10 { |
| 11 'target_name': 'ios_net', |
| 12 'type': 'static_library', |
| 13 'include_dirs': [ |
| 14 '../..', |
| 15 ], |
| 16 'dependencies': [ |
| 17 '../../base/base.gyp:base', |
| 18 '../../net/net.gyp:net', |
| 19 ], |
| 20 'sources': [ |
| 21 'clients/crn_forwarding_network_client.h', |
| 22 'clients/crn_forwarding_network_client.mm', |
| 23 'clients/crn_forwarding_network_client_factory.h', |
| 24 'clients/crn_forwarding_network_client_factory.mm', |
| 25 'clients/crn_network_client_protocol.h', |
| 26 'clients/crn_simple_network_client_factory.h', |
| 27 'clients/crn_simple_network_client_factory.mm', |
| 28 'cookies/cookie_cache.cc', |
| 29 'cookies/cookie_cache.h', |
| 30 'cookies/cookie_creation_time_manager.h', |
| 31 'cookies/cookie_creation_time_manager.mm', |
| 32 'cookies/cookie_store_ios_client.h', |
| 33 'cookies/cookie_store_ios_client.mm', |
| 34 'cookies/system_cookie_util.h', |
| 35 'cookies/system_cookie_util.mm', |
| 36 'crn_http_protocol_handler.h', |
| 37 'crn_http_protocol_handler.mm', |
| 38 'crn_http_protocol_handler_proxy.h', |
| 39 'crn_http_protocol_handler_proxy_with_client_thread.h', |
| 40 'crn_http_protocol_handler_proxy_with_client_thread.mm', |
| 41 'crn_http_url_response.h', |
| 42 'crn_http_url_response.mm', |
| 43 'http_protocol_logging.h', |
| 44 'http_protocol_logging.mm', |
| 45 'nsurlrequest_util.h', |
| 46 'nsurlrequest_util.mm', |
| 47 'protocol_handler_util.h', |
| 48 'protocol_handler_util.mm', |
| 49 'request_tracker.h', |
| 50 'request_tracker.mm', |
| 51 'url_scheme_util.h', |
| 52 'url_scheme_util.mm', |
| 53 ], |
| 54 }, |
| 55 ], |
| 56 } |
OLD | NEW |