OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'bind_internal_win.h', | 114 'bind_internal_win.h', |
115 'bits.h', | 115 'bits.h', |
116 'build_time.cc', | 116 'build_time.cc', |
117 'build_time.h', | 117 'build_time.h', |
118 'callback.h', | 118 'callback.h', |
119 'callback_helpers.cc', | 119 'callback_helpers.cc', |
120 'callback_helpers.h', | 120 'callback_helpers.h', |
121 'callback_internal.cc', | 121 'callback_internal.cc', |
122 'callback_internal.h', | 122 'callback_internal.h', |
123 'callback_list.h', | 123 'callback_list.h', |
| 124 'callback_tuple.h', |
124 'cancelable_callback.h', | 125 'cancelable_callback.h', |
125 'command_line.cc', | 126 'command_line.cc', |
126 'command_line.h', | 127 'command_line.h', |
127 'compiler_specific.h', | 128 'compiler_specific.h', |
128 'containers/adapters.h', | 129 'containers/adapters.h', |
129 'containers/hash_tables.h', | 130 'containers/hash_tables.h', |
130 'containers/linked_list.h', | 131 'containers/linked_list.h', |
131 'containers/mru_cache.h', | 132 'containers/mru_cache.h', |
132 'containers/scoped_ptr_hash_map.h', | 133 'containers/scoped_ptr_hash_map.h', |
133 'containers/small_map.h', | 134 'containers/small_map.h', |
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 'i18n/time_formatting.h', | 1020 'i18n/time_formatting.h', |
1020 'i18n/timezone.cc', | 1021 'i18n/timezone.cc', |
1021 'i18n/timezone.h', | 1022 'i18n/timezone.h', |
1022 'i18n/utf8_validator_tables.cc', | 1023 'i18n/utf8_validator_tables.cc', |
1023 'i18n/utf8_validator_tables.h', | 1024 'i18n/utf8_validator_tables.h', |
1024 ], | 1025 ], |
1025 }] | 1026 }] |
1026 ], | 1027 ], |
1027 }, | 1028 }, |
1028 } | 1029 } |
OLD | NEW |