Revert of Support Compat mode inside of the desktop tree. (patchset #12 id:220001...
[chromium-blink-merge.git] / ios / net / ios_net.gyp
blobb9ad092b190b7d875ae02737eac126e1a2555070
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.
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.h',
33         'cookies/cookie_store_ios.mm',
34         'cookies/cookie_store_ios_client.h',
35         'cookies/cookie_store_ios_client.mm',
36         'cookies/system_cookie_util.h',
37         'cookies/system_cookie_util.mm',
38         'crn_http_protocol_handler.h',
39         'crn_http_protocol_handler.mm',
40         'crn_http_protocol_handler_proxy.h',
41         'crn_http_protocol_handler_proxy_with_client_thread.h',
42         'crn_http_protocol_handler_proxy_with_client_thread.mm',
43         'crn_http_url_response.h',
44         'crn_http_url_response.mm',
45         'empty_nsurlcache.h',
46         'empty_nsurlcache.mm',
47         'http_protocol_logging.h',
48         'http_protocol_logging.mm',
49         'http_response_headers_util.h',
50         'http_response_headers_util.mm',
51         'nsurlrequest_util.h',
52         'nsurlrequest_util.mm',
53         'protocol_handler_util.h',
54         'protocol_handler_util.mm',
55         'request_tracker.h',
56         'request_tracker.mm',
57         'url_scheme_util.h',
58         'url_scheme_util.mm',
59       ],
60     },
61   ],