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

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

Issue 1142383006: CrNet: add pauseable NSURLProtocol and switch to using it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
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 19 matching lines...) Expand all
30 'cookies/cookie_creation_time_manager.h', 30 'cookies/cookie_creation_time_manager.h',
31 'cookies/cookie_creation_time_manager.mm', 31 'cookies/cookie_creation_time_manager.mm',
32 'cookies/cookie_store_ios.h', 32 'cookies/cookie_store_ios.h',
33 'cookies/cookie_store_ios.mm', 33 'cookies/cookie_store_ios.mm',
34 'cookies/cookie_store_ios_client.h', 34 'cookies/cookie_store_ios_client.h',
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_pauseable_proxy.h',
41 'crn_http_protocol_handler_pauseable_proxy.mm',
40 'crn_http_protocol_handler_proxy.h', 42 'crn_http_protocol_handler_proxy.h',
41 'crn_http_protocol_handler_proxy_with_client_thread.h', 43 'crn_http_protocol_handler_proxy_with_client_thread.h',
42 'crn_http_protocol_handler_proxy_with_client_thread.mm', 44 'crn_http_protocol_handler_proxy_with_client_thread.mm',
43 'crn_http_url_response.h', 45 'crn_http_url_response.h',
44 'crn_http_url_response.mm', 46 'crn_http_url_response.mm',
45 'http_protocol_logging.h', 47 'http_protocol_logging.h',
46 'http_protocol_logging.mm', 48 'http_protocol_logging.mm',
47 'nsurlrequest_util.h', 49 'nsurlrequest_util.h',
48 'nsurlrequest_util.mm', 50 'nsurlrequest_util.mm',
49 'protocol_handler_util.h', 51 'protocol_handler_util.h',
50 'protocol_handler_util.mm', 52 'protocol_handler_util.mm',
51 'request_tracker.h', 53 'request_tracker.h',
52 'request_tracker.mm', 54 'request_tracker.mm',
53 'url_scheme_util.h', 55 'url_scheme_util.h',
54 'url_scheme_util.mm', 56 'url_scheme_util.mm',
55 ], 57 ],
56 }, 58 },
57 ], 59 ],
58 } 60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698