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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'base/data_url.cc', | 59 'base/data_url.cc', |
60 'base/data_url.h', | 60 'base/data_url.h', |
61 'base/directory_lister.cc', | 61 'base/directory_lister.cc', |
62 'base/directory_lister.h', | 62 'base/directory_lister.h', |
63 'base/dns_reload_timer.cc', | 63 'base/dns_reload_timer.cc', |
64 'base/dns_reload_timer.h', | 64 'base/dns_reload_timer.h', |
65 'base/dnssec_chain_verifier.cc', | 65 'base/dnssec_chain_verifier.cc', |
66 'base/dnssec_chain_verifier.h', | 66 'base/dnssec_chain_verifier.h', |
67 'base/dnssec_keyset.cc', | 67 'base/dnssec_keyset.cc', |
68 'base/dnssec_keyset.h', | 68 'base/dnssec_keyset.h', |
69 'base/dnssec_proto.h', | |
70 'base/dns_util.cc', | 69 'base/dns_util.cc', |
71 'base/dns_util.h', | 70 'base/dns_util.h', |
72 'base/dnsrr_resolver.cc', | 71 'base/dnsrr_resolver.cc', |
73 'base/dnsrr_resolver.h', | 72 'base/dnsrr_resolver.h', |
74 'base/escape.cc', | 73 'base/escape.cc', |
75 'base/escape.h', | 74 'base/escape.h', |
76 'base/ev_root_ca_metadata.cc', | 75 'base/ev_root_ca_metadata.cc', |
77 'base/ev_root_ca_metadata.h', | 76 'base/ev_root_ca_metadata.h', |
78 'base/file_stream.h', | 77 'base/file_stream.h', |
79 'base/file_stream_posix.cc', | 78 'base/file_stream_posix.cc', |
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 'base/dns_util_unittest.cc', | 865 'base/dns_util_unittest.cc', |
867 'base/dnsrr_resolver_unittest.cc', | 866 'base/dnsrr_resolver_unittest.cc', |
868 'base/escape_unittest.cc', | 867 'base/escape_unittest.cc', |
869 'base/file_stream_unittest.cc', | 868 'base/file_stream_unittest.cc', |
870 'base/filter_unittest.cc', | 869 'base/filter_unittest.cc', |
871 'base/gzip_filter_unittest.cc', | 870 'base/gzip_filter_unittest.cc', |
872 'base/host_cache_unittest.cc', | 871 'base/host_cache_unittest.cc', |
873 'base/host_mapping_rules_unittest.cc', | 872 'base/host_mapping_rules_unittest.cc', |
874 'base/host_resolver_impl_unittest.cc', | 873 'base/host_resolver_impl_unittest.cc', |
875 'base/keygen_handler_unittest.cc', | 874 'base/keygen_handler_unittest.cc', |
876 'base/leak_annotations.h', | |
877 'base/listen_socket_unittest.cc', | 875 'base/listen_socket_unittest.cc', |
878 'base/listen_socket_unittest.h', | 876 'base/listen_socket_unittest.h', |
879 'base/mapped_host_resolver_unittest.cc', | 877 'base/mapped_host_resolver_unittest.cc', |
880 'base/mime_sniffer_unittest.cc', | 878 'base/mime_sniffer_unittest.cc', |
881 'base/mime_util_unittest.cc', | 879 'base/mime_util_unittest.cc', |
882 'base/mock_filter_context.cc', | 880 'base/mock_filter_context.cc', |
883 'base/mock_filter_context.h', | 881 'base/mock_filter_context.h', |
884 'base/net_log_unittest.cc', | 882 'base/net_log_unittest.cc', |
885 'base/net_log_unittest.h', | 883 'base/net_log_unittest.h', |
886 'base/net_util_unittest.cc', | 884 'base/net_util_unittest.cc', |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1439 ], | 1437 ], |
1440 }], | 1438 }], |
1441 ], | 1439 ], |
1442 } | 1440 } |
1443 | 1441 |
1444 # Local Variables: | 1442 # Local Variables: |
1445 # tab-width:2 | 1443 # tab-width:2 |
1446 # indent-tabs-mode:nil | 1444 # indent-tabs-mode:nil |
1447 # End: | 1445 # End: |
1448 # vim: set expandtab tabstop=2 shiftwidth=2: | 1446 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |