OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'http/http_network_transaction.h', | 239 'http/http_network_transaction.h', |
240 'http/http_request_info.h', | 240 'http/http_request_info.h', |
241 'http/http_response_headers.cc', | 241 'http/http_response_headers.cc', |
242 'http/http_response_headers.h', | 242 'http/http_response_headers.h', |
243 'http/http_response_info.cc', | 243 'http/http_response_info.cc', |
244 'http/http_response_info.h', | 244 'http/http_response_info.h', |
245 'http/http_stream.h', | 245 'http/http_stream.h', |
246 'http/http_transaction.h', | 246 'http/http_transaction.h', |
247 'http/http_transaction_factory.h', | 247 'http/http_transaction_factory.h', |
248 'http/http_util.cc', | 248 'http/http_util.cc', |
| 249 'http/http_util_icu.cc', |
249 'http/http_util.h', | 250 'http/http_util.h', |
250 'http/http_vary_data.cc', | 251 'http/http_vary_data.cc', |
251 'http/http_vary_data.h', | 252 'http/http_vary_data.h', |
252 'http/http_version.h', | 253 'http/http_version.h', |
253 'http/md4.cc', | 254 'http/md4.cc', |
254 'http/md4.h', | 255 'http/md4.h', |
255 'http/partial_data.cc', | 256 'http/partial_data.cc', |
256 'http/partial_data.h', | 257 'http/partial_data.h', |
257 'ocsp/nss_ocsp.cc', | 258 'ocsp/nss_ocsp.cc', |
258 'ocsp/nss_ocsp.h', | 259 'ocsp/nss_ocsp.h', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 'tools/dump_cache/dump_cache.cc', | 734 'tools/dump_cache/dump_cache.cc', |
734 'tools/dump_cache/dump_files.cc', | 735 'tools/dump_cache/dump_files.cc', |
735 'tools/dump_cache/upgrade.cc', | 736 'tools/dump_cache/upgrade.cc', |
736 'tools/dump_cache/url_to_filename_encoder.h', | 737 'tools/dump_cache/url_to_filename_encoder.h', |
737 ], | 738 ], |
738 }, | 739 }, |
739 ], | 740 ], |
740 }], | 741 }], |
741 ], | 742 ], |
742 } | 743 } |
OLD | NEW |