| 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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 'udp/udp_client_socket.h', | 715 'udp/udp_client_socket.h', |
| 716 'udp/udp_net_log_parameters.cc', | 716 'udp/udp_net_log_parameters.cc', |
| 717 'udp/udp_net_log_parameters.h', | 717 'udp/udp_net_log_parameters.h', |
| 718 'udp/udp_server_socket.cc', | 718 'udp/udp_server_socket.cc', |
| 719 'udp/udp_server_socket.h', | 719 'udp/udp_server_socket.h', |
| 720 'udp/udp_socket.h', | 720 'udp/udp_socket.h', |
| 721 'udp/udp_socket_libevent.cc', | 721 'udp/udp_socket_libevent.cc', |
| 722 'udp/udp_socket_libevent.h', | 722 'udp/udp_socket_libevent.h', |
| 723 'udp/udp_socket_win.cc', | 723 'udp/udp_socket_win.cc', |
| 724 'udp/udp_socket_win.h', | 724 'udp/udp_socket_win.h', |
| 725 'url_request/data_protocol_handler.cc', |
| 726 'url_request/data_protocol_handler.h', |
| 725 'url_request/fraudulent_certificate_reporter.h', | 727 'url_request/fraudulent_certificate_reporter.h', |
| 726 'url_request/ftp_protocol_handler.cc', | 728 'url_request/ftp_protocol_handler.cc', |
| 727 'url_request/ftp_protocol_handler.h', | 729 'url_request/ftp_protocol_handler.h', |
| 728 'url_request/url_fetcher.cc', | 730 'url_request/url_fetcher.cc', |
| 729 'url_request/url_fetcher.h', | 731 'url_request/url_fetcher.h', |
| 730 'url_request/url_fetcher_core.cc', | 732 'url_request/url_fetcher_core.cc', |
| 731 'url_request/url_fetcher_core.h', | 733 'url_request/url_fetcher_core.h', |
| 732 'url_request/url_fetcher_delegate.cc', | 734 'url_request/url_fetcher_delegate.cc', |
| 733 'url_request/url_fetcher_delegate.h', | 735 'url_request/url_fetcher_delegate.h', |
| 734 'url_request/url_fetcher_factory.h', | 736 'url_request/url_fetcher_factory.h', |
| (...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1973 '--result', '<@(_outputs)', | 1975 '--result', '<@(_outputs)', |
| 1974 '--isolate', 'net_unittests.isolate', | 1976 '--isolate', 'net_unittests.isolate', |
| 1975 ], | 1977 ], |
| 1976 }, | 1978 }, |
| 1977 ], | 1979 ], |
| 1978 }, | 1980 }, |
| 1979 ], | 1981 ], |
| 1980 }], | 1982 }], |
| 1981 ], | 1983 ], |
| 1982 } | 1984 } |
| OLD | NEW |