| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'debug/proc_maps_linux.h', | 153 'debug/proc_maps_linux.h', |
| 154 'debug/profiler.cc', | 154 'debug/profiler.cc', |
| 155 'debug/profiler.h', | 155 'debug/profiler.h', |
| 156 'debug/stack_trace.cc', | 156 'debug/stack_trace.cc', |
| 157 'debug/stack_trace.h', | 157 'debug/stack_trace.h', |
| 158 'debug/stack_trace_android.cc', | 158 'debug/stack_trace_android.cc', |
| 159 'debug/stack_trace_posix.cc', | 159 'debug/stack_trace_posix.cc', |
| 160 'debug/stack_trace_win.cc', | 160 'debug/stack_trace_win.cc', |
| 161 'debug/trace_event.h', | 161 'debug/trace_event.h', |
| 162 'debug/trace_event_android.cc', | 162 'debug/trace_event_android.cc', |
| 163 'debug/trace_event_argument.cc', |
| 164 'debug/trace_event_argument.h', |
| 163 'debug/trace_event_impl.cc', | 165 'debug/trace_event_impl.cc', |
| 164 'debug/trace_event_impl.h', | 166 'debug/trace_event_impl.h', |
| 165 'debug/trace_event_impl_constants.cc', | 167 'debug/trace_event_impl_constants.cc', |
| 166 'debug/trace_event_synthetic_delay.cc', | 168 'debug/trace_event_synthetic_delay.cc', |
| 167 'debug/trace_event_synthetic_delay.h', | 169 'debug/trace_event_synthetic_delay.h', |
| 168 'debug/trace_event_system_stats_monitor.cc', | 170 'debug/trace_event_system_stats_monitor.cc', |
| 169 'debug/trace_event_memory.cc', | 171 'debug/trace_event_memory.cc', |
| 170 'debug/trace_event_memory.h', | 172 'debug/trace_event_memory.h', |
| 171 'debug/trace_event_win.cc', | 173 'debug/trace_event_win.cc', |
| 172 'deferred_sequenced_task_runner.cc', | 174 'deferred_sequenced_task_runner.cc', |
| (...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 'i18n/time_formatting.h', | 992 'i18n/time_formatting.h', |
| 991 'i18n/timezone.cc', | 993 'i18n/timezone.cc', |
| 992 'i18n/timezone.h', | 994 'i18n/timezone.h', |
| 993 'i18n/utf8_validator_tables.cc', | 995 'i18n/utf8_validator_tables.cc', |
| 994 'i18n/utf8_validator_tables.h', | 996 'i18n/utf8_validator_tables.h', |
| 995 ], | 997 ], |
| 996 }] | 998 }] |
| 997 ], | 999 ], |
| 998 }, | 1000 }, |
| 999 } | 1001 } |
| OLD | NEW |