Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: ios/net/ios_net.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/ios.gyp ('k') | ios/net/ios_net_unittests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 # GN version: //ios/net
12 'target_name': 'ios_net',
13 'type': 'static_library',
14 'include_dirs': [
15 '../..',
16 ],
17 'dependencies': [
18 '../../base/base.gyp:base',
19 '../../net/net.gyp:net',
20 ],
21 'sources': [
22 'clients/crn_forwarding_network_client.h',
23 'clients/crn_forwarding_network_client.mm',
24 'clients/crn_forwarding_network_client_factory.h',
25 'clients/crn_forwarding_network_client_factory.mm',
26 'clients/crn_network_client_protocol.h',
27 'clients/crn_simple_network_client_factory.h',
28 'clients/crn_simple_network_client_factory.mm',
29 'cookies/cookie_cache.cc',
30 'cookies/cookie_cache.h',
31 'cookies/cookie_creation_time_manager.h',
32 'cookies/cookie_creation_time_manager.mm',
33 'cookies/cookie_store_ios.h',
34 'cookies/cookie_store_ios.mm',
35 'cookies/cookie_store_ios_client.h',
36 'cookies/cookie_store_ios_client.mm',
37 'cookies/system_cookie_util.h',
38 'cookies/system_cookie_util.mm',
39 'crn_http_protocol_handler.h',
40 'crn_http_protocol_handler.mm',
41 'crn_http_protocol_handler_proxy.h',
42 'crn_http_protocol_handler_proxy_with_client_thread.h',
43 'crn_http_protocol_handler_proxy_with_client_thread.mm',
44 'crn_http_url_response.h',
45 'crn_http_url_response.mm',
46 'empty_nsurlcache.h',
47 'empty_nsurlcache.mm',
48 'http_cache_helper.cc',
49 'http_cache_helper.h',
50 'http_protocol_logging.h',
51 'http_protocol_logging.mm',
52 'http_response_headers_util.h',
53 'http_response_headers_util.mm',
54 'nsurlrequest_util.h',
55 'nsurlrequest_util.mm',
56 'protocol_handler_util.h',
57 'protocol_handler_util.mm',
58 'request_tracker.h',
59 'request_tracker.mm',
60 'url_scheme_util.h',
61 'url_scheme_util.mm',
62 ],
63 },
64 ],
65 }
OLDNEW
« no previous file with comments | « ios/ios.gyp ('k') | ios/net/ios_net_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698