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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 'udp/udp_data_transfer_param.cc', | 708 'udp/udp_data_transfer_param.cc', |
709 'udp/udp_data_transfer_param.h', | 709 'udp/udp_data_transfer_param.h', |
710 'udp/udp_server_socket.cc', | 710 'udp/udp_server_socket.cc', |
711 'udp/udp_server_socket.h', | 711 'udp/udp_server_socket.h', |
712 'udp/udp_socket.h', | 712 'udp/udp_socket.h', |
713 'udp/udp_socket_libevent.cc', | 713 'udp/udp_socket_libevent.cc', |
714 'udp/udp_socket_libevent.h', | 714 'udp/udp_socket_libevent.h', |
715 'udp/udp_socket_win.cc', | 715 'udp/udp_socket_win.cc', |
716 'udp/udp_socket_win.h', | 716 'udp/udp_socket_win.h', |
717 'url_request/fraudulent_certificate_reporter.h', | 717 'url_request/fraudulent_certificate_reporter.h', |
| 718 'url_request/url_fetcher.cc', |
| 719 'url_request/url_fetcher.h', |
| 720 'url_request/url_fetcher_delegate.cc', |
| 721 'url_request/url_fetcher_delegate.h', |
718 'url_request/url_request.cc', | 722 'url_request/url_request.cc', |
719 'url_request/url_request.h', | 723 'url_request/url_request.h', |
720 'url_request/url_request_about_job.cc', | 724 'url_request/url_request_about_job.cc', |
721 'url_request/url_request_about_job.h', | 725 'url_request/url_request_about_job.h', |
722 'url_request/url_request_context.cc', | 726 'url_request/url_request_context.cc', |
723 'url_request/url_request_context.h', | 727 'url_request/url_request_context.h', |
724 'url_request/url_request_context_builder.cc', | 728 'url_request/url_request_context_builder.cc', |
725 'url_request/url_request_context_builder.h', | 729 'url_request/url_request_context_builder.h', |
726 'url_request/url_request_context_getter.cc', | 730 'url_request/url_request_context_getter.cc', |
727 'url_request/url_request_context_getter.h', | 731 'url_request/url_request_context_getter.h', |
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1852 'tools/dump_cache/url_to_filename_encoder.cc', | 1856 'tools/dump_cache/url_to_filename_encoder.cc', |
1853 'tools/dump_cache/url_to_filename_encoder.h', | 1857 'tools/dump_cache/url_to_filename_encoder.h', |
1854 'tools/dump_cache/url_utilities.h', | 1858 'tools/dump_cache/url_utilities.h', |
1855 'tools/dump_cache/url_utilities.cc', | 1859 'tools/dump_cache/url_utilities.cc', |
1856 ], | 1860 ], |
1857 }, | 1861 }, |
1858 ], | 1862 ], |
1859 }], | 1863 }], |
1860 ], | 1864 ], |
1861 } | 1865 } |
OLD | NEW |