| 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 'udp/udp_socket_win.cc', | 841 'udp/udp_socket_win.cc', |
| 842 'udp/udp_socket_win.h', | 842 'udp/udp_socket_win.h', |
| 843 'url_request/data_protocol_handler.cc', | 843 'url_request/data_protocol_handler.cc', |
| 844 'url_request/data_protocol_handler.h', | 844 'url_request/data_protocol_handler.h', |
| 845 'url_request/file_protocol_handler.cc', | 845 'url_request/file_protocol_handler.cc', |
| 846 'url_request/file_protocol_handler.h', | 846 'url_request/file_protocol_handler.h', |
| 847 'url_request/fraudulent_certificate_reporter.h', | 847 'url_request/fraudulent_certificate_reporter.h', |
| 848 'url_request/ftp_protocol_handler.cc', | 848 'url_request/ftp_protocol_handler.cc', |
| 849 'url_request/ftp_protocol_handler.h', | 849 'url_request/ftp_protocol_handler.h', |
| 850 'url_request/http_user_agent_settings.h', | 850 'url_request/http_user_agent_settings.h', |
| 851 'url_request/protocol_intercept_job_factory.cc', |
| 852 'url_request/protocol_intercept_job_factory.h', |
| 851 'url_request/static_http_user_agent_settings.cc', | 853 'url_request/static_http_user_agent_settings.cc', |
| 852 'url_request/static_http_user_agent_settings.h', | 854 'url_request/static_http_user_agent_settings.h', |
| 853 'url_request/url_fetcher.cc', | 855 'url_request/url_fetcher.cc', |
| 854 'url_request/url_fetcher.h', | 856 'url_request/url_fetcher.h', |
| 855 'url_request/url_fetcher_core.cc', | 857 'url_request/url_fetcher_core.cc', |
| 856 'url_request/url_fetcher_core.h', | 858 'url_request/url_fetcher_core.h', |
| 857 'url_request/url_fetcher_delegate.cc', | 859 'url_request/url_fetcher_delegate.cc', |
| 858 'url_request/url_fetcher_delegate.h', | 860 'url_request/url_fetcher_delegate.h', |
| 859 'url_request/url_fetcher_factory.h', | 861 'url_request/url_fetcher_factory.h', |
| 860 'url_request/url_fetcher_impl.cc', | 862 'url_request/url_fetcher_impl.cc', |
| (...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2376 '--result', '<@(_outputs)', | 2378 '--result', '<@(_outputs)', |
| 2377 '--isolate', 'net_unittests.isolate', | 2379 '--isolate', 'net_unittests.isolate', |
| 2378 ], | 2380 ], |
| 2379 }, | 2381 }, |
| 2380 ], | 2382 ], |
| 2381 }, | 2383 }, |
| 2382 ], | 2384 ], |
| 2383 }], | 2385 }], |
| 2384 ], | 2386 ], |
| 2385 } | 2387 } |
| OLD | NEW |