OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 'http/http_stream_factory.h', | 510 'http/http_stream_factory.h', |
511 'http/http_stream_factory_impl.cc', | 511 'http/http_stream_factory_impl.cc', |
512 'http/http_stream_factory_impl.h', | 512 'http/http_stream_factory_impl.h', |
513 'http/http_stream_factory_impl_job.cc', | 513 'http/http_stream_factory_impl_job.cc', |
514 'http/http_stream_factory_impl_job.h', | 514 'http/http_stream_factory_impl_job.h', |
515 'http/http_stream_factory_impl_request.cc', | 515 'http/http_stream_factory_impl_request.cc', |
516 'http/http_stream_factory_impl_request.h', | 516 'http/http_stream_factory_impl_request.h', |
517 'http/http_stream_parser.cc', | 517 'http/http_stream_parser.cc', |
518 'http/http_stream_parser.h', | 518 'http/http_stream_parser.h', |
519 'http/http_transaction.h', | 519 'http/http_transaction.h', |
| 520 'http/http_transaction_delegate.h', |
520 'http/http_transaction_factory.h', | 521 'http/http_transaction_factory.h', |
521 'http/http_util.cc', | 522 'http/http_util.cc', |
522 'http/http_util.h', | 523 'http/http_util.h', |
523 'http/http_util_icu.cc', | 524 'http/http_util_icu.cc', |
524 'http/http_vary_data.cc', | 525 'http/http_vary_data.cc', |
525 'http/http_vary_data.h', | 526 'http/http_vary_data.h', |
526 'http/http_version.h', | 527 'http/http_version.h', |
527 'http/md4.cc', | 528 'http/md4.cc', |
528 'http/md4.h', | 529 'http/md4.h', |
529 'http/partial_data.cc', | 530 'http/partial_data.cc', |
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1976 'tools/dump_cache/url_to_filename_encoder.cc', | 1977 'tools/dump_cache/url_to_filename_encoder.cc', |
1977 'tools/dump_cache/url_to_filename_encoder.h', | 1978 'tools/dump_cache/url_to_filename_encoder.h', |
1978 'tools/dump_cache/url_utilities.h', | 1979 'tools/dump_cache/url_utilities.h', |
1979 'tools/dump_cache/url_utilities.cc', | 1980 'tools/dump_cache/url_utilities.cc', |
1980 ], | 1981 ], |
1981 }, | 1982 }, |
1982 ], | 1983 ], |
1983 }], | 1984 }], |
1984 ], | 1985 ], |
1985 } | 1986 } |
OLD | NEW |