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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'base/connection_type_histograms.h', | 44 'base/connection_type_histograms.h', |
45 'base/cookie_monster.cc', | 45 'base/cookie_monster.cc', |
46 'base/cookie_monster.h', | 46 'base/cookie_monster.h', |
47 'base/cookie_options.h', | 47 'base/cookie_options.h', |
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', |
| 55 'base/dns_reload_timer.h', |
54 'base/dns_util.cc', | 56 'base/dns_util.cc', |
55 'base/dns_util.h', | 57 'base/dns_util.h', |
56 'base/escape.cc', | 58 'base/escape.cc', |
57 'base/escape.h', | 59 'base/escape.h', |
58 'base/ev_root_ca_metadata.cc', | 60 'base/ev_root_ca_metadata.cc', |
59 'base/ev_root_ca_metadata.h', | 61 'base/ev_root_ca_metadata.h', |
60 'base/file_stream.h', | 62 'base/file_stream.h', |
61 'base/file_stream_posix.cc', | 63 'base/file_stream_posix.cc', |
62 'base/file_stream_win.cc', | 64 'base/file_stream_win.cc', |
63 'base/filter.cc', | 65 'base/filter.cc', |
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1130 ], | 1132 ], |
1131 }], | 1133 }], |
1132 ], | 1134 ], |
1133 } | 1135 } |
1134 | 1136 |
1135 # Local Variables: | 1137 # Local Variables: |
1136 # tab-width:2 | 1138 # tab-width:2 |
1137 # indent-tabs-mode:nil | 1139 # indent-tabs-mode:nil |
1138 # End: | 1140 # End: |
1139 # vim: set expandtab tabstop=2 shiftwidth=2: | 1141 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |