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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'base/cookie_policy.h', | 48 'base/cookie_policy.h', |
49 'base/cookie_store.h', | 49 'base/cookie_store.h', |
50 'base/data_url.cc', | 50 'base/data_url.cc', |
51 'base/data_url.h', | 51 'base/data_url.h', |
52 'base/directory_lister.cc', | 52 'base/directory_lister.cc', |
53 'base/directory_lister.h', | 53 'base/directory_lister.h', |
54 'base/dns_reload_timer.cc', | 54 'base/dns_reload_timer.cc', |
55 'base/dns_reload_timer.h', | 55 'base/dns_reload_timer.h', |
56 'base/dns_util.cc', | 56 'base/dns_util.cc', |
57 'base/dns_util.h', | 57 'base/dns_util.h', |
| 58 'base/dnsrr_resolver.cc', |
| 59 'base/dnsrr_resolver.h', |
58 'base/escape.cc', | 60 'base/escape.cc', |
59 'base/escape.h', | 61 'base/escape.h', |
60 'base/ev_root_ca_metadata.cc', | 62 'base/ev_root_ca_metadata.cc', |
61 'base/ev_root_ca_metadata.h', | 63 'base/ev_root_ca_metadata.h', |
62 'base/file_stream.h', | 64 'base/file_stream.h', |
63 'base/file_stream_posix.cc', | 65 'base/file_stream_posix.cc', |
64 'base/file_stream_win.cc', | 66 'base/file_stream_win.cc', |
65 'base/filter.cc', | 67 'base/filter.cc', |
66 'base/filter.h', | 68 'base/filter.h', |
67 'base/forwarding_net_log.cc', | 69 'base/forwarding_net_log.cc', |
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 '../testing/gtest.gyp:gtest', | 659 '../testing/gtest.gyp:gtest', |
658 '../third_party/zlib/zlib.gyp:zlib', | 660 '../third_party/zlib/zlib.gyp:zlib', |
659 ], | 661 ], |
660 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 662 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
661 'sources': [ | 663 'sources': [ |
662 'base/address_list_unittest.cc', | 664 'base/address_list_unittest.cc', |
663 'base/cookie_monster_unittest.cc', | 665 'base/cookie_monster_unittest.cc', |
664 'base/data_url_unittest.cc', | 666 'base/data_url_unittest.cc', |
665 'base/directory_lister_unittest.cc', | 667 'base/directory_lister_unittest.cc', |
666 'base/dns_util_unittest.cc', | 668 'base/dns_util_unittest.cc', |
| 669 'base/dnsrr_resolver_unittest.cc', |
667 'base/escape_unittest.cc', | 670 'base/escape_unittest.cc', |
668 'base/file_stream_unittest.cc', | 671 'base/file_stream_unittest.cc', |
669 'base/filter_unittest.cc', | 672 'base/filter_unittest.cc', |
670 'base/filter_unittest.h', | 673 'base/filter_unittest.h', |
671 'base/forwarding_net_log_unittest.cc', | 674 'base/forwarding_net_log_unittest.cc', |
672 'base/gzip_filter_unittest.cc', | 675 'base/gzip_filter_unittest.cc', |
673 'base/host_cache_unittest.cc', | 676 'base/host_cache_unittest.cc', |
674 'base/host_mapping_rules_unittest.cc', | 677 'base/host_mapping_rules_unittest.cc', |
675 'base/host_resolver_impl_unittest.cc', | 678 'base/host_resolver_impl_unittest.cc', |
676 'base/keygen_handler_unittest.cc', | 679 'base/keygen_handler_unittest.cc', |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1132 ], | 1135 ], |
1133 }], | 1136 }], |
1134 ], | 1137 ], |
1135 } | 1138 } |
1136 | 1139 |
1137 # Local Variables: | 1140 # Local Variables: |
1138 # tab-width:2 | 1141 # tab-width:2 |
1139 # indent-tabs-mode:nil | 1142 # indent-tabs-mode:nil |
1140 # End: | 1143 # End: |
1141 # vim: set expandtab tabstop=2 shiftwidth=2: | 1144 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |