| 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'http/http_auth_cache.cc', | 208 'http/http_auth_cache.cc', |
| 209 'http/http_auth_cache.h', | 209 'http/http_auth_cache.h', |
| 210 'http/http_auth_handler.h', | 210 'http/http_auth_handler.h', |
| 211 'http/http_auth_handler.cc', | 211 'http/http_auth_handler.cc', |
| 212 'http/http_auth_handler_basic.cc', | 212 'http/http_auth_handler_basic.cc', |
| 213 'http/http_auth_handler_basic.h', | 213 'http/http_auth_handler_basic.h', |
| 214 'http/http_auth_handler_digest.cc', | 214 'http/http_auth_handler_digest.cc', |
| 215 'http/http_auth_handler_digest.h', | 215 'http/http_auth_handler_digest.h', |
| 216 'http/http_auth_handler_ntlm.cc', | 216 'http/http_auth_handler_ntlm.cc', |
| 217 'http/http_auth_handler_ntlm.h', | 217 'http/http_auth_handler_ntlm.h', |
| 218 'http/http_auth_handler_ntlm_win.cc', |
| 219 'http/http_auth_handler_ntlm_posix.cc', |
| 218 'http/http_basic_stream.h', | 220 'http/http_basic_stream.h', |
| 219 'http/http_byte_range.cc', | 221 'http/http_byte_range.cc', |
| 220 'http/http_byte_range.h', | 222 'http/http_byte_range.h', |
| 221 'http/http_cache.cc', | 223 'http/http_cache.cc', |
| 222 'http/http_cache.h', | 224 'http/http_cache.h', |
| 223 'http/http_chunked_decoder.cc', | 225 'http/http_chunked_decoder.cc', |
| 224 'http/http_chunked_decoder.h', | 226 'http/http_chunked_decoder.h', |
| 225 'http/http_network_layer.cc', | 227 'http/http_network_layer.cc', |
| 226 'http/http_network_layer.h', | 228 'http/http_network_layer.h', |
| 227 'http/http_network_session.cc', | 229 'http/http_network_session.cc', |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 'sources': [ | 724 'sources': [ |
| 723 'tools/dump_cache/dump_cache.cc', | 725 'tools/dump_cache/dump_cache.cc', |
| 724 'tools/dump_cache/dump_files.cc', | 726 'tools/dump_cache/dump_files.cc', |
| 725 'tools/dump_cache/upgrade.cc', | 727 'tools/dump_cache/upgrade.cc', |
| 726 ], | 728 ], |
| 727 }, | 729 }, |
| 728 ], | 730 ], |
| 729 }], | 731 }], |
| 730 ], | 732 ], |
| 731 } | 733 } |
| OLD | NEW |