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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'udp/udp_socket.h', | 719 'udp/udp_socket.h', |
720 'udp/udp_socket_libevent.cc', | 720 'udp/udp_socket_libevent.cc', |
721 'udp/udp_socket_libevent.h', | 721 'udp/udp_socket_libevent.h', |
722 'udp/udp_socket_win.cc', | 722 'udp/udp_socket_win.cc', |
723 'udp/udp_socket_win.h', | 723 'udp/udp_socket_win.h', |
724 'url_request/data_protocol_handler.cc', | 724 'url_request/data_protocol_handler.cc', |
725 'url_request/data_protocol_handler.h', | 725 'url_request/data_protocol_handler.h', |
726 'url_request/fraudulent_certificate_reporter.h', | 726 'url_request/fraudulent_certificate_reporter.h', |
727 'url_request/ftp_protocol_handler.cc', | 727 'url_request/ftp_protocol_handler.cc', |
728 'url_request/ftp_protocol_handler.h', | 728 'url_request/ftp_protocol_handler.h', |
| 729 'url_request/http_protocol_handler.cc', |
| 730 'url_request/http_protocol_handler.h', |
729 'url_request/url_fetcher.cc', | 731 'url_request/url_fetcher.cc', |
730 'url_request/url_fetcher.h', | 732 'url_request/url_fetcher.h', |
731 'url_request/url_fetcher_core.cc', | 733 'url_request/url_fetcher_core.cc', |
732 'url_request/url_fetcher_core.h', | 734 'url_request/url_fetcher_core.h', |
733 'url_request/url_fetcher_delegate.cc', | 735 'url_request/url_fetcher_delegate.cc', |
734 'url_request/url_fetcher_delegate.h', | 736 'url_request/url_fetcher_delegate.h', |
735 'url_request/url_fetcher_factory.h', | 737 'url_request/url_fetcher_factory.h', |
736 'url_request/url_fetcher_impl.cc', | 738 'url_request/url_fetcher_impl.cc', |
737 'url_request/url_fetcher_impl.h', | 739 'url_request/url_fetcher_impl.h', |
738 'url_request/url_request.cc', | 740 'url_request/url_request.cc', |
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2072 '--result', '<@(_outputs)', | 2074 '--result', '<@(_outputs)', |
2073 '--isolate', 'net_unittests.isolate', | 2075 '--isolate', 'net_unittests.isolate', |
2074 ], | 2076 ], |
2075 }, | 2077 }, |
2076 ], | 2078 ], |
2077 }, | 2079 }, |
2078 ], | 2080 ], |
2079 }], | 2081 }], |
2080 ], | 2082 ], |
2081 } | 2083 } |
OLD | NEW |