| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'http/http_auth_handler_ntlm.cc', | 328 'http/http_auth_handler_ntlm.cc', |
| 329 'http/http_auth_handler_ntlm.h', | 329 'http/http_auth_handler_ntlm.h', |
| 330 'http/http_auth_handler_ntlm_portable.cc', | 330 'http/http_auth_handler_ntlm_portable.cc', |
| 331 'http/http_auth_handler_ntlm_win.cc', | 331 'http/http_auth_handler_ntlm_win.cc', |
| 332 'http/http_basic_stream.cc', | 332 'http/http_basic_stream.cc', |
| 333 'http/http_basic_stream.h', | 333 'http/http_basic_stream.h', |
| 334 'http/http_byte_range.cc', | 334 'http/http_byte_range.cc', |
| 335 'http/http_byte_range.h', | 335 'http/http_byte_range.h', |
| 336 'http/http_cache.cc', | 336 'http/http_cache.cc', |
| 337 'http/http_cache.h', | 337 'http/http_cache.h', |
| 338 'http/http_cache_transaction.cc', |
| 339 'http/http_cache_transaction.h', |
| 338 'http/http_chunked_decoder.cc', | 340 'http/http_chunked_decoder.cc', |
| 339 'http/http_chunked_decoder.h', | 341 'http/http_chunked_decoder.h', |
| 340 'http/http_network_layer.cc', | 342 'http/http_network_layer.cc', |
| 341 'http/http_network_layer.h', | 343 'http/http_network_layer.h', |
| 342 'http/http_network_session.cc', | 344 'http/http_network_session.cc', |
| 343 'http/http_network_session.h', | 345 'http/http_network_session.h', |
| 344 'http/http_network_transaction.cc', | 346 'http/http_network_transaction.cc', |
| 345 'http/http_network_transaction.h', | 347 'http/http_network_transaction.h', |
| 346 'http/http_request_info.h', | 348 'http/http_request_info.h', |
| 347 'http/http_response_headers.cc', | 349 'http/http_response_headers.cc', |
| (...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 ], | 868 ], |
| 867 }], | 869 }], |
| 868 ], | 870 ], |
| 869 } | 871 } |
| 870 | 872 |
| 871 # Local Variables: | 873 # Local Variables: |
| 872 # tab-width:2 | 874 # tab-width:2 |
| 873 # indent-tabs-mode:nil | 875 # indent-tabs-mode:nil |
| 874 # End: | 876 # End: |
| 875 # vim: set expandtab tabstop=2 shiftwidth=2: | 877 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |