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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 'sys_info_posix.cc', | 339 'sys_info_posix.cc', |
340 'sys_info_win.cc', | 340 'sys_info_win.cc', |
341 'sys_string_conversions.h', | 341 'sys_string_conversions.h', |
342 'sys_string_conversions_mac.mm', | 342 'sys_string_conversions_mac.mm', |
343 'sys_string_conversions_posix.cc', | 343 'sys_string_conversions_posix.cc', |
344 'sys_string_conversions_win.cc', | 344 'sys_string_conversions_win.cc', |
345 'task_runner.cc', | 345 'task_runner.cc', |
346 'task_runner.h', | 346 'task_runner.h', |
347 'task_runner_util.h', | 347 'task_runner_util.h', |
348 'template_util.h', | 348 'template_util.h', |
| 349 'thread_main_task_runner.cc', |
| 350 'thread_main_task_runner.h', |
349 'threading/non_thread_safe.h', | 351 'threading/non_thread_safe.h', |
350 'threading/non_thread_safe_impl.cc', | 352 'threading/non_thread_safe_impl.cc', |
351 'threading/non_thread_safe_impl.h', | 353 'threading/non_thread_safe_impl.h', |
352 'threading/platform_thread.h', | 354 'threading/platform_thread.h', |
353 'threading/platform_thread_mac.mm', | 355 'threading/platform_thread_mac.mm', |
354 'threading/platform_thread_posix.cc', | 356 'threading/platform_thread_posix.cc', |
355 'threading/platform_thread_win.cc', | 357 'threading/platform_thread_win.cc', |
356 'threading/post_task_and_reply_impl.cc', | 358 'threading/post_task_and_reply_impl.cc', |
357 'threading/post_task_and_reply_impl.h', | 359 'threading/post_task_and_reply_impl.h', |
358 'threading/sequenced_worker_pool.cc', | 360 'threading/sequenced_worker_pool.cc', |
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
928 'third_party/xdg_mime/xdgmimemagic.c', | 930 'third_party/xdg_mime/xdgmimemagic.c', |
929 'third_party/xdg_mime/xdgmimemagic.h', | 931 'third_party/xdg_mime/xdgmimemagic.h', |
930 'third_party/xdg_mime/xdgmimeparent.c', | 932 'third_party/xdg_mime/xdgmimeparent.c', |
931 'third_party/xdg_mime/xdgmimeparent.h', | 933 'third_party/xdg_mime/xdgmimeparent.h', |
932 ], | 934 ], |
933 }, | 935 }, |
934 ], | 936 ], |
935 }], | 937 }], |
936 ], | 938 ], |
937 } | 939 } |
OLD | NEW |