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

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

Issue 1171203004: Correct iOS build for latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 5 years, 6 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/net/empty_nsurlcache.mm ('k') | ios/net/request_tracker.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 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 24 matching lines...) Expand all
35 'cookies/cookie_store_ios_client.mm', 35 'cookies/cookie_store_ios_client.mm',
36 'cookies/system_cookie_util.h', 36 'cookies/system_cookie_util.h',
37 'cookies/system_cookie_util.mm', 37 'cookies/system_cookie_util.mm',
38 'crn_http_protocol_handler.h', 38 'crn_http_protocol_handler.h',
39 'crn_http_protocol_handler.mm', 39 'crn_http_protocol_handler.mm',
40 'crn_http_protocol_handler_proxy.h', 40 'crn_http_protocol_handler_proxy.h',
41 'crn_http_protocol_handler_proxy_with_client_thread.h', 41 'crn_http_protocol_handler_proxy_with_client_thread.h',
42 'crn_http_protocol_handler_proxy_with_client_thread.mm', 42 'crn_http_protocol_handler_proxy_with_client_thread.mm',
43 'crn_http_url_response.h', 43 'crn_http_url_response.h',
44 'crn_http_url_response.mm', 44 'crn_http_url_response.mm',
45 'empty_nsurlcache.h',
46 'empty_nsurlcache.mm',
45 'http_protocol_logging.h', 47 'http_protocol_logging.h',
46 'http_protocol_logging.mm', 48 'http_protocol_logging.mm',
47 'http_response_headers_util.h', 49 'http_response_headers_util.h',
48 'http_response_headers_util.mm', 50 'http_response_headers_util.mm',
49 'nsurlrequest_util.h', 51 'nsurlrequest_util.h',
50 'nsurlrequest_util.mm', 52 'nsurlrequest_util.mm',
51 'protocol_handler_util.h', 53 'protocol_handler_util.h',
52 'protocol_handler_util.mm', 54 'protocol_handler_util.mm',
53 'request_tracker.h', 55 'request_tracker.h',
54 'request_tracker.mm', 56 'request_tracker.mm',
55 'url_scheme_util.h', 57 'url_scheme_util.h',
56 'url_scheme_util.mm', 58 'url_scheme_util.mm',
57 ], 59 ],
58 }, 60 },
59 ], 61 ],
60 } 62 }
OLDNEW
« no previous file with comments | « ios/net/empty_nsurlcache.mm ('k') | ios/net/request_tracker.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698