| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |