| 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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 'udp/udp_socket_win.cc', | 850 'udp/udp_socket_win.cc', |
| 851 'udp/udp_socket_win.h', | 851 'udp/udp_socket_win.h', |
| 852 'url_request/data_protocol_handler.cc', | 852 'url_request/data_protocol_handler.cc', |
| 853 'url_request/data_protocol_handler.h', | 853 'url_request/data_protocol_handler.h', |
| 854 'url_request/file_protocol_handler.cc', | 854 'url_request/file_protocol_handler.cc', |
| 855 'url_request/file_protocol_handler.h', | 855 'url_request/file_protocol_handler.h', |
| 856 'url_request/fraudulent_certificate_reporter.h', | 856 'url_request/fraudulent_certificate_reporter.h', |
| 857 'url_request/ftp_protocol_handler.cc', | 857 'url_request/ftp_protocol_handler.cc', |
| 858 'url_request/ftp_protocol_handler.h', | 858 'url_request/ftp_protocol_handler.h', |
| 859 'url_request/http_user_agent_settings.h', | 859 'url_request/http_user_agent_settings.h', |
| 860 'url_request/protocol_intercept_job_factory.cc', |
| 861 'url_request/protocol_intercept_job_factory.h', |
| 860 'url_request/static_http_user_agent_settings.cc', | 862 'url_request/static_http_user_agent_settings.cc', |
| 861 'url_request/static_http_user_agent_settings.h', | 863 'url_request/static_http_user_agent_settings.h', |
| 862 'url_request/url_fetcher.cc', | 864 'url_request/url_fetcher.cc', |
| 863 'url_request/url_fetcher.h', | 865 'url_request/url_fetcher.h', |
| 864 'url_request/url_fetcher_core.cc', | 866 'url_request/url_fetcher_core.cc', |
| 865 'url_request/url_fetcher_core.h', | 867 'url_request/url_fetcher_core.h', |
| 866 'url_request/url_fetcher_delegate.cc', | 868 'url_request/url_fetcher_delegate.cc', |
| 867 'url_request/url_fetcher_delegate.h', | 869 'url_request/url_fetcher_delegate.h', |
| 868 'url_request/url_fetcher_factory.h', | 870 'url_request/url_fetcher_factory.h', |
| 869 'url_request/url_fetcher_impl.cc', | 871 'url_request/url_fetcher_impl.cc', |
| (...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2390 '--result', '<@(_outputs)', | 2392 '--result', '<@(_outputs)', |
| 2391 '--isolate', 'net_unittests.isolate', | 2393 '--isolate', 'net_unittests.isolate', |
| 2392 ], | 2394 ], |
| 2393 }, | 2395 }, |
| 2394 ], | 2396 ], |
| 2395 }, | 2397 }, |
| 2396 ], | 2398 ], |
| 2397 }], | 2399 }], |
| 2398 ], | 2400 ], |
| 2399 } | 2401 } |
| OLD | NEW |