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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 # allocator.gyp for details). | 147 # allocator.gyp for details). |
148 'debug/leak_annotations.h', | 148 'debug/leak_annotations.h', |
149 'debug/leak_tracker.h', | 149 'debug/leak_tracker.h', |
150 'debug/proc_maps_linux.cc', | 150 'debug/proc_maps_linux.cc', |
151 'debug/proc_maps_linux.h', | 151 'debug/proc_maps_linux.h', |
152 'debug/profiler.cc', | 152 'debug/profiler.cc', |
153 'debug/profiler.h', | 153 'debug/profiler.h', |
154 'debug/stack_trace.cc', | 154 'debug/stack_trace.cc', |
155 'debug/stack_trace.h', | 155 'debug/stack_trace.h', |
156 'debug/stack_trace_android.cc', | 156 'debug/stack_trace_android.cc', |
157 'debug/stack_trace_ios.mm', | |
158 'debug/stack_trace_posix.cc', | 157 'debug/stack_trace_posix.cc', |
159 'debug/stack_trace_win.cc', | 158 'debug/stack_trace_win.cc', |
160 'debug/trace_event.h', | 159 'debug/trace_event.h', |
161 'debug/trace_event_android.cc', | 160 'debug/trace_event_android.cc', |
162 'debug/trace_event_impl.cc', | 161 'debug/trace_event_impl.cc', |
163 'debug/trace_event_impl.h', | 162 'debug/trace_event_impl.h', |
164 'debug/trace_event_impl_constants.cc', | 163 'debug/trace_event_impl_constants.cc', |
165 'debug/trace_event_synthetic_delay.cc', | 164 'debug/trace_event_synthetic_delay.cc', |
166 'debug/trace_event_synthetic_delay.h', | 165 'debug/trace_event_synthetic_delay.h', |
167 'debug/trace_event_system_stats_monitor.cc', | 166 'debug/trace_event_system_stats_monitor.cc', |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 'i18n/time_formatting.h', | 973 'i18n/time_formatting.h', |
975 'i18n/timezone.cc', | 974 'i18n/timezone.cc', |
976 'i18n/timezone.h', | 975 'i18n/timezone.h', |
977 'i18n/utf8_validator_tables.cc', | 976 'i18n/utf8_validator_tables.cc', |
978 'i18n/utf8_validator_tables.h', | 977 'i18n/utf8_validator_tables.h', |
979 ], | 978 ], |
980 }] | 979 }] |
981 ], | 980 ], |
982 }, | 981 }, |
983 } | 982 } |
OLD | NEW |