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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'base/dns_util.h', | 55 'base/dns_util.h', |
56 'base/escape.cc', | 56 'base/escape.cc', |
57 'base/escape.h', | 57 'base/escape.h', |
58 'base/ev_root_ca_metadata.cc', | 58 'base/ev_root_ca_metadata.cc', |
59 'base/ev_root_ca_metadata.h', | 59 'base/ev_root_ca_metadata.h', |
60 'base/file_stream.h', | 60 'base/file_stream.h', |
61 'base/file_stream_posix.cc', | 61 'base/file_stream_posix.cc', |
62 'base/file_stream_win.cc', | 62 'base/file_stream_win.cc', |
63 'base/filter.cc', | 63 'base/filter.cc', |
64 'base/filter.h', | 64 'base/filter.h', |
| 65 'base/forwarding_net_log.cc', |
| 66 'base/forwarding_net_log.h', |
65 'base/gzip_filter.cc', | 67 'base/gzip_filter.cc', |
66 'base/gzip_filter.h', | 68 'base/gzip_filter.h', |
67 'base/gzip_header.cc', | 69 'base/gzip_header.cc', |
68 'base/gzip_header.h', | 70 'base/gzip_header.h', |
69 'base/host_cache.cc', | 71 'base/host_cache.cc', |
70 'base/host_cache.h', | 72 'base/host_cache.h', |
71 'base/host_mapping_rules.cc', | 73 'base/host_mapping_rules.cc', |
72 'base/host_mapping_rules.h', | 74 'base/host_mapping_rules.h', |
73 'base/host_port_pair.cc', | 75 'base/host_port_pair.cc', |
74 'base/host_port_pair.h', | 76 'base/host_port_pair.h', |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 'sources': [ | 640 'sources': [ |
639 'base/address_list_unittest.cc', | 641 'base/address_list_unittest.cc', |
640 'base/cookie_monster_unittest.cc', | 642 'base/cookie_monster_unittest.cc', |
641 'base/data_url_unittest.cc', | 643 'base/data_url_unittest.cc', |
642 'base/directory_lister_unittest.cc', | 644 'base/directory_lister_unittest.cc', |
643 'base/dns_util_unittest.cc', | 645 'base/dns_util_unittest.cc', |
644 'base/escape_unittest.cc', | 646 'base/escape_unittest.cc', |
645 'base/file_stream_unittest.cc', | 647 'base/file_stream_unittest.cc', |
646 'base/filter_unittest.cc', | 648 'base/filter_unittest.cc', |
647 'base/filter_unittest.h', | 649 'base/filter_unittest.h', |
| 650 'base/forwarding_net_log_unittest.cc', |
648 'base/gzip_filter_unittest.cc', | 651 'base/gzip_filter_unittest.cc', |
649 'base/host_cache_unittest.cc', | 652 'base/host_cache_unittest.cc', |
650 'base/host_mapping_rules_unittest.cc', | 653 'base/host_mapping_rules_unittest.cc', |
651 'base/host_resolver_impl_unittest.cc', | 654 'base/host_resolver_impl_unittest.cc', |
652 'base/keygen_handler_unittest.cc', | 655 'base/keygen_handler_unittest.cc', |
653 'base/leak_annotations.h', | 656 'base/leak_annotations.h', |
654 'base/listen_socket_unittest.cc', | 657 'base/listen_socket_unittest.cc', |
655 'base/listen_socket_unittest.h', | 658 'base/listen_socket_unittest.h', |
656 'base/mapped_host_resolver_unittest.cc', | 659 'base/mapped_host_resolver_unittest.cc', |
657 'base/mime_sniffer_unittest.cc', | 660 'base/mime_sniffer_unittest.cc', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 ], | 1105 ], |
1103 }], | 1106 }], |
1104 ], | 1107 ], |
1105 } | 1108 } |
1106 | 1109 |
1107 # Local Variables: | 1110 # Local Variables: |
1108 # tab-width:2 | 1111 # tab-width:2 |
1109 # indent-tabs-mode:nil | 1112 # indent-tabs-mode:nil |
1110 # End: | 1113 # End: |
1111 # vim: set expandtab tabstop=2 shiftwidth=2: | 1114 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |