OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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/effective_tld_names.dat', | 59 'base/effective_tld_names.dat', |
60 'base/escape.cc', | 60 'base/escape.cc', |
61 'base/escape.h', | 61 'base/escape.h', |
62 'base/ev_root_ca_metadata.cc', | 62 'base/ev_root_ca_metadata.cc', |
63 'base/ev_root_ca_metadata.h', | 63 'base/ev_root_ca_metadata.h', |
64 'base/file_stream.h', | 64 'base/file_stream.h', |
65 'base/file_stream_posix.cc', | 65 'base/file_stream_posix.cc', |
66 'base/file_stream_win.cc', | 66 'base/file_stream_win.cc', |
67 'base/filter.cc', | 67 'base/filter.cc', |
68 'base/filter.h', | 68 'base/filter.h', |
| 69 'base/fixed_host_resolver.cc', |
| 70 'base/fixed_host_resolver.h', |
69 'base/gzip_filter.cc', | 71 'base/gzip_filter.cc', |
70 'base/gzip_filter.h', | 72 'base/gzip_filter.h', |
71 'base/gzip_header.cc', | 73 'base/gzip_header.cc', |
72 'base/gzip_header.h', | 74 'base/gzip_header.h', |
73 'base/host_cache.cc', | 75 'base/host_cache.cc', |
74 'base/host_cache.h', | 76 'base/host_cache.h', |
75 'base/host_resolver.cc', | 77 'base/host_resolver.cc', |
76 'base/host_resolver.h', | 78 'base/host_resolver.h', |
77 'base/host_resolver_impl.cc', | 79 'base/host_resolver_impl.cc', |
78 'base/host_resolver_impl.h', | 80 'base/host_resolver_impl.h', |
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 ], | 861 ], |
860 }], | 862 }], |
861 ], | 863 ], |
862 } | 864 } |
863 | 865 |
864 # Local Variables: | 866 # Local Variables: |
865 # tab-width:2 | 867 # tab-width:2 |
866 # indent-tabs-mode:nil | 868 # indent-tabs-mode:nil |
867 # End: | 869 # End: |
868 # vim: set expandtab tabstop=2 shiftwidth=2: | 870 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |