| 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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 'base/dns_util_unittest.cc', | 863 'base/dns_util_unittest.cc', |
| 865 'base/dnsrr_resolver_unittest.cc', | 864 'base/dnsrr_resolver_unittest.cc', |
| 866 'base/escape_unittest.cc', | 865 'base/escape_unittest.cc', |
| 867 'base/file_stream_unittest.cc', | 866 'base/file_stream_unittest.cc', |
| 868 'base/filter_unittest.cc', | 867 'base/filter_unittest.cc', |
| 869 'base/gzip_filter_unittest.cc', | 868 'base/gzip_filter_unittest.cc', |
| 870 'base/host_cache_unittest.cc', | 869 'base/host_cache_unittest.cc', |
| 871 'base/host_mapping_rules_unittest.cc', | 870 'base/host_mapping_rules_unittest.cc', |
| 872 'base/host_resolver_impl_unittest.cc', | 871 'base/host_resolver_impl_unittest.cc', |
| 873 'base/keygen_handler_unittest.cc', | 872 'base/keygen_handler_unittest.cc', |
| 874 'base/leak_annotations.h', | |
| 875 'base/listen_socket_unittest.cc', | 873 'base/listen_socket_unittest.cc', |
| 876 'base/listen_socket_unittest.h', | 874 'base/listen_socket_unittest.h', |
| 877 'base/mapped_host_resolver_unittest.cc', | 875 'base/mapped_host_resolver_unittest.cc', |
| 878 'base/mime_sniffer_unittest.cc', | 876 'base/mime_sniffer_unittest.cc', |
| 879 'base/mime_util_unittest.cc', | 877 'base/mime_util_unittest.cc', |
| 880 'base/mock_filter_context.cc', | 878 'base/mock_filter_context.cc', |
| 881 'base/mock_filter_context.h', | 879 'base/mock_filter_context.h', |
| 882 'base/net_log_unittest.cc', | 880 'base/net_log_unittest.cc', |
| 883 'base/net_log_unittest.h', | 881 'base/net_log_unittest.h', |
| 884 'base/net_util_unittest.cc', | 882 'base/net_util_unittest.cc', |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1437 ], | 1435 ], |
| 1438 }], | 1436 }], |
| 1439 ], | 1437 ], |
| 1440 } | 1438 } |
| 1441 | 1439 |
| 1442 # Local Variables: | 1440 # Local Variables: |
| 1443 # tab-width:2 | 1441 # tab-width:2 |
| 1444 # indent-tabs-mode:nil | 1442 # indent-tabs-mode:nil |
| 1445 # End: | 1443 # End: |
| 1446 # vim: set expandtab tabstop=2 shiftwidth=2: | 1444 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |