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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'debug/trace_event_android.cc', | 156 'debug/trace_event_android.cc', |
157 'debug/trace_event_impl.cc', | 157 'debug/trace_event_impl.cc', |
158 'debug/trace_event_impl.h', | 158 'debug/trace_event_impl.h', |
159 'debug/trace_event_impl_constants.cc', | 159 'debug/trace_event_impl_constants.cc', |
160 'debug/trace_event_synthetic_delay.cc', | 160 'debug/trace_event_synthetic_delay.cc', |
161 'debug/trace_event_synthetic_delay.h', | 161 'debug/trace_event_synthetic_delay.h', |
162 'debug/trace_event_system_stats_monitor.cc', | 162 'debug/trace_event_system_stats_monitor.cc', |
163 'debug/trace_event_memory.cc', | 163 'debug/trace_event_memory.cc', |
164 'debug/trace_event_memory.h', | 164 'debug/trace_event_memory.h', |
165 'debug/trace_event_win.cc', | 165 'debug/trace_event_win.cc', |
| 166 'debug/traced_value.cc', |
| 167 'debug/traced_value.h', |
166 'deferred_sequenced_task_runner.cc', | 168 'deferred_sequenced_task_runner.cc', |
167 'deferred_sequenced_task_runner.h', | 169 'deferred_sequenced_task_runner.h', |
168 'environment.cc', | 170 'environment.cc', |
169 'environment.h', | 171 'environment.h', |
170 'file_descriptor_posix.h', | 172 'file_descriptor_posix.h', |
171 'file_util.cc', | 173 'file_util.cc', |
172 'file_util.h', | 174 'file_util.h', |
173 'file_util_android.cc', | 175 'file_util_android.cc', |
174 'file_util_linux.cc', | 176 'file_util_linux.cc', |
175 'file_util_mac.mm', | 177 'file_util_mac.mm', |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 'i18n/time_formatting.h', | 962 'i18n/time_formatting.h', |
961 'i18n/timezone.cc', | 963 'i18n/timezone.cc', |
962 'i18n/timezone.h', | 964 'i18n/timezone.h', |
963 'i18n/utf8_validator_tables.cc', | 965 'i18n/utf8_validator_tables.cc', |
964 'i18n/utf8_validator_tables.h', | 966 'i18n/utf8_validator_tables.h', |
965 ], | 967 ], |
966 }] | 968 }] |
967 ], | 969 ], |
968 }, | 970 }, |
969 } | 971 } |
OLD | NEW |