| 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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 'udp/udp_socket_libevent.h', | 810 'udp/udp_socket_libevent.h', |
| 811 'udp/udp_socket_win.cc', | 811 'udp/udp_socket_win.cc', |
| 812 'udp/udp_socket_win.h', | 812 'udp/udp_socket_win.h', |
| 813 'url_request/data_protocol_handler.cc', | 813 'url_request/data_protocol_handler.cc', |
| 814 'url_request/data_protocol_handler.h', | 814 'url_request/data_protocol_handler.h', |
| 815 'url_request/file_protocol_handler.cc', | 815 'url_request/file_protocol_handler.cc', |
| 816 'url_request/file_protocol_handler.h', | 816 'url_request/file_protocol_handler.h', |
| 817 'url_request/fraudulent_certificate_reporter.h', | 817 'url_request/fraudulent_certificate_reporter.h', |
| 818 'url_request/ftp_protocol_handler.cc', | 818 'url_request/ftp_protocol_handler.cc', |
| 819 'url_request/ftp_protocol_handler.h', | 819 'url_request/ftp_protocol_handler.h', |
| 820 'url_request/http_user_agent_settings.h', |
| 821 'url_request/static_http_user_agent_settings.cc', |
| 822 'url_request/static_http_user_agent_settings.h', |
| 820 'url_request/url_fetcher.cc', | 823 'url_request/url_fetcher.cc', |
| 821 'url_request/url_fetcher.h', | 824 'url_request/url_fetcher.h', |
| 822 'url_request/url_fetcher_core.cc', | 825 'url_request/url_fetcher_core.cc', |
| 823 'url_request/url_fetcher_core.h', | 826 'url_request/url_fetcher_core.h', |
| 824 'url_request/url_fetcher_delegate.cc', | 827 'url_request/url_fetcher_delegate.cc', |
| 825 'url_request/url_fetcher_delegate.h', | 828 'url_request/url_fetcher_delegate.h', |
| 826 'url_request/url_fetcher_factory.h', | 829 'url_request/url_fetcher_factory.h', |
| 827 'url_request/url_fetcher_impl.cc', | 830 'url_request/url_fetcher_impl.cc', |
| 828 'url_request/url_fetcher_impl.h', | 831 'url_request/url_fetcher_impl.h', |
| 829 'url_request/url_request.cc', | 832 'url_request/url_request.cc', |
| (...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2385 '--result', '<@(_outputs)', | 2388 '--result', '<@(_outputs)', |
| 2386 '--isolate', 'net_unittests.isolate', | 2389 '--isolate', 'net_unittests.isolate', |
| 2387 ], | 2390 ], |
| 2388 }, | 2391 }, |
| 2389 ], | 2392 ], |
| 2390 }, | 2393 }, |
| 2391 ], | 2394 ], |
| 2392 }], | 2395 }], |
| 2393 ], | 2396 ], |
| 2394 } | 2397 } |
| OLD | NEW |