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 'includes': [ | 6 'includes': [ |
7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'callback_list.h', | 131 'callback_list.h', |
132 'cancelable_callback.h', | 132 'cancelable_callback.h', |
133 'command_line.cc', | 133 'command_line.cc', |
134 'command_line.h', | 134 'command_line.h', |
135 'compiler_specific.h', | 135 'compiler_specific.h', |
136 'containers/adapters.h', | 136 'containers/adapters.h', |
137 'containers/hash_tables.h', | 137 'containers/hash_tables.h', |
138 'containers/linked_list.h', | 138 'containers/linked_list.h', |
139 'containers/mru_cache.h', | 139 'containers/mru_cache.h', |
140 'containers/scoped_ptr_hash_map.h', | 140 'containers/scoped_ptr_hash_map.h', |
141 'containers/scoped_ptr_map.h', | |
142 'containers/small_map.h', | 141 'containers/small_map.h', |
143 'containers/stack_container.h', | 142 'containers/stack_container.h', |
144 'cpu.cc', | 143 'cpu.cc', |
145 'cpu.h', | 144 'cpu.h', |
146 'critical_closure.h', | 145 'critical_closure.h', |
147 'critical_closure_internal_ios.mm', | 146 'critical_closure_internal_ios.mm', |
148 'debug/alias.cc', | 147 'debug/alias.cc', |
149 'debug/alias.h', | 148 'debug/alias.h', |
150 'debug/asan_invalid_access.cc', | 149 'debug/asan_invalid_access.cc', |
151 'debug/asan_invalid_access.h', | 150 'debug/asan_invalid_access.h', |
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 'i18n/time_formatting.h', | 1052 'i18n/time_formatting.h', |
1054 'i18n/timezone.cc', | 1053 'i18n/timezone.cc', |
1055 'i18n/timezone.h', | 1054 'i18n/timezone.h', |
1056 'i18n/utf8_validator_tables.cc', | 1055 'i18n/utf8_validator_tables.cc', |
1057 'i18n/utf8_validator_tables.h', | 1056 'i18n/utf8_validator_tables.h', |
1058 ], | 1057 ], |
1059 }] | 1058 }] |
1060 ], | 1059 ], |
1061 }, | 1060 }, |
1062 } | 1061 } |
OLD | NEW |