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