OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'base/dnsrr_resolver.h', | 69 'base/dnsrr_resolver.h', |
70 'base/escape.cc', | 70 'base/escape.cc', |
71 'base/escape.h', | 71 'base/escape.h', |
72 'base/ev_root_ca_metadata.cc', | 72 'base/ev_root_ca_metadata.cc', |
73 'base/ev_root_ca_metadata.h', | 73 'base/ev_root_ca_metadata.h', |
74 'base/file_stream.h', | 74 'base/file_stream.h', |
75 'base/file_stream_posix.cc', | 75 'base/file_stream_posix.cc', |
76 'base/file_stream_win.cc', | 76 'base/file_stream_win.cc', |
77 'base/filter.cc', | 77 'base/filter.cc', |
78 'base/filter.h', | 78 'base/filter.h', |
79 'base/forwarding_net_log.cc', | |
80 'base/forwarding_net_log.h', | |
81 'base/gzip_filter.cc', | 79 'base/gzip_filter.cc', |
82 'base/gzip_filter.h', | 80 'base/gzip_filter.h', |
83 'base/gzip_header.cc', | 81 'base/gzip_header.cc', |
84 'base/gzip_header.h', | 82 'base/gzip_header.h', |
85 'base/host_cache.cc', | 83 'base/host_cache.cc', |
86 'base/host_cache.h', | 84 'base/host_cache.h', |
87 'base/host_mapping_rules.cc', | 85 'base/host_mapping_rules.cc', |
88 'base/host_mapping_rules.h', | 86 'base/host_mapping_rules.h', |
89 'base/host_port_pair.cc', | 87 'base/host_port_pair.cc', |
90 'base/host_port_pair.h', | 88 'base/host_port_pair.h', |
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 'base/cookie_monster_unittest.cc', | 830 'base/cookie_monster_unittest.cc', |
833 'base/data_url_unittest.cc', | 831 'base/data_url_unittest.cc', |
834 'base/directory_lister_unittest.cc', | 832 'base/directory_lister_unittest.cc', |
835 'base/dnssec_unittest.cc', | 833 'base/dnssec_unittest.cc', |
836 'base/dns_util_unittest.cc', | 834 'base/dns_util_unittest.cc', |
837 'base/dnsrr_resolver_unittest.cc', | 835 'base/dnsrr_resolver_unittest.cc', |
838 'base/escape_unittest.cc', | 836 'base/escape_unittest.cc', |
839 'base/file_stream_unittest.cc', | 837 'base/file_stream_unittest.cc', |
840 'base/filter_unittest.cc', | 838 'base/filter_unittest.cc', |
841 'base/filter_unittest.h', | 839 'base/filter_unittest.h', |
842 'base/forwarding_net_log_unittest.cc', | |
843 'base/gzip_filter_unittest.cc', | 840 'base/gzip_filter_unittest.cc', |
844 'base/host_cache_unittest.cc', | 841 'base/host_cache_unittest.cc', |
845 'base/host_mapping_rules_unittest.cc', | 842 'base/host_mapping_rules_unittest.cc', |
846 'base/host_resolver_impl_unittest.cc', | 843 'base/host_resolver_impl_unittest.cc', |
847 'base/keygen_handler_unittest.cc', | 844 'base/keygen_handler_unittest.cc', |
848 'base/leak_annotations.h', | 845 'base/leak_annotations.h', |
849 'base/listen_socket_unittest.cc', | 846 'base/listen_socket_unittest.cc', |
850 'base/listen_socket_unittest.h', | 847 'base/listen_socket_unittest.h', |
851 'base/mapped_host_resolver_unittest.cc', | 848 'base/mapped_host_resolver_unittest.cc', |
852 'base/mime_sniffer_unittest.cc', | 849 'base/mime_sniffer_unittest.cc', |
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1449 ], | 1446 ], |
1450 }], | 1447 }], |
1451 ], | 1448 ], |
1452 } | 1449 } |
1453 | 1450 |
1454 # Local Variables: | 1451 # Local Variables: |
1455 # tab-width:2 | 1452 # tab-width:2 |
1456 # indent-tabs-mode:nil | 1453 # indent-tabs-mode:nil |
1457 # End: | 1454 # End: |
1458 # vim: set expandtab tabstop=2 shiftwidth=2: | 1455 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |