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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 'udp/udp_net_log_parameters.h', | 723 'udp/udp_net_log_parameters.h', |
724 'udp/udp_server_socket.cc', | 724 'udp/udp_server_socket.cc', |
725 'udp/udp_server_socket.h', | 725 'udp/udp_server_socket.h', |
726 'udp/udp_socket.h', | 726 'udp/udp_socket.h', |
727 'udp/udp_socket_libevent.cc', | 727 'udp/udp_socket_libevent.cc', |
728 'udp/udp_socket_libevent.h', | 728 'udp/udp_socket_libevent.h', |
729 'udp/udp_socket_win.cc', | 729 'udp/udp_socket_win.cc', |
730 'udp/udp_socket_win.h', | 730 'udp/udp_socket_win.h', |
731 'url_request/data_protocol_handler.cc', | 731 'url_request/data_protocol_handler.cc', |
732 'url_request/data_protocol_handler.h', | 732 'url_request/data_protocol_handler.h', |
| 733 'url_request/file_protocol_handler.cc', |
| 734 'url_request/file_protocol_handler.h', |
733 'url_request/fraudulent_certificate_reporter.h', | 735 'url_request/fraudulent_certificate_reporter.h', |
734 'url_request/ftp_protocol_handler.cc', | 736 'url_request/ftp_protocol_handler.cc', |
735 'url_request/ftp_protocol_handler.h', | 737 'url_request/ftp_protocol_handler.h', |
736 'url_request/url_fetcher.cc', | 738 'url_request/url_fetcher.cc', |
737 'url_request/url_fetcher.h', | 739 'url_request/url_fetcher.h', |
738 'url_request/url_fetcher_core.cc', | 740 'url_request/url_fetcher_core.cc', |
739 'url_request/url_fetcher_core.h', | 741 'url_request/url_fetcher_core.h', |
740 'url_request/url_fetcher_delegate.cc', | 742 'url_request/url_fetcher_delegate.cc', |
741 'url_request/url_fetcher_delegate.h', | 743 'url_request/url_fetcher_delegate.h', |
742 'url_request/url_fetcher_factory.h', | 744 'url_request/url_fetcher_factory.h', |
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2089 '--result', '<@(_outputs)', | 2091 '--result', '<@(_outputs)', |
2090 '--isolate', 'net_unittests.isolate', | 2092 '--isolate', 'net_unittests.isolate', |
2091 ], | 2093 ], |
2092 }, | 2094 }, |
2093 ], | 2095 ], |
2094 }, | 2096 }, |
2095 ], | 2097 ], |
2096 }], | 2098 }], |
2097 ], | 2099 ], |
2098 } | 2100 } |
OLD | NEW |