| 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 'udp/udp_client_socket.h', | 713 'udp/udp_client_socket.h', |
| 714 'udp/udp_net_log_parameters.cc', | 714 'udp/udp_net_log_parameters.cc', |
| 715 'udp/udp_net_log_parameters.h', | 715 'udp/udp_net_log_parameters.h', |
| 716 'udp/udp_server_socket.cc', | 716 'udp/udp_server_socket.cc', |
| 717 'udp/udp_server_socket.h', | 717 'udp/udp_server_socket.h', |
| 718 'udp/udp_socket.h', | 718 'udp/udp_socket.h', |
| 719 'udp/udp_socket_libevent.cc', | 719 'udp/udp_socket_libevent.cc', |
| 720 'udp/udp_socket_libevent.h', | 720 'udp/udp_socket_libevent.h', |
| 721 'udp/udp_socket_win.cc', | 721 'udp/udp_socket_win.cc', |
| 722 'udp/udp_socket_win.h', | 722 'udp/udp_socket_win.h', |
| 723 'url_request/file_protocol_handler.cc', |
| 724 'url_request/file_protocol_handler.h', |
| 723 'url_request/fraudulent_certificate_reporter.h', | 725 'url_request/fraudulent_certificate_reporter.h', |
| 724 'url_request/ftp_protocol_handler.cc', | 726 'url_request/ftp_protocol_handler.cc', |
| 725 'url_request/ftp_protocol_handler.h', | 727 'url_request/ftp_protocol_handler.h', |
| 726 'url_request/url_fetcher.cc', | 728 'url_request/url_fetcher.cc', |
| 727 'url_request/url_fetcher.h', | 729 'url_request/url_fetcher.h', |
| 728 'url_request/url_fetcher_core.cc', | 730 'url_request/url_fetcher_core.cc', |
| 729 'url_request/url_fetcher_core.h', | 731 'url_request/url_fetcher_core.h', |
| 730 'url_request/url_fetcher_delegate.cc', | 732 'url_request/url_fetcher_delegate.cc', |
| 731 'url_request/url_fetcher_delegate.h', | 733 'url_request/url_fetcher_delegate.h', |
| 732 'url_request/url_fetcher_factory.h', | 734 'url_request/url_fetcher_factory.h', |
| (...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1959 'tools/dump_cache/url_to_filename_encoder.cc', | 1961 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1960 'tools/dump_cache/url_to_filename_encoder.h', | 1962 'tools/dump_cache/url_to_filename_encoder.h', |
| 1961 'tools/dump_cache/url_utilities.h', | 1963 'tools/dump_cache/url_utilities.h', |
| 1962 'tools/dump_cache/url_utilities.cc', | 1964 'tools/dump_cache/url_utilities.cc', |
| 1963 ], | 1965 ], |
| 1964 }, | 1966 }, |
| 1965 ], | 1967 ], |
| 1966 }], | 1968 }], |
| 1967 ], | 1969 ], |
| 1968 } | 1970 } |
| OLD | NEW |