| 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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 'udp/udp_socket_win.cc', | 828 'udp/udp_socket_win.cc', |
| 829 'udp/udp_socket_win.h', | 829 'udp/udp_socket_win.h', |
| 830 'url_request/data_protocol_handler.cc', | 830 'url_request/data_protocol_handler.cc', |
| 831 'url_request/data_protocol_handler.h', | 831 'url_request/data_protocol_handler.h', |
| 832 'url_request/file_protocol_handler.cc', | 832 'url_request/file_protocol_handler.cc', |
| 833 'url_request/file_protocol_handler.h', | 833 'url_request/file_protocol_handler.h', |
| 834 'url_request/fraudulent_certificate_reporter.h', | 834 'url_request/fraudulent_certificate_reporter.h', |
| 835 'url_request/ftp_protocol_handler.cc', | 835 'url_request/ftp_protocol_handler.cc', |
| 836 'url_request/ftp_protocol_handler.h', | 836 'url_request/ftp_protocol_handler.h', |
| 837 'url_request/http_user_agent_settings.h', | 837 'url_request/http_user_agent_settings.h', |
| 838 'url_request/protocol_intercept_job_factory.cc', |
| 839 'url_request/protocol_intercept_job_factory.h', |
| 838 'url_request/static_http_user_agent_settings.cc', | 840 'url_request/static_http_user_agent_settings.cc', |
| 839 'url_request/static_http_user_agent_settings.h', | 841 'url_request/static_http_user_agent_settings.h', |
| 840 'url_request/url_fetcher.cc', | 842 'url_request/url_fetcher.cc', |
| 841 'url_request/url_fetcher.h', | 843 'url_request/url_fetcher.h', |
| 842 'url_request/url_fetcher_core.cc', | 844 'url_request/url_fetcher_core.cc', |
| 843 'url_request/url_fetcher_core.h', | 845 'url_request/url_fetcher_core.h', |
| 844 'url_request/url_fetcher_delegate.cc', | 846 'url_request/url_fetcher_delegate.cc', |
| 845 'url_request/url_fetcher_delegate.h', | 847 'url_request/url_fetcher_delegate.h', |
| 846 'url_request/url_fetcher_factory.h', | 848 'url_request/url_fetcher_factory.h', |
| 847 'url_request/url_fetcher_impl.cc', | 849 'url_request/url_fetcher_impl.cc', |
| (...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2366 '--result', '<@(_outputs)', | 2368 '--result', '<@(_outputs)', |
| 2367 '--isolate', 'net_unittests.isolate', | 2369 '--isolate', 'net_unittests.isolate', |
| 2368 ], | 2370 ], |
| 2369 }, | 2371 }, |
| 2370 ], | 2372 ], |
| 2371 }, | 2373 }, |
| 2372 ], | 2374 ], |
| 2373 }], | 2375 }], |
| 2374 ], | 2376 ], |
| 2375 } | 2377 } |
| OLD | NEW |