OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_extra_target': 0, | 9 'base_extra_target': 0, |
10 }, | 10 }, |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 'sys_info_linux.cc', | 228 'sys_info_linux.cc', |
229 'sys_info_mac.cc', | 229 'sys_info_mac.cc', |
230 'sys_info_openbsd.cc', | 230 'sys_info_openbsd.cc', |
231 'sys_info_posix.cc', | 231 'sys_info_posix.cc', |
232 'sys_info_win.cc', | 232 'sys_info_win.cc', |
233 'sys_string_conversions.h', | 233 'sys_string_conversions.h', |
234 'sys_string_conversions_linux.cc', | 234 'sys_string_conversions_linux.cc', |
235 'sys_string_conversions_mac.mm', | 235 'sys_string_conversions_mac.mm', |
236 'sys_string_conversions_win.cc', | 236 'sys_string_conversions_win.cc', |
237 'task.h', | 237 'task.h', |
| 238 'template_util.h', |
238 'thread.cc', | 239 'thread.cc', |
239 'thread.h', | 240 'thread.h', |
240 'thread_collision_warner.cc', | 241 'thread_collision_warner.cc', |
241 'thread_collision_warner.h', | 242 'thread_collision_warner.h', |
242 'thread_local.h', | 243 'thread_local.h', |
243 'thread_local_posix.cc', | 244 'thread_local_posix.cc', |
244 'thread_local_storage.h', | 245 'thread_local_storage.h', |
245 'thread_local_storage_posix.cc', | 246 'thread_local_storage_posix.cc', |
246 'thread_local_storage_win.cc', | 247 'thread_local_storage_win.cc', |
247 'thread_local_win.cc', | 248 'thread_local_win.cc', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 'third_party/xdg_mime/xdgmimemagic.c', | 723 'third_party/xdg_mime/xdgmimemagic.c', |
723 'third_party/xdg_mime/xdgmimemagic.h', | 724 'third_party/xdg_mime/xdgmimemagic.h', |
724 'third_party/xdg_mime/xdgmimeparent.c', | 725 'third_party/xdg_mime/xdgmimeparent.c', |
725 'third_party/xdg_mime/xdgmimeparent.h', | 726 'third_party/xdg_mime/xdgmimeparent.h', |
726 ], | 727 ], |
727 }, | 728 }, |
728 ], | 729 ], |
729 }], | 730 }], |
730 ], | 731 ], |
731 } | 732 } |
OLD | NEW |