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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 'http/http_stream_factory.h', | 506 'http/http_stream_factory.h', |
507 'http/http_stream_factory_impl.cc', | 507 'http/http_stream_factory_impl.cc', |
508 'http/http_stream_factory_impl.h', | 508 'http/http_stream_factory_impl.h', |
509 'http/http_stream_factory_impl_job.cc', | 509 'http/http_stream_factory_impl_job.cc', |
510 'http/http_stream_factory_impl_job.h', | 510 'http/http_stream_factory_impl_job.h', |
511 'http/http_stream_factory_impl_request.cc', | 511 'http/http_stream_factory_impl_request.cc', |
512 'http/http_stream_factory_impl_request.h', | 512 'http/http_stream_factory_impl_request.h', |
513 'http/http_stream_parser.cc', | 513 'http/http_stream_parser.cc', |
514 'http/http_stream_parser.h', | 514 'http/http_stream_parser.h', |
515 'http/http_transaction.h', | 515 'http/http_transaction.h', |
| 516 'http/http_transaction_delegate.h', |
516 'http/http_transaction_factory.h', | 517 'http/http_transaction_factory.h', |
517 'http/http_util.cc', | 518 'http/http_util.cc', |
518 'http/http_util.h', | 519 'http/http_util.h', |
519 'http/http_util_icu.cc', | 520 'http/http_util_icu.cc', |
520 'http/http_vary_data.cc', | 521 'http/http_vary_data.cc', |
521 'http/http_vary_data.h', | 522 'http/http_vary_data.h', |
522 'http/http_version.h', | 523 'http/http_version.h', |
523 'http/md4.cc', | 524 'http/md4.cc', |
524 'http/md4.h', | 525 'http/md4.h', |
525 'http/partial_data.cc', | 526 'http/partial_data.cc', |
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1947 'tools/dump_cache/url_to_filename_encoder.cc', | 1948 'tools/dump_cache/url_to_filename_encoder.cc', |
1948 'tools/dump_cache/url_to_filename_encoder.h', | 1949 'tools/dump_cache/url_to_filename_encoder.h', |
1949 'tools/dump_cache/url_utilities.h', | 1950 'tools/dump_cache/url_utilities.h', |
1950 'tools/dump_cache/url_utilities.cc', | 1951 'tools/dump_cache/url_utilities.cc', |
1951 ], | 1952 ], |
1952 }, | 1953 }, |
1953 ], | 1954 ], |
1954 }], | 1955 }], |
1955 ], | 1956 ], |
1956 } | 1957 } |
OLD | NEW |