| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'http/http_auth_handler.h', | 233 'http/http_auth_handler.h', |
| 234 'http/http_auth_handler.cc', | 234 'http/http_auth_handler.cc', |
| 235 'http/http_auth_handler_basic.cc', | 235 'http/http_auth_handler_basic.cc', |
| 236 'http/http_auth_handler_basic.h', | 236 'http/http_auth_handler_basic.h', |
| 237 'http/http_auth_handler_digest.cc', | 237 'http/http_auth_handler_digest.cc', |
| 238 'http/http_auth_handler_digest.h', | 238 'http/http_auth_handler_digest.h', |
| 239 'http/http_auth_handler_ntlm.cc', | 239 'http/http_auth_handler_ntlm.cc', |
| 240 'http/http_auth_handler_ntlm.h', | 240 'http/http_auth_handler_ntlm.h', |
| 241 'http/http_auth_handler_ntlm_portable.cc', | 241 'http/http_auth_handler_ntlm_portable.cc', |
| 242 'http/http_auth_handler_ntlm_win.cc', | 242 'http/http_auth_handler_ntlm_win.cc', |
| 243 'http/http_basic_stream.cc', |
| 243 'http/http_basic_stream.h', | 244 'http/http_basic_stream.h', |
| 244 'http/http_byte_range.cc', | 245 'http/http_byte_range.cc', |
| 245 'http/http_byte_range.h', | 246 'http/http_byte_range.h', |
| 246 'http/http_cache.cc', | 247 'http/http_cache.cc', |
| 247 'http/http_cache.h', | 248 'http/http_cache.h', |
| 248 'http/http_chunked_decoder.cc', | 249 'http/http_chunked_decoder.cc', |
| 249 'http/http_chunked_decoder.h', | 250 'http/http_chunked_decoder.h', |
| 250 'http/http_network_layer.cc', | 251 'http/http_network_layer.cc', |
| 251 'http/http_network_layer.h', | 252 'http/http_network_layer.h', |
| 252 'http/http_network_session.cc', | 253 'http/http_network_session.cc', |
| 253 'http/http_network_session.h', | 254 'http/http_network_session.h', |
| 254 'http/http_network_transaction.cc', | 255 'http/http_network_transaction.cc', |
| 255 'http/http_network_transaction.h', | 256 'http/http_network_transaction.h', |
| 256 'http/http_request_info.h', | 257 'http/http_request_info.h', |
| 257 'http/http_response_headers.cc', | 258 'http/http_response_headers.cc', |
| 258 'http/http_response_headers.h', | 259 'http/http_response_headers.h', |
| 259 'http/http_response_info.cc', | 260 'http/http_response_info.cc', |
| 260 'http/http_response_info.h', | 261 'http/http_response_info.h', |
| 261 'http/http_stream.h', | 262 'http/http_stream.h', |
| 263 'http/http_stream_parser.cc', |
| 264 'http/http_stream_parser.h', |
| 262 'http/http_transaction.h', | 265 'http/http_transaction.h', |
| 263 'http/http_transaction_factory.h', | 266 'http/http_transaction_factory.h', |
| 264 'http/http_util.cc', | 267 'http/http_util.cc', |
| 265 'http/http_util_icu.cc', | 268 'http/http_util_icu.cc', |
| 266 'http/http_util.h', | 269 'http/http_util.h', |
| 267 'http/http_vary_data.cc', | 270 'http/http_vary_data.cc', |
| 268 'http/http_vary_data.h', | 271 'http/http_vary_data.h', |
| 269 'http/http_version.h', | 272 'http/http_version.h', |
| 270 'http/md4.cc', | 273 'http/md4.cc', |
| 271 'http/md4.h', | 274 'http/md4.h', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 ], | 768 ], |
| 766 }], | 769 }], |
| 767 ], | 770 ], |
| 768 } | 771 } |
| 769 | 772 |
| 770 # Local Variables: | 773 # Local Variables: |
| 771 # tab-width:2 | 774 # tab-width:2 |
| 772 # indent-tabs-mode:nil | 775 # indent-tabs-mode:nil |
| 773 # End: | 776 # End: |
| 774 # vim: set expandtab tabstop=2 shiftwidth=2: | 777 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |