| 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 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 'udp/udp_socket_win.cc', | 824 'udp/udp_socket_win.cc', |
| 825 'udp/udp_socket_win.h', | 825 'udp/udp_socket_win.h', |
| 826 'url_request/data_protocol_handler.cc', | 826 'url_request/data_protocol_handler.cc', |
| 827 'url_request/data_protocol_handler.h', | 827 'url_request/data_protocol_handler.h', |
| 828 'url_request/file_protocol_handler.cc', | 828 'url_request/file_protocol_handler.cc', |
| 829 'url_request/file_protocol_handler.h', | 829 'url_request/file_protocol_handler.h', |
| 830 'url_request/fraudulent_certificate_reporter.h', | 830 'url_request/fraudulent_certificate_reporter.h', |
| 831 'url_request/ftp_protocol_handler.cc', | 831 'url_request/ftp_protocol_handler.cc', |
| 832 'url_request/ftp_protocol_handler.h', | 832 'url_request/ftp_protocol_handler.h', |
| 833 'url_request/http_user_agent_settings.h', | 833 'url_request/http_user_agent_settings.h', |
| 834 'url_request/protocol_intercept_job_factory.cc', |
| 835 'url_request/protocol_intercept_job_factory.h', |
| 834 'url_request/static_http_user_agent_settings.cc', | 836 'url_request/static_http_user_agent_settings.cc', |
| 835 'url_request/static_http_user_agent_settings.h', | 837 'url_request/static_http_user_agent_settings.h', |
| 836 'url_request/url_fetcher.cc', | 838 'url_request/url_fetcher.cc', |
| 837 'url_request/url_fetcher.h', | 839 'url_request/url_fetcher.h', |
| 838 'url_request/url_fetcher_core.cc', | 840 'url_request/url_fetcher_core.cc', |
| 839 'url_request/url_fetcher_core.h', | 841 'url_request/url_fetcher_core.h', |
| 840 'url_request/url_fetcher_delegate.cc', | 842 'url_request/url_fetcher_delegate.cc', |
| 841 'url_request/url_fetcher_delegate.h', | 843 'url_request/url_fetcher_delegate.h', |
| 842 'url_request/url_fetcher_factory.h', | 844 'url_request/url_fetcher_factory.h', |
| 843 'url_request/url_fetcher_impl.cc', | 845 'url_request/url_fetcher_impl.cc', |
| (...skipping 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2360 '--result', '<@(_outputs)', | 2362 '--result', '<@(_outputs)', |
| 2361 '--isolate', 'net_unittests.isolate', | 2363 '--isolate', 'net_unittests.isolate', |
| 2362 ], | 2364 ], |
| 2363 }, | 2365 }, |
| 2364 ], | 2366 ], |
| 2365 }, | 2367 }, |
| 2366 ], | 2368 ], |
| 2367 }], | 2369 }], |
| 2368 ], | 2370 ], |
| 2369 } | 2371 } |
| OLD | NEW |