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_freebsd.cc', | 228 'sys_info_freebsd.cc', |
229 'sys_info_linux.cc', | 229 'sys_info_linux.cc', |
230 'sys_info_mac.cc', | 230 'sys_info_mac.cc', |
231 'sys_info_openbsd.cc', | 231 'sys_info_openbsd.cc', |
232 'sys_info_posix.cc', | 232 'sys_info_posix.cc', |
233 'sys_info_win.cc', | 233 'sys_info_win.cc', |
234 'sys_string_conversions.h', | 234 'sys_string_conversions.h', |
235 'sys_string_conversions_linux.cc', | 235 'sys_string_conversions_linux.cc', |
236 'sys_string_conversions_mac.mm', | 236 'sys_string_conversions_mac.mm', |
237 'sys_string_conversions_win.cc', | 237 'sys_string_conversions_win.cc', |
| 238 'task.cc', |
238 'task.h', | 239 'task.h', |
239 'template_util.h', | 240 'template_util.h', |
240 'thread.cc', | 241 'thread.cc', |
241 'thread.h', | 242 'thread.h', |
242 'thread_collision_warner.cc', | 243 'thread_collision_warner.cc', |
243 'thread_collision_warner.h', | 244 'thread_collision_warner.h', |
244 'thread_local.h', | 245 'thread_local.h', |
245 'thread_local_posix.cc', | 246 'thread_local_posix.cc', |
246 'thread_local_storage.h', | 247 'thread_local_storage.h', |
247 'thread_local_storage_posix.cc', | 248 'thread_local_storage_posix.cc', |
(...skipping 22 matching lines...) Expand all Loading... |
270 'values.cc', | 271 'values.cc', |
271 'values.h', | 272 'values.h', |
272 'waitable_event.h', | 273 'waitable_event.h', |
273 'waitable_event_posix.cc', | 274 'waitable_event_posix.cc', |
274 'waitable_event_watcher.h', | 275 'waitable_event_watcher.h', |
275 'waitable_event_watcher_posix.cc', | 276 'waitable_event_watcher_posix.cc', |
276 'waitable_event_watcher_win.cc', | 277 'waitable_event_watcher_win.cc', |
277 'waitable_event_win.cc', | 278 'waitable_event_win.cc', |
278 'watchdog.cc', | 279 'watchdog.cc', |
279 'watchdog.h', | 280 'watchdog.h', |
| 281 'weak_ptr.cc', |
280 'weak_ptr.h', | 282 'weak_ptr.h', |
281 'win_util.cc', | 283 'win_util.cc', |
282 'win_util.h', | 284 'win_util.h', |
283 'windows_message_list.h', | 285 'windows_message_list.h', |
284 'wmi_util.cc', | 286 'wmi_util.cc', |
285 'wmi_util.h', | 287 'wmi_util.h', |
286 'worker_pool.h', | 288 'worker_pool.h', |
287 'worker_pool_linux.cc', | 289 'worker_pool_linux.cc', |
288 'worker_pool_linux.h', | 290 'worker_pool_linux.h', |
289 'worker_pool_mac.h', | 291 'worker_pool_mac.h', |
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 'third_party/xdg_mime/xdgmimemagic.c', | 738 'third_party/xdg_mime/xdgmimemagic.c', |
737 'third_party/xdg_mime/xdgmimemagic.h', | 739 'third_party/xdg_mime/xdgmimemagic.h', |
738 'third_party/xdg_mime/xdgmimeparent.c', | 740 'third_party/xdg_mime/xdgmimeparent.c', |
739 'third_party/xdg_mime/xdgmimeparent.h', | 741 'third_party/xdg_mime/xdgmimeparent.h', |
740 ], | 742 ], |
741 }, | 743 }, |
742 ], | 744 ], |
743 }], | 745 }], |
744 ], | 746 ], |
745 } | 747 } |
OLD | NEW |