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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'http/http_response_info.cc', | 237 'http/http_response_info.cc', |
238 'http/http_response_info.h', | 238 'http/http_response_info.h', |
239 'http/http_transaction.h', | 239 'http/http_transaction.h', |
240 'http/http_transaction_factory.h', | 240 'http/http_transaction_factory.h', |
241 'http/http_util.cc', | 241 'http/http_util.cc', |
242 'http/http_util.h', | 242 'http/http_util.h', |
243 'http/http_vary_data.cc', | 243 'http/http_vary_data.cc', |
244 'http/http_vary_data.h', | 244 'http/http_vary_data.h', |
245 'http/md4.cc', | 245 'http/md4.cc', |
246 'http/md4.h', | 246 'http/md4.h', |
| 247 'http/partial_data.cc', |
| 248 'http/partial_data.h', |
247 'proxy/proxy_config.cc', | 249 'proxy/proxy_config.cc', |
248 'proxy/proxy_config.h', | 250 'proxy/proxy_config.h', |
249 'proxy/proxy_config_service.h', | 251 'proxy/proxy_config_service.h', |
250 'proxy/proxy_config_service_fixed.h', | 252 'proxy/proxy_config_service_fixed.h', |
251 'proxy/proxy_config_service_linux.cc', | 253 'proxy/proxy_config_service_linux.cc', |
252 'proxy/proxy_config_service_linux.h', | 254 'proxy/proxy_config_service_linux.h', |
253 'proxy/proxy_config_service_win.cc', | 255 'proxy/proxy_config_service_win.cc', |
254 'proxy/proxy_config_service_win.h', | 256 'proxy/proxy_config_service_win.h', |
255 'proxy/proxy_info.cc', | 257 'proxy/proxy_info.cc', |
256 'proxy/proxy_info.h', | 258 'proxy/proxy_info.h', |
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 'tools/fetch/http_server.cc', | 665 'tools/fetch/http_server.cc', |
664 'tools/fetch/http_server.h', | 666 'tools/fetch/http_server.h', |
665 'tools/fetch/http_session.cc', | 667 'tools/fetch/http_session.cc', |
666 'tools/fetch/http_session.h', | 668 'tools/fetch/http_session.h', |
667 ], | 669 ], |
668 }, | 670 }, |
669 ], | 671 ], |
670 }], | 672 }], |
671 ], | 673 ], |
672 } | 674 } |
OLD | NEW |