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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'containers/hash_tables.h', | 140 'containers/hash_tables.h', |
141 'containers/linked_list.h', | 141 'containers/linked_list.h', |
142 'containers/mru_cache.h', | 142 'containers/mru_cache.h', |
143 'containers/scoped_ptr_hash_map.h', | 143 'containers/scoped_ptr_hash_map.h', |
144 'containers/small_map.h', | 144 'containers/small_map.h', |
145 'containers/stack_container.h', | 145 'containers/stack_container.h', |
146 'cpu.cc', | 146 'cpu.cc', |
147 'cpu.h', | 147 'cpu.h', |
148 'critical_closure.h', | 148 'critical_closure.h', |
149 'critical_closure_internal_ios.mm', | 149 'critical_closure_internal_ios.mm', |
| 150 'debug/activity_analyzer.cc', |
| 151 'debug/activity_analyzer.h', |
| 152 'debug/activity_tracker.cc', |
| 153 'debug/activity_tracker.h', |
150 'debug/alias.cc', | 154 'debug/alias.cc', |
151 'debug/alias.h', | 155 'debug/alias.h', |
152 'debug/asan_invalid_access.cc', | 156 'debug/asan_invalid_access.cc', |
153 'debug/asan_invalid_access.h', | 157 'debug/asan_invalid_access.h', |
154 'debug/close_handle_hook_win.cc', | 158 'debug/close_handle_hook_win.cc', |
155 'debug/close_handle_hook_win.h', | 159 'debug/close_handle_hook_win.h', |
156 'debug/crash_logging.cc', | 160 'debug/crash_logging.cc', |
157 'debug/crash_logging.h', | 161 'debug/crash_logging.h', |
158 'debug/debugger.cc', | 162 'debug/debugger.cc', |
159 'debug/debugger.h', | 163 'debug/debugger.h', |
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 'i18n/time_formatting.h', | 1109 'i18n/time_formatting.h', |
1106 'i18n/timezone.cc', | 1110 'i18n/timezone.cc', |
1107 'i18n/timezone.h', | 1111 'i18n/timezone.h', |
1108 'i18n/utf8_validator_tables.cc', | 1112 'i18n/utf8_validator_tables.cc', |
1109 'i18n/utf8_validator_tables.h', | 1113 'i18n/utf8_validator_tables.h', |
1110 ], | 1114 ], |
1111 }] | 1115 }] |
1112 ], | 1116 ], |
1113 }, | 1117 }, |
1114 } | 1118 } |
OLD | NEW |