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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'memory/linked_ptr.h', | 341 'memory/linked_ptr.h', |
347 'memory/manual_constructor.h', | 342 'memory/manual_constructor.h', |
348 'memory/memory_pressure_listener.cc', | 343 'memory/memory_pressure_listener.cc', |
349 'memory/memory_pressure_listener.h', | 344 'memory/memory_pressure_listener.h', |
350 'memory/raw_scoped_refptr_mismatch_checker.h', | 345 'memory/raw_scoped_refptr_mismatch_checker.h', |
351 'memory/ref_counted.cc', | 346 'memory/ref_counted.cc', |
352 'memory/ref_counted.h', | 347 'memory/ref_counted.h', |
353 'memory/ref_counted_delete_on_message_loop.h', | 348 'memory/ref_counted_delete_on_message_loop.h', |
354 'memory/ref_counted_memory.cc', | 349 'memory/ref_counted_memory.cc', |
355 'memory/ref_counted_memory.h', | 350 'memory/ref_counted_memory.h', |
356 'memory/scoped_open_process.h', | |
357 'memory/scoped_policy.h', | 351 'memory/scoped_policy.h', |
358 'memory/scoped_ptr.h', | 352 'memory/scoped_ptr.h', |
359 'memory/scoped_vector.h', | 353 'memory/scoped_vector.h', |
360 'memory/shared_memory.h', | 354 'memory/shared_memory.h', |
361 'memory/shared_memory_android.cc', | 355 'memory/shared_memory_android.cc', |
362 'memory/shared_memory_nacl.cc', | 356 'memory/shared_memory_nacl.cc', |
363 'memory/shared_memory_posix.cc', | 357 'memory/shared_memory_posix.cc', |
364 'memory/shared_memory_win.cc', | 358 'memory/shared_memory_win.cc', |
365 'memory/singleton.cc', | 359 'memory/singleton.cc', |
366 'memory/singleton.h', | 360 'memory/singleton.h', |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 'i18n/time_formatting.h', | 1040 'i18n/time_formatting.h', |
1047 'i18n/timezone.cc', | 1041 'i18n/timezone.cc', |
1048 'i18n/timezone.h', | 1042 'i18n/timezone.h', |
1049 'i18n/utf8_validator_tables.cc', | 1043 'i18n/utf8_validator_tables.cc', |
1050 'i18n/utf8_validator_tables.h', | 1044 'i18n/utf8_validator_tables.h', |
1051 ], | 1045 ], |
1052 }] | 1046 }] |
1053 ], | 1047 ], |
1054 }, | 1048 }, |
1055 } | 1049 } |
OLD | NEW |