| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'debug/proc_maps_linux.h', | 166 'debug/proc_maps_linux.h', |
| 167 'debug/profiler.cc', | 167 'debug/profiler.cc', |
| 168 'debug/profiler.h', | 168 'debug/profiler.h', |
| 169 'debug/stack_trace.cc', | 169 'debug/stack_trace.cc', |
| 170 'debug/stack_trace.h', | 170 'debug/stack_trace.h', |
| 171 'debug/stack_trace_android.cc', | 171 'debug/stack_trace_android.cc', |
| 172 'debug/stack_trace_posix.cc', | 172 'debug/stack_trace_posix.cc', |
| 173 'debug/stack_trace_win.cc', | 173 'debug/stack_trace_win.cc', |
| 174 'debug/task_annotator.cc', | 174 'debug/task_annotator.cc', |
| 175 'debug/task_annotator.h', | 175 'debug/task_annotator.h', |
| 176 'debug/trace_event.h', | |
| 177 'debug/trace_event_argument.h', | |
| 178 'debug/trace_event_impl.h', | |
| 179 'debug/trace_event_synthetic_delay.h', | |
| 180 'debug/trace_event_win.h', | |
| 181 'deferred_sequenced_task_runner.cc', | 176 'deferred_sequenced_task_runner.cc', |
| 182 'deferred_sequenced_task_runner.h', | 177 'deferred_sequenced_task_runner.h', |
| 183 'environment.cc', | 178 'environment.cc', |
| 184 'environment.h', | 179 'environment.h', |
| 185 'file_descriptor_posix.h', | 180 'file_descriptor_posix.h', |
| 186 'file_version_info.h', | 181 'file_version_info.h', |
| 187 'file_version_info_mac.h', | 182 'file_version_info_mac.h', |
| 188 'file_version_info_mac.mm', | 183 'file_version_info_mac.mm', |
| 189 'file_version_info_win.cc', | 184 'file_version_info_win.cc', |
| 190 'file_version_info_win.h', | 185 'file_version_info_win.h', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1046 'i18n/time_formatting.h', | 1041 'i18n/time_formatting.h', |
| 1047 'i18n/timezone.cc', | 1042 'i18n/timezone.cc', |
| 1048 'i18n/timezone.h', | 1043 'i18n/timezone.h', |
| 1049 'i18n/utf8_validator_tables.cc', | 1044 'i18n/utf8_validator_tables.cc', |
| 1050 'i18n/utf8_validator_tables.h', | 1045 'i18n/utf8_validator_tables.h', |
| 1051 ], | 1046 ], |
| 1052 }] | 1047 }] |
| 1053 ], | 1048 ], |
| 1054 }, | 1049 }, |
| 1055 } | 1050 } |
| OLD | NEW |